View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

Restarting nginx controller

Required after updating TLS secrets with renewed certificate.

Get the name of the ingress controller pod in the ingress namespace:

$ kubectl get pods --namespace ingress

Start a shell in the pod:

$ kubectl exec -it <pod_name> -- /bin/sh

Execute in the pod:

$ nginx -s reload