Thursday, November 22, 2018

Monitor the EKS cluster Infrastructure


This is the GitHub dashboard and  the repository details are mentioned below,

https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml

You can run below command to configure the dashboard.

kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml


clip_image002

After that you need to get the password for that run the

# kops get secrets kube --type secret -oplaintext

clip_image003

Then go into https://api.cloudwar.xyz/api URL and give the user name and the password. Here username is Admin and the password can be find by running the above command.

Select Kubeconfig and then select skip. You will be forwarded to the dashboard.

clip_image005

In this dashboard you can see the utilization and based on that you can decide whether you want to do the scaling up or down.

There are few other tools as well. you can try them also. But for me this dashboard covers my needs.

No comments:

Post a Comment