Skip to main content
Version: V6.2

Host-based installation

This article describes how to install Kubernetes(RKE2) cluster and Rainbond cluster through graphical interface on Linux system.

tip

This installation method supports Linux x86 and Arm64 operating systems.

Prerequisites

danger

If you have already performedquick installation, you cannot perform host-based installation on the same host again, as this will cause conflicts.

Start installing Kubernetes cluster from host

  1. Deploy Rainbond according toquick installation.
  2. Go to Platform Management -> Cluster -> Add Cluster -> Start Installation from Host to enter the graphical installation page.
  3. Click Add Node and fill in the node information.
illustrate
Node roleSelect the role of the node, ETCD Management Node Compute Node
Node public IPFill in the node's public IP address. If there is no public IP, do not fill in
Node internal IPFill in the node's internal IP address. If there are multiple network cards, please manually fill in the internal IP. If it is empty, it will be automatically selected
Console access addressThe default is the address accessed by the current browser. If your registered host cannot communicate with the console, please fill in the address that can communicate
  1. Copy the registration command and execute it on the Linux host.

Install Rainbond cluster

info

After the Kubernetes cluster installation is completed, the next step will enter the Rainbond cluster installation page, which will guide you through the installation of the Rainbond cluster.

  1. Fill in the basic configuration and advanced configuration according to the page guide.

The following will provide a detailed explanation of the basic configuration of the Rainbond cluster.

Configuration itemillustrate
Cluster entry IPCluster entry access IP, which can be VIP, load balancer IP or any gateway node IPRequired
Gateway nodeSpecify on which node the Rainbond gateway service is deployed and runsRequired
Build nodeSpecify on which node the Rainbond build service is deployed and runsRequired
  1. After filling in the configuration information, enter the Rainbond cluster installation page. On this page, you can see the installation progress information, and each component can be clicked to view the status and event information.
  2. Wait for all components to start, then complete the docking in the next step.

If you are familiar with Kubectl commands, you can use the kubectl get pods -n rbd-system command to view the cluster status.

export KUBECONFIG=/etc/rancher/rke2/rke2.yaml
/var/lib/rancher/rke2/bin/kubectl get nodes

Next step