27 Introduction #
The management cluster is the part of SUSE Telco Cloud that is used to manage the provision and lifecycle of the runtime stacks. From a technical point of view, the management cluster contains the following components:
SUSE Linux Microas the OS. Depending on the use case, some configurations like networking, storage, users and kernel arguments can be customized.RKE2as the Kubernetes cluster. Depending on the use case, it can be configured to use specific CNI plugins, such asMultus,Cilium,Calico, etc.Rancheras the management platform to manage the lifecycle of the clusters.Metal3as the component to manage the lifecycle of the bare-metal nodes.CAPIas the component to manage the lifecycle of the Kubernetes clusters (downstream clusters). TheRKE2 CAPI Provideris used to manage the lifecycle of the RKE2 clusters.
With all components mentioned above, the management cluster can manage the lifecycle of downstream clusters, using a declarative approach to manage the infrastructure and applications.
For more information about SUSE Linux Micro, see: SUSE Linux Micro (Chapter 10, SUSE Linux Micro)
For more information about RKE2, see: RKE2 (Chapter 14, RKE2)
For more information about Rancher, see: Rancher (Chapter 6, Rancher)
For more information about Metal3, see: Metal3 (Chapter 11, Metal3)