The zrok Ingress Controller watches for Ingress and Gateway resources and provisions the appropriate resources in Kube API and a reserved zrok share.
Defines an IngressClass and GatewayClass named zrok that may be instantiated by the zrok Ingress Controller.
example Ingress resource using the zrok class represents what the k8s user must provide to trigger the zrok Ingress Controller to proxy to a ClusterIP service
The zrok Ingress Controller watches for
Ingress
andGateway
resources and provisions the appropriate resources in Kube API and a reserved zrok share.Defines an
IngressClass
andGatewayClass
namedzrok
that may be instantiated by the zrok Ingress Controller.example Ingress resource using the zrok class represents what the k8s user must provide to trigger the zrok Ingress Controller to proxy to a ClusterIP service
backend mode "proxy" is implied
variation on the above, this demonstrates using the "web" backend mode to serve static assets instead of proxy to a service