-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(k8s): managed control plane overview (#2076)
- Loading branch information
Showing
3 changed files
with
93 additions
and
3 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
containers/kubernetes/reference-content/kubernetes-control-plane-offers.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
meta: | ||
title: Kubernetes control plane offers overview | ||
description: This page provides information about the different control plane offers available for Scaleway Kubernetes Kapsule and Kosmos | ||
content: | ||
h1: Kubernetes control plane offers overview | ||
paragraph: This page provides information about the different control plane offers available for Scaleway Kubernetes Kapsule and Kosmos | ||
tags: kubernetes control plane control-plane offers dedicated mutualized | ||
dates: | ||
validation: 2023-08-31 | ||
posted: 2023-08-31 | ||
categories: | ||
- kubernetes | ||
--- | ||
|
||
On a managed Kubernetes service such as Kapsule or Kosmos, Scaleway is responsible for overseeing the Kubernetes control plane. The control plane comprises multiple components that play a crucial role in cluster management, application scheduling, and cluster state maintenance. | ||
|
||
These components encompass the control plane's core elements, namely etcd, API server, scheduler, cloud controller, and controller manager. | ||
|
||
Scaleway offers a range of Kubernetes control planes to cater to a wide range of use-cases and to provide you with a maximum of flexibility. Whether you are seeking a mutualized environment or a dedicated control plane, we provide a flexible offer to fit your infrastructure needs, which can be a differentiating advantage from other Kubernetes engine providers. | ||
|
||
## Available control plane offers | ||
|
||
| Control plane type /<br />Features | Mutualized<br />(free tier) | Dedicated 4 | Dedicated 8 | Dedicated 16 | | ||
|--------------------|---------------------------|-------------------|-------------------|--------------------| | ||
| Memory | up to 4GB<sup>1</sup> | 4GB RAM dedicated | 8GB RAM dedicated | 16GB RAM dedicated | | ||
| Availability | 1 resilient replica | 2 replicas for HA | 2 replicas for HA | 2 replicas for HA | | ||
| SLA | N/A | 99.5% uptime | 99.5% uptime | 99.5% uptime | | ||
| Max cluster size | 150 nodes | 250 nodes | 500 nodes | 500 nodes | | ||
|
||
<Message type="note"> | ||
* <sup>1</sup> Each mutualized control plane can use up to 4GB memory (RAM and swap). | ||
* The resource quotas for each offer are subject to potential evolutions over time, and this table will be modified accordingly. | ||
</Message> | ||
|
||
## Dedicated control plane conditions | ||
|
||
You have the option of choosing the most suitable control plane type for your workload when setting up a Kubernetes Kapsule or Kubernetes Kosmos cluster. | ||
|
||
The cost of the control plane varies depending on whether it is a shared or dedicated environment, and by the specific dedicated resources that you choose. Although indicated that the control planes are billed on a monthly basis in the Scaleway console, the billing for each control plane option is actually calculated on an hourly basis. Scaleway chooses to display a monthly billing for simplicity purposes. | ||
|
||
The control plane within the Kubernetes architecture goes beyond being just another component; it acts as the central command that orchestrates the cluster's activities. Comprising elements like the API server, etcd, scheduler, and controller manager, the control plane oversees critical operations including resource distribution, scheduling, health checks, and scaling. Making frequent modifications to the control plane can result in unintended repercussions, compatibility conflicts, and potential downtimes, directly impacting the overall dependability of the whole cluster. Therefore it is imperative to handle the control plane with the utmost care and prudence in order to sustain a smoothly operating Kubernetes cluster. | ||
|
||
When selecting a dedicated environment, you are committing to this plan for a period of 30 calendar days. While the cluster is active, you retain the flexibility to shift their control plane among different types to better align with their workloads. However, certain conditions govern this migration process: | ||
|
||
* Upgrading to a higher tier will reset the commitment period to 30 calendar days. | ||
* Downgrading to a lower tier will not extend the commitment period. | ||
* Downgrading a cluster type is not allowed during the commitment period. | ||
|
||
Once a dedicated control plane is no longer under commitment, you can freely migrate to a lower tier using the Scaleway console or command-line interface (CLI). | ||
|
||
<Message type="important"> | ||
Migrating to a lower tier will have some impact on key features. The allocated RAM resources will be reduced, the maximum number of nodes will be limited, and in the case of a mutualized control plane, the SLA (Service Level Agreement) will be revoked. | ||
</Message> | ||
|
||
If a dedicated cluster is deleted, the commitment is automatically canceled, and there will be no further billing for this dedicated service. | ||
|
||
## Changing a control plane offer | ||
|
||
During the lifecycle of a Kubernetes cluster, you have the flexibility to transition its control plane to a different type, whether it involves [scaling up or scaling down](/faq/kubernetes/#can-i-change-the-plan-of-my-cluster's-control-plane), in order to align with their specific workloads. | ||
|
||
Refer to our dedicated documentation for more information regarding the [choice of control plane offers for clusters](/faq/kubernetes/#can-i-choose-the-type-of-control-plane-for-my-cluster), as well as instructions on how to manage a control plane through the [console](/containers/kubernetes/how-to/edit-cluster/) or [API](https://www.scaleway.com/en/developers/api/kubernetes/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters