SDP 26.7 is planned as the next major release. Its contents and planned date may change before publication. Planned release date: July 2026.
Custom resource
Listener
Exposes a set of Pods to the outside world.
- API group
- listeners.stackable.tech
- API versions in 26.7
- v1alpha1
- Scope
- Namespaced
- Operator
- Stackable Listener Operator
- Roles
- none
Schema
Listener.listeners.stackable.tech .spec fields for SDP 26.7.
Schema
- The name of the ListenerClass.
- Extra labels that the Pods must match in order to be exposed. They must also still have a Volume referring to the Listener.
- A list of generic Kubernetes objects, which are merged into the objects that the operator creates. List entries are arbitrary YAML objects, which need to be valid Kubernetes objects. Read the Object overrides documentation for more information.
- Ports that should be exposed.
- Whether incoming traffic should also be directed to Pods that are not
Ready.