Skip to content

Commit 7a21933

Browse files
authored
Apply suggestions from code review
1 parent 6efdacd commit 7a21933

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pages/kubernetes/how-to/access-kubernetes-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ categories:
2929
<Message type="note">
3030
The Kubernetes dashboard offers insights into your cluster's workloads, applications, and individual resource metrics. Unlike Cockpit's control plane dashboards, this dashboard focuses more on operational details within your data plane such as the nodes and workloads running in your cluster.
3131

32-
For advanced observability of your Kubernetes Kapsule Data Plane, refer to the [How to monitor your Kubernetes Kapsule Data Plane with Cockpit](/kubernetes/how-to/monitor-data-plane-with-cockpit/) documentation.
32+
For advanced observability of your Kubernetes Kapsule data plane, refer to the [How to monitor your Kubernetes Kapsule data plane with Cockpit](/kubernetes/how-to/monitor-data-plane-with-cockpit/) documentation.
3333
</Message>

pages/kubernetes/how-to/monitor-cluster.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
2424
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
2525

2626
<Message type="important">
27-
**Control Plane monitoring**: Scaleway Kapsule natively provides monitoring for the control plane, free of charge. Additionally, monitoring of the data plane is possible. To monitor the data plane, refer to [How to monitor your Kubernetes Kapsule Data Plane with Cockpit](/kubernetes/how-to/monitor-data-plane-with-cockpit/). For detailed observability, refer to the [documentation on how to send logs from your Kubernetes cluster to your Cockpit](/cockpit/how-to/send-log-from-k8s-to-cockpit/).
27+
**Control Plane monitoring**: Scaleway Kapsule natively provides monitoring for the control plane, free of charge. Additionally, monitoring of the data plane is possible. To monitor the data plane, refer to [How to monitor your Kubernetes Kapsule data plane with Cockpit](/kubernetes/how-to/monitor-data-plane-with-cockpit/). For detailed observability, refer to the [documentation on how to send logs from your Kubernetes cluster to your Cockpit](/cockpit/how-to/send-log-from-k8s-to-cockpit/).
2828

29-
**Control Plane vs. Data Plane**: The control plane is responsible for managing the Kubernetes cluster’s state and orchestrating workloads, while the data plane consists of the nodes that execute the workloads.
29+
**Control plane vs. data plane**: The control plane is responsible for managing the Kubernetes cluster’s state and orchestrating workloads, while the data plane consists of the nodes that execute the workloads.
3030

3131
**Security and compliance**: For enhanced security and compliance, Kapsule provides audit logs natively within Cockpit. Learn more in the [audit logs documentation](/kubernetes/how-to/access-audit-logs/).
3232
</Message>

pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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
44
description: This page explains how to integrate Kubernetes container logs with Scaleway Cockpit using Promtail
55
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
77
paragraph: This page explains how to integrate Kubernetes container logs with Scaleway Cockpit using Promtail
88
categories:
99
- iot-hub
@@ -32,12 +32,12 @@ This feature allows you to:
3232

3333
## Architecture and limitations
3434

35-
### Control Plane vs. Data Plane
35+
### Control plane vs. data plane
3636

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.
3939

40-
| Feature | Control Plane | Data Plane |
40+
| Feature | Control plane | Data plane |
4141
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
4242
| Responsibility | Fully managed by Scaleway | Managed by the customer (runs in your Scaleway Project) |
4343
| Components | `kube-apiserver`, `CCM`, `CSI`, etc. | `kubelet`, `containerd`, customer Pods, and system components like `kubelet.service`. |

0 commit comments

Comments
 (0)