.. | ||
auth | ||
custom-configuration | ||
custom-errors | ||
custom-template | ||
custom-upstream-check | ||
daemonset | ||
default | ||
full | ||
multi-tls | ||
proxy-protocol | ||
rewrite | ||
tcp | ||
tls | ||
udp | ||
whitelist | ||
default-backend.yaml | ||
ingress.yaml | ||
README.md |
All the examples references the services echoheaders-x
and echoheaders-y
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.4 --replicas=1 --port=8080
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x