Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 641 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 641 Bytes

swasthya

brew install helm

eval $(minikube docker-env) ## in order be in minikube context/ makes containers avail
docker build -t swasthya-server:1.0 .
kubectl create namespace dev
kubectl apply -f k8s-healthcheck-deployment.yaml --namespace dev

logs

$ kubectl logs -f swasthya-server-75df7cb8f9-x4wcn --namespace dev
loading urls to check health
checking health for servers
starting health check for 3 services.
'https://api.github.com' : 200
'https://twitter.com' : 200
'https://api.facebook.com' : 200

Also see