Hi Team,
The course labs have shown the use of cloud shell for creating clusters, interacting with kubernetes using kubectl etc. I was wondering if there are any GUI based alternatives as well for doing these tasks?
Hi Team,
The course labs have shown the use of cloud shell for creating clusters, interacting with kubernetes using kubectl etc. I was wondering if there are any GUI based alternatives as well for doing these tasks?
Hello @chetna
You can have a look on Kubernetes Dashboard
It offers a graphical representation of the cluster’s state, allows you to deploy and manage applications, inspect logs, and more.
You can also explore LENS: A desktop application for managing Kubernetes clusters.
Thanks, I’ll check these out.