If you’re looking for a Kubernetes platform that is tailored for hybrid multicloud, https://kubesphere.io/ might be just the tool you need. KubeSphere offers a plug-and-play platform and allows seamless integration of third-party applications. Most importantly, KubeSphere offers a user-friendly web-based UI for managing your Kubernetes cluster, and even offers CI/CD tools like Jenkins and provides automated building of container images from source code.

Finally, log into the third server and set the hostname with: sudo hostnamectl set-hostname kubesphere3

We now have to allow the new user (on all three machines) to execute sudo commands without a password.

Related Articles