advanced-kubernetes-course
advanced-kubernetes-course copied to clipboard
prometheus-resource.yml
Hello Edward Viaene,
I was trying to create kubernetes monitoring with your udemy course. There is a small section i couldnt understand very well in prometheus-resource.yml file . I explained below.
(version: v1.7.0) Is that your kubernetes version? I dont understand what is that mean. Thank you for your help.
Yusuf Can Regars
Hi,
Where do you see this version? It's most likely the kubernetes version indeed. Best to try the prometheus-operator using the helm chart if you want to have the latest version. You can find it here: https://github.com/coreos/prometheus-operator/tree/master/helm - there's also instructions on how to deploy it.
-Edward