Project only for practising Kubernetes
docker run -p 8000:8000 -e MONGO_URL="mongodb://<user>:<password>@<host>:<port>/zgk-k8s-app-back" zgk-k8s-app-back
- You can tests the Liveness HTTP probe doing request to GET localhost:8000/liveness-health
- You can destroy the server app doing a request to POST localhost:8000/liveness-destroy-health
- You can use the endpoint GET localhost:8000/readiness-health. The app simulates 30 seconds for loading components.
- The endpoint
POST /plans
create files