ingress-nginx-helm/controllers/gce/examples/https/README.md
2017-08-08 17:50:14 +08:00

523 B

Simple TLS example

Create secret

$ make keys secret
$ kubectl create -f /tmp/tls.json

Make sure you have the l7 controller running:

$ kubectl --namespace=kube-system get pod -l name=glbc
NAME
l7-lb-controller-v0.6.0-1770t ...

Also make sure you have a firewall rule for the node port of the Service.

Create Ingress

$ kubectl create -f tls-app.yaml