Skip to content

Conversation

@geekgonecrazy
Copy link
Contributor

This adds health check probes and exposes a new HTTP port in the microservices-ddp-streamer-deployment.yaml template to improve container monitoring and readiness. These changes help Kubernetes better manage the service lifecycle and ensure the application is running and ready to serve traffic.

Container health and readiness improvements:

  • Added a new HTTP port (http, port 3000) to the container's ports list for health checks and service access.
  • Introduced a livenessProbe and a readinessProbe that use HTTP GET requests to the /health endpoint on the new HTTP port, enabling Kubernetes to monitor the container's health and readiness state.

@geekgonecrazy geekgonecrazy merged commit b99d2f4 into master Oct 20, 2025
6 checks passed
@geekgonecrazy geekgonecrazy deleted the ddp-streamer-probes branch October 20, 2025 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants