Creating Ingress Resources Based on Paths
Understand the definition of an Ingress resource and then create the objects based on this definition.
Defining an Ingress resource
We’ll try to make our go-demo-2-api
Service available through port 80
. We’ll do that by defining an Ingress resource with the rule to forward all requests with the path starting with /demo
to the Service go-demo-2-api
.
Get hands-on with 1400+ tech skills courses.