Ce projet déploie deux applications Flask sur Kubernetes :
hello-app: répond200 OKsur/hellohealth-app: appelle/helloet expose/health- Retourne
200 OKsi/hellorépond - Sinon
500
- Retourne
- hello :
aurianecodebien/hello-app - health :
aurianecodebien/health-app
kubectl apply -f k8s/hello-deployment.yaml
kubectl apply -f k8s/health-deployment.yaml
kubectl port-forward svc/health-service 5000:5000
curl http://localhost:5000/health- Healthy si tout fonctionne
- Unhealthy si /hello est indisponible