ingress-nginx-helm/controllers/gce/https_example
Prashanth Balasubramanian 3464d1c5e3 Readme for tls example.
2016-04-03 22:24:36 -07:00
..
make_secret.go Add TLS section to GLBC docs, and BETA_LIMITATIONS 2016-03-18 14:25:43 -07:00
Makefile Add TLS section to GLBC docs, and BETA_LIMITATIONS 2016-03-18 14:25:43 -07:00
README.md Readme for tls example. 2016-04-03 22:24:36 -07:00
tls-app.yaml Add TLS section to GLBC docs, and BETA_LIMITATIONS 2016-03-18 14:25:43 -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