-
Notifications
You must be signed in to change notification settings - Fork 45
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
Deploy ElasticSearch stack #27
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…it 35c5103e git-subtree-dir: vendor/kubernetes-elasticsearch-cluster git-subtree-split: 35c5103e81beeed036cf6f6635dbaa3ad5e660fb
…bernetes-elasticsearch-cluster'
This commit deploys a very minimal and not production-ready ElasticSearch cluster, based on the (vendored) manifests by @pires. See: https://github.com/pires/kubernetes-elasticsearch-cluster See: d5fb1fb See: 85f97e0
Zempashi
approved these changes
Mar 23, 2018
Also, set up a `ServiceMonitor` so Prometheus scrapes exported values. See: https://github.com/justwatchcom/elasticsearch_exporter/ See: https://github.com/kubernetes/charts/blob/master/stable/elasticsearch-exporter/
Source: https://github.com/justwatchcom/elasticsearch_exporter/raw/6101e75acef31ca7ad0a1912fe9727d25720615c/examples/grafana/dashboard.json Repository: https://github.com/justwatchcom/elasticsearch_exporter.git Revision: 6101e75acef31ca7ad0a1912fe9727d25720615c Built by: @dominikschulz, @jmcarp, @zwopir License: Apache-2.0
Zempashi
approved these changes
Mar 23, 2018
* origin/master: Having prometheus and alertmanager as suburl as well grafana suburl Reduce duplication in task definition Deploy `metrics-server` Import `metrics-server` deployment files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This deploys
CronJob
Note: the ElasticSearch deployment is not production-ready: not using a
StatefulSet
,... This is TODO.