Skip to content

Instantly share code, notes, and snippets.

@exaucae
Last active September 15, 2021 14:45
Show Gist options
  • Save exaucae/ec1dcbad77968543efb3005e9d367d97 to your computer and use it in GitHub Desktop.
Save exaucae/ec1dcbad77968543efb3005e9d367d97 to your computer and use it in GitHub Desktop.
kubernetes special tricks
# add ingress controller with minikube
minikube addons enable ingress
# verify it
kubectl get pods -n ingress-nginx \
-l app.kubernetes.io/name=ingress-nginx --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment