I have a Grafana running on an EC2 instance. I installed my Kubernetes cluster k8s.mydomain.com on AWS using kops. I wanted to monitor this cluster with Grafana. Entering the below URL for Prometheus data source and the admin username and password from kops get secrets kube --type secret -oplaintext
in grafana returned an error.
I also tried the kops add-on for prometheus but I wasn't able to access grafana using the following URL:
Am I doing something wrong? Is there a better way to do this?