When maintain Kubernetes, mostly we need to use kubectl to get result and execute yaml. It is ok for developer as it provide the flexibilty to do what they need. However, for operator, it might difficult to use as they need to remember several commands. As result, there is a paid tools named Kubernetic which can resolve the problem.
Kubernetic is the GUI tools to maintaion K8S cluster. Besides on-prime platform, it also support cloud based kubernetes services. It supports AWS, Azure and Google Cloud service.
We don’t need to write complex yaml to maintain K8S. When scaling required, just simply click buttons and it will execute automatically.
Download URL: https://www.kubernetic.com/
Leave a Reply