|
1 | 1 | --- |
2 | 2 | meta: |
3 | | - title: How to monitor your Kubernetes Kapsule Data Plane with Cockpit |
| 3 | + title: How to monitor your Kubernetes Kapsule data plane with Cockpit |
4 | 4 | description: This page explains how to integrate Kubernetes container logs with Scaleway Cockpit using Promtail |
5 | 5 | content: |
6 | | - h1: How to monitor your Kubernetes Kapsule Data Plane with Cockpit |
| 6 | + h1: How to monitor your Kubernetes Kapsule data plane with Cockpit |
7 | 7 | paragraph: This page explains how to integrate Kubernetes container logs with Scaleway Cockpit using Promtail |
8 | 8 | categories: |
9 | 9 | - iot-hub |
@@ -32,12 +32,12 @@ This feature allows you to: |
32 | 32 |
|
33 | 33 | ## Architecture and limitations |
34 | 34 |
|
35 | | -### Control Plane vs. Data Plane |
| 35 | +### Control plane vs. data plane |
36 | 36 |
|
37 | | -- **Control Plane**: Fully managed by Scaleway. Users can already [monitor control plane components](/kubernetes/how-to/monitor-cluster/) (e.g., `kube-apiserver`, `CCM`, `CSI`) via Cockpit. |
38 | | -- **Data Plane**: Runs in your Scaleway Project (customer-managed instances, `kubelet`, `containerd`, customer Pods, etc.). You have **full access** to the data plane, including the ability to SSH into nodes. |
| 37 | +- **Control plane**: Fully managed by Scaleway. Users can already [monitor control plane components](/kubernetes/how-to/monitor-cluster/) (e.g., `kube-apiserver`, `CCM`, `CSI`) via Cockpit. |
| 38 | +- **Data plane**: Runs in your Scaleway Project (customer-managed instances, `kubelet`, `containerd`, customer Pods, etc.). You have **full access** to the data plane, including the ability to SSH into nodes. |
39 | 39 |
|
40 | | -| Feature | Control Plane | Data Plane | |
| 40 | +| Feature | Control plane | Data plane | |
41 | 41 | |--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| |
42 | 42 | | Responsibility | Fully managed by Scaleway | Managed by the customer (runs in your Scaleway Project) | |
43 | 43 | | Components | `kube-apiserver`, `CCM`, `CSI`, etc. | `kubelet`, `containerd`, customer Pods, and system components like `kubelet.service`. | |
|
0 commit comments