Skip to content

feat: Service discovery and exposition#94

Merged
siegfriedweber merged 44 commits intomainfrom
feat/service-discovery-and-exposition
Jan 23, 2026
Merged

feat: Service discovery and exposition#94
siegfriedweber merged 44 commits intomainfrom
feat/service-discovery-and-exposition

Conversation

@siegfriedweber
Copy link
Member

@siegfriedweber siegfriedweber commented Jan 13, 2026

Description

Add service discovery and exposition

Changes:

  • Service to set up the cluster renamed to <cluster-name>-seed-nodes.
  • Discovery service named <cluster-name>, added. The discovery service is used to populate the discovery ConfigMap.
  • Discovery ConfigMap named <cluster-name>, added. The ConfigMap contains the keys OPENSEARCH_HOSTNAME, OPENSEARCH_PORT, OPENSEARCH_PROTOCOL and OPENSEARCH_HOSTS. Users should use this information to connect to the cluster.
  • Configuration parameter spec.nodes.roleConfig.discoveryServiceListenerClass added to set the ListenerClass for the discovery service.
  • Configuration parameter spec.nodes.roleGroups.<role-group-name>.config.discoveryServiceExposed added to expose a role-group via the discovery service.
  • Discovery ConfigMap documented

Documentation

https://docs.stackable.tech/home/nightly/opensearch/reference/discovery/

Closes #52

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

  • Changes are OpenShift compatible
  • CRD changes approved
  • CRD documentation for all fields, following the style guide.
  • Helm chart can be installed and deployed operator works
  • Integration tests passed (for non trivial changes)
  • Changes need to be "offline" compatible
  • Links to generated (nightly) docs added
  • Release note snippet added (see Service discovery and exposition #52 (comment))

Reviewer

  • Code contains useful comments
  • Code contains useful logging statements
  • (Integration-)Test cases added
  • Documentation added or updated. Follows the style guide.
  • Changelog updated
  • Cargo.toml only contains references to git tags (not specific commits or branches)

Acceptance

  • Feature Tracker has been updated
  • Proper release label has been added
  • Links to generated (nightly) docs added
  • Release note snippet added
  • Add type/deprecation label & add to the deprecation schedule
  • Add type/experimental label & add to the experimental features tracker

@siegfriedweber siegfriedweber self-assigned this Jan 13, 2026
@siegfriedweber siegfriedweber mentioned this pull request Jan 22, 2026
13 tasks
@siegfriedweber siegfriedweber marked this pull request as ready for review January 23, 2026 09:17
@siegfriedweber siegfriedweber moved this to Development: In Review in Stackable Engineering Jan 23, 2026
Copy link
Member

@labrenbe labrenbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@siegfriedweber siegfriedweber added this pull request to the merge queue Jan 23, 2026
@siegfriedweber siegfriedweber moved this from Development: In Review to Development: Done in Stackable Engineering Jan 23, 2026
Merged via the queue into main with commit da0084b Jan 23, 2026
12 checks passed
@siegfriedweber siegfriedweber deleted the feat/service-discovery-and-exposition branch January 23, 2026 13:31
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

Service discovery and exposition

3 participants