This document is intended for system administrators with basic Linux knowledge and details the full installation process of the global
cluster.
In this document, the following terms will be used frequently, please pay attention to the distinction:
global
cluster: Refers to the cluster responsible for core platform management tasks, such as cluster management and tenant management. Completing the installation of the global
cluster completes the installation. After installation, workload clusters can be accessed or created as needed.
Platform: Usually refers to the container platform itself, a complete system that provides an application runtime environment and integrates container scheduling, management, networking, storage, and other functions. The platform is an overall concept that covers all components, including the global
cluster and workload clusters.
Before installation, please ensure that you have completed capacity planning, environment preprocessing, and prerequisite checks to ensure that the hardware, network, and OS of each node meet the requirements. The following content covers platform architecture design, installation methods, and key term explanations to help you grasp the core points during the actual installation process.
The installation process of the global
cluster is mainly divided into three stages:
Preparation Stage
Execution Stage
/root/cpaas-install
) and extract the installation resources.bash setup.sh
) on the control plane node, and select the network plugin (Kube-OVN or Calico), IP protocol mode (IPv4/IPv6/dual stack), and VIP configuration according to the actual environment.global
cluster.Verification Stage
global
cluster's API Server, Web UI, and other access points to ensure high availability.The following chapters will further explain the detailed operations, configuration parameters, and verification methods of each installation stage. Please read carefully and complete the corresponding preparatory work before the formal installation.