Replies: 1 comment 3 replies
-
Hey! The healthcheck path is I think the -debug version of our images does include curl, which could help, but In general I would probably probe the server from outside the container? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup health checks at the container level for my Apollo Router instances. Either via a Docker HEALTHCHECK instruction or at the ECS Task definition level (which may be the same thing ultimately), eg:
However, it appears the Apollo Router image is built with Distroless. This limits the ability to run such a command from within the container given there's no shell installed etc.
I've come to the conclusion that it won't be possible to utilise these types of healthchecks, but wanted to ask here in case there's something I've overlooked?
Beta Was this translation helpful? Give feedback.
All reactions