Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set covers all product layers, including MOSK management (formerly Container Cloud). This means everything you need is in one place. Some legacy names may remain in the code and documentation and will be updated in future releases. The separate Container Cloud documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Introduction¶
MOSK Bootstrap v2 provides best user experience to set up MOSK management. Using Bootstrap v2, you can provision and operate management clusters using required objects through the MOSK management API.
Basic concepts and components of Bootstrap v2 include:
- Bootstrap cluster
Bootstrap cluster is any kind-based Kubernetes cluster that contains a minimal set of bootstrap components allowing the user to prepare the configuration for management cluster deployment and start the deployment. The list of these components includes:
- Bootstrap Controller
Controller that is responsible for:
Configuration of a bootstrap cluster with provider charts through the bootstrap Helm bundle.
Configuration and deployment of a management cluster and its related objects.
- Helm Controller
Operator that manages Helm chart releases. It installs the bootstrap and provider charts configured in the bootstrap Helm bundle.
- Public API charts
Helm charts that contain custom resource definitions for MOSK management resources.
- Admission Controller
Controller that performs mutations and validations for the MOSK management resources including cluster and machine configuration.
Currently one bootstrap cluster can be used for deployment of only one management cluster. For example, to add a new management cluster with different settings, a new bootstrap cluster must be created from scratch.
- Bootstrap region
BootstrapRegionis the first object to create in the bootstrap cluster for the Bootstrap Controller to identify and install provider components onto the bootstrap cluster. After, the user can prepare and deploy a management cluster with related resources.The bootstrap region is a starting point for the cluster deployment. The user needs to approve the
BootstrapRegionobject. Otherwise, the Bootstrap Controller will not be triggered for the cluster deployment.
- Bootstrap Helm bundle
Helm bundle that contains charts configuration for the bootstrap cluster. This object is managed by the Bootstrap Controller that updates the provider bundle in the
BootstrapRegionobject. The Bootstrap Controller always configures provider charts listed in theregionalsection of the MOSK management release for the provider. Depending on the cluster configuration, the Bootstrap Controller may update or reconfigure this bundle even after the cluster deployment starts. For example, the Bootstrap Controller enables the provider in the bootstrap cluster only after the bootstrap region is approved for the deployment.