Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many Elasticsearch clusters can I deploy with ECK #7786

Closed
Rookie-Zmy opened this issue May 9, 2024 · 2 comments
Closed

How many Elasticsearch clusters can I deploy with ECK #7786

Rookie-Zmy opened this issue May 9, 2024 · 2 comments

Comments

@Rookie-Zmy
Copy link

When deploying an Elasticsearch cluster through ECK, are there any recommendations for the number of clusters managed by a single elastic-operator?

If there are many clusters, do they need to be deployed in multiple namespaces and managed using different elastic-operators?

@botelastic botelastic bot added the triage label May 9, 2024
@thbkrkr
Copy link
Contributor

thbkrkr commented May 14, 2024

When deploying an Elasticsearch cluster through ECK, are there any recommendations for the number of clusters managed by a single elastic-operator?

One operator instance can manage several hundred of clusters. Its capacity is mostly bound by the resources allocated to it and the limitations of the underlying Kubernetes installation. Check #357 (comment).

If you need to manage a large number of clusters, monitor memory usage and adjust the container resources as necessary. You should also increase max-concurrent-reconciles to handle multiple resources at the same time.

If there are many clusters, do they need to be deployed in multiple namespaces and managed using different elastic-operators?

Not necessarily, it's up to you how you want to organize your Elastic deployments based on your use case. Just make sure you don't have 2 operators managing the same namespace.

@botelastic botelastic bot removed the triage label May 14, 2024
@thbkrkr
Copy link
Contributor

thbkrkr commented May 14, 2024

Please reserve GitHub issues exclusively for bug reports and feature requests directly related to the ECK operator. You can ask these kinds of questions in our community support forum https://discuss.elastic.co/c/orchestration/eck/79. Thank you.

@thbkrkr thbkrkr closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants