Service exposition with ListenerClasses
The operator deploys a Listener for the coodinator pod.
The listener defaults to only being accessible from within the Kubernetes cluster, but this can be changed by setting .spec.coordinators.roleConfig.listenerClass
:
spec:
coordinators:
roleConfig:
listenerClass: external-unstable (1)
...
workers:
...
1 | Specify a ListenerClass, such as external-stable , external-unstable , or cluster-internal (the default setting is cluster-internal ).
This can be set only for the coordinator role. |