Kubernetes IDE - OpenLens
Openlens
The Openlens Kubernetes IDE is the open-source code project under MIT license, from which Lens desktop originates as a branch. It is a development tool for Kubernetes environments and containerized projects. github repo here
Add your own k3s cluster, import your ~/.kube/config from your control plan
You can add to Hotbar, and click the Workloads > Overviews to look at your cluster status
After deploy the kube-prometheus-stack, you will see the chart. You can check the metrics of cluster in Lens. And you can check the issue.
And you can check the Nodes tab, it seems to be kubectl get nodes
in cli.
You can edit the cluster, such as deploy, rs, svc…etc. It just like kubectl edit deploy my-deploy
This post is licensed under CC BY 4.0 by the author.