You can also install the Kubernetes cluster on the Kube-Install web platform.
First, you need to execute the 'kube-install -exec init' command to initialize the system environment (you can skip if you have already initialized earlier), and then execute the 'systemctl start kube-install' command to run the web management platform service of kube-install.
#
# ./kube-install -daemon
Now, you can open it with a web browser http://kube-install_IP:9080
, view kube-nstall web platform.
Notice: kube-install web platform service listens to TCP 9080
by default. If you want to modify the listening address, you can set it by modifying the kube-install -daemon -listen IP:port
parameter in the /etc/systemd/system/kube-install.service
file.
Before starting the installation, please open the SSH password free channel from localhost to the target host.You can use the kube-install -exec sshcontrol
command to SSH through, or click the Open SSH Channel of Host
button in the upper right corner to SSH through.
use the kube-install -exec sshcontrol
command to SSH through.
kube-install -exec sshcontrol -sship "192.168.1.11,192.168.1.12,192.168.1.13,192.168.1.14" -sshpass "cloudnativer"
Or click the Open SSH Channel of Host
button in the upper right corner to SSH through.
Here is the process of SSH connection, click here to view more details !
Then click the Install Kubernetes
button in the upper right corner to SSH through.
Fill in relevant installation parameters in the pop-up form:
Select the version of kubernetes you want to install and the type of operating system according to your actual environment.
The default is to start the installation immediately. You can also set an installation time for scheduled installation.
Click the Submit
button to start the automatic installation.
Using the schedule widget, you can also view all installation task plan calendars, click here to view more details !
You can also view the installation process log by clicking the Install Log
button.
Wait about 15 minutes and the installation will be completed automatically in the background.