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

feat(kuma-cp) Prometheus integration on Kubernetes #524

Merged
merged 2 commits into from
Jan 7, 2020

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

Simple Prometheus integration with K8S using official Helm Chart and prometheus.io annotations
https://github.com/helm/charts/tree/master/stable/prometheus

One caveat in this solution is that it does not support multiple containers in a pod that expose prometheus metrics. There is an issue for that prometheus/prometheus#3756
Which means that we will have to iterate on more sophisticated solution.

@jakubdyszkiewicz jakubdyszkiewicz requested review from yskopets and a team January 3, 2020 15:35
app/kuma-injector/pkg/injector/injector.go Outdated Show resolved Hide resolved
app/kuma-injector/pkg/injector/injector_test.go Outdated Show resolved Hide resolved
app/kuma-injector/pkg/injector/injector_test.go Outdated Show resolved Hide resolved
@jakubdyszkiewicz jakubdyszkiewicz merged commit 8ab8e7a into master Jan 7, 2020
@jakubdyszkiewicz jakubdyszkiewicz deleted the feature/prometheus-k8s branch January 7, 2020 09:35
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.

None yet

2 participants