Discover Packages
github.com/mihaibogdaneugen/contrib
ingress
controllers
gce
examples
https
command
Version:
v0.0.0-...-dca8313
Opens a new window with list of versions in this module.
Published: Oct 12, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
The Ingress controller examples have moved to the
kubernetes/ingress repository.
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
Expand ▾
Collapse ▴
Documentation
¶
A small script that converts the given open ssl public/private keys to
a secret that it writes to stdout as json. Most common use case is to
create a secret from self signed certificates used to authenticate with
a devserver. Usage: go run make_secret.go -crt ca.crt -key priv.key > secret.json
Source Files
¶
Click to show internal directories.
Click to hide internal directories.