ingress-nginx-helm/controllers/gce/examples/https
Manuel de Brito Fontes 060e449056 Update gce controller
2017-07-20 10:43:09 -07:00
..
make_secret.go Update gce controller 2017-07-20 10:43:09 -07:00
Makefile GCE Ingress docs update 2016-07-08 11:15:27 -07:00
README.md GCE Ingress docs update 2016-07-08 11:15:27 -07:00
tls-app.yaml GCE Ingress docs update 2016-07-08 11:15:27 -07:00

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