Ingresses

An Ingress in Kubernetes is an API object that provides routing rules to manage external users' access to the services in a Kubernetes cluster, typically via HTTPS/HTTP. With Ingress, you can easily set up rules for routing traffic without creating a bunch of Load Balancers or exposing each service on the node.

To view, edit or create ingresses in your environment, select Ingresses from the left hand menu.

All the Ingresses that a user has access to are listed on this page.

New Ingress objects can be created either manually or through a manifest:

pageAdd an Ingress manuallypageAdd an Ingress using a manifest

If you no longer require an Ingress, it can be removed:

pageRemove an Ingress