Skip to content

Instantly share code, notes, and snippets.

@spacecat
Created June 18, 2019 13:25
Show Gist options
  • Save spacecat/63a0e297b9640c7cc92e999c1bfb16df to your computer and use it in GitHub Desktop.
Save spacecat/63a0e297b9640c7cc92e999c1bfb16df to your computer and use it in GitHub Desktop.
Commands
Check the Nginx Configuration
kubectl get pods -n <namespace-of-ingress-controller>
kubectl exec -it -n <namespace-of-ingress-controller> nginx-ingress-controller-67956bf89d-fv58j cat /etc/nginx/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment