Skip to content

Conversation

@dbackeus
Copy link
Contributor

@dbackeus dbackeus commented Nov 4, 2024

When just having a single nodeSet with count for replication, we can't control which pod gets decommissioned when scaling down.

Using named replicas we can achieve better control for these kinds of use-cases.

@dbackeus dbackeus changed the title New approach for ElasticSearch template More flexible approach for ElasticSearch template Nov 4, 2024
@dbackeus dbackeus changed the title More flexible approach for ElasticSearch template More flexible ElasticSearch template Nov 4, 2024
@dbackeus dbackeus force-pushed the alternative-elasticsearch branch 3 times, most recently from 1b02f80 to 1a4f0ef Compare November 5, 2024 13:33
- name: {{ .Chart.Name }}%{suffix}
nodeSets:
- name: default
count: {{ .Values.resources.%{camelName}.replicas }}

This comment was marked as resolved.

@dbackeus
Copy link
Contributor Author

dbackeus commented Nov 6, 2024

Note to self: We should add a service that will include all nodesets except the tiebreaker and use that for the recommended ELASTICSEARCH_URL

When just having a single nodeSet with count for replication, we can't control which pod gets decommissioned when scaling down.

Using named replicas we can achieve better control for these kinds of use-cases.
@dbackeus dbackeus force-pushed the alternative-elasticsearch branch from 1a4f0ef to 701f328 Compare December 3, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants