diff --git a/simple-proj/Makefile b/simple-proj/Makefile index 8e4a037..7290a48 100644 --- a/simple-proj/Makefile +++ b/simple-proj/Makefile @@ -12,9 +12,16 @@ load: apply: kubectl apply -f k8s/ + kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/kind/deploy.yaml + restart: kubectl delete pod -l app=shoppinglist-frontend + +check: + kubectl get pods + kubectl get pods -n ingress-nginx + watch: kubectl get pods -l app=shoppinglist-frontend -w