Kubernetes IDE/GUI

K Prayogo
Jan 5, 2022

There’s various GUI for Kubernetes that I’ve found:

  • Kui (like jupyter-notebook, pry/irb/julia, etc, have tutorial mode)
  • k8dash (deployment only)
  • HeadLamp (didn’t work)
  • K9s (failed to go get, also require license?)

For now my recommendation would be Kontenta-Lens, you’ll get a bird-view of your cluster.

For shell autocomplete, I recommend kube-prompt (or other shell-specific autocomplete)

If you only need docker GUI, you can try Dry

If you prefer web-based GUI, you can try Portainer (it could manage much more than just kubernetes, but also local docker and docker swarm), it’s quite better than Rancher.

Originally published at http://kokizzu.blogspot.com.

--

--