-
Notifications
You must be signed in to change notification settings - Fork 3
Add Kubernetes Page #1
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
Add Kubernetes Page #1
Conversation
docs/kubernetes.md
Outdated
| daemonset will monitor pod/node workloads and the deployment will monitor Kubernetes status/health. They both do | ||
| autodetection on Prometheus endpoints to scrape metrics from and send into the Monasca pipeline. | ||
|
|
||
| <object class="img-responsive" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, I sent you a bad example, this should be <img class=...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will change
docs/kubernetes.md
Outdated
|
|
||
| If the service contains the scrape annotation the agent will attempt to scrape metrics from it to send through Monasca. | ||
|
|
||
| ## Installing Monasca via Helm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should think about moving the content from here on to a separate page (and I should do the same with docker)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you want to handle that? like kubernetes/docker deploy and kubernetes/docker monitoring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe /docs/deploy-kubernetes.md and /docs/deploy-docker.md? then /docs/kubernetes.md can be for the overview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which I guess means I should write a docker.md :)
No description provided.