...
NodePort - (default) the Cloud Agent operator will create services with type
NodePort
to expose services externally to OCP.Custom - Other methods that the user would like to implement in order to expose the Cloud Agent services (example : ingress controller, LoadBalancer service etc). for more information see Kubernetes documentation
The resources created by the user will not be managed (owned
) by the Cloud Agent operator, It is the user responsibility to create, update and delete these resources.
For route
configuration see OCP route documentation
For ingress
configuration see Kubernetes ingress documentation
Cloud Agent Inbound (ingress) Communication
...