Learn Kubernetes: Ingress — Use Ingress
In this series of stories, you will learn how to use Kubernetes. Today, let’s see how to expose externally a service with an Ingress.
Table of contents:
To expose a service running in a cluster to the Internet, Kubernetes offers two solutions:
- Ingress: this is a set of rules allowing the connection to the cluster services from the…