Ingress Controller

Ingress is a power being used by Kubernetes cluster for providing an external access point and routing for services. Meanwhile, Ingress Controller is standing guard, watching changes of Ingress and Service resources. After detecting the changes, it begins configuring load balancing, routing rules, and DNS according to predetermined rules, setting up an accessible entrance.

Crafting Your Own Ingress Controller Extension

The NGINX Ingress Controller and the GLBC provide two fully-fledged examples of Ingress Controllers. These examples are great starting points for you to conveniently develop a new kind of Ingress Controller.

The Usual Suspects: Common Ingress Controllers

helm install stable/nginx-ingress --name nginx-ingress --set rbac.create=true

Your How-to Guide for Ingress

The 'how-to' specifics of using Ingress can be found right here.

最后更新于