Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
kubectl apply -f ingress.yaml

This will based on your Ingress Controller create some resources and a Service from type LoadBalancer that will get an external IP assigned from the On-Premise or Cloud LoadBalancer, which is accessible from outside your Kubernetes Cluster.

...