worried-planet-2191
03/20/2025, 1:55 PMhappy-autumn-40938
03/20/2025, 5:19 PMconst resp = await fetch(ctx.growthbookApiHost + "/healthcheck");
const data = await resp.json();
if (data?.healthy) checks.apiServer = "up";
I wonder if you can simulate this check (perhaps inside a pod) to see if its a general k8s / istio thing, or a GB proxy issuebest-addition-62420
03/21/2025, 11:09 AM