Kube promehteus stack¶
TODO¶
- Persist data
Add repo¶
Edit default values (if necessary)¶
Deploy stack¶
If there`s changes into the default files
helm install monitoring-stack -n monitoring --values values.yaml prometheus-community/kube-prometheus-stack
Otherwise
Connect to grafana¶
Uninstall chart¶
Container Insights¶
- Install agent Edit EKS-Workshop and eu-west-1 accordingly.
curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed "s/{{cluster_name}}/EKS-Workshop/;s/{{region_name}}/eu-west-1/" | kubectl apply -f -
- Delete
curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed "s/{{cluster_name}}/EKS-Workshop/;s/{{region_name}}/eu-west-1/" | kubectl delete -f -