April 2018
Intermediate to advanced
468 pages
14h 34m
English
You create federated ingress by addressing the federation control plane:
> kubectl --context=federation-cluster create -f ingress.yaml
The federation control plane will create the corresponding ingress in each cluster. All the clusters will share the same namespace and name for the ingress object:
> kubectl --context=cluster-1 get ingress myingress NAME HOSTS ADDRESS PORTS AGE ingress * 157.231.15.33 80, 443 1m
Read now
Unlock full access