How to perform health check with Docker Compose for Teleport? #41880
Unanswered
MillhioreFiriannoBiscotti
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Add this health check to your teleport-server service in your docker-compose.yml:
If you also have teleport nodes in your docker compose file, you can add a condition to these services to only start them if your teleport server is running:
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have Teleport deployed with Docker Compose.
According to the documentation here, I can use
healthz
andreadyz
endpoint to monitor the status of teleport. However, there seems to be no curl binary in the distroless container image.How to perform health check with Docker Compose in this case?
Beta Was this translation helpful? Give feedback.
All reactions