Skip to content

Instantly share code, notes, and snippets.

@jeesmon
Created February 28, 2022 14:43
Show Gist options
  • Save jeesmon/e534fc72da7baa7aa2a5de12a0b1ebf1 to your computer and use it in GitHub Desktop.
Save jeesmon/e534fc72da7baa7aa2a5de12a0b1ebf1 to your computer and use it in GitHub Desktop.

Ingress Operator is an OpenShift component which enables external access to cluster services by configuring Ingress Controllers, which route traffic as specified by OpenShift Route and Kubernetes Ingress resources. In a new cluster, a default IngressController is automatically created for you to route all traffic. But you may have a need to split the traffic to multiple routers based on traffic type (external vs internal), namespace isolation, etc. That’s where Route Sharding comes handy. You can create and configure multiple IngressController resources based on the traffic need.

More details:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment