Skip to content

Commit 924b205

Browse files
committed
feat(k8s): update obs docs
1 parent f408ae1 commit 924b205

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to monitor your Scaleway Kubernetes Kapsule cluster with Cockpit
88
tags: kubernetes kubernetes-kapsule kapsule cluster observability cockpit
99
dates:
10-
validation: 2024-08-12
10+
validation: 2025-01-20
1111
posted: 2023-07-24
1212
categories:
1313
- kubernetes
@@ -23,6 +23,14 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
2323
* Get new insights on control plane and worker nodes usage such as CPU and memory to optimize your resource allocation
2424
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
2525

26+
<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](/container/kubernetes/how-to/monitor-data-plane-with-cockpit/). For detailed observability, refer to [How to send logs from your Kubernetes cluster to your Cockpit](/observability/cockpit/how-to/send-log-from-k8s-to-cockpit/).
28+
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.
30+
31+
**Security and compliance**: For enhanced security and compliance, Kapsule provides audit logs natively within Cockpit. Learn more in the [audit logs documentation](/containers/kubernetes/how-to/access-audit-logs/).
32+
</Message>
33+
2634
<Macro id="requirements" />
2735

2836
- A Scaleway account logged into the [console](https://console.scaleway.com)

tutorials/monitor-kubernetes-data-plane-with-cockpit/index.mdx renamed to containers/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- iot-hub
1010
tags: kubernetes kapsule kosmos cockpit promtail logs
1111
dates:
12-
validation: 2025-01-17
12+
validation: 2025-01-20
1313
posted: 2025-01-17
1414
---
1515

@@ -165,7 +165,9 @@ Key points include:
165165
## Further resources
166166

167167
- [Observability Cockpit Overview](/observability/cockpit/)
168-
- [Push Logs to Cockpit (How-To)](/observability/cockpit/how-to/send-metrics-logs-to-cockpit/)
168+
- [Push logs to Cockpit (How-To)](/observability/cockpit/how-to/send-metrics-logs-to-cockpit/)
169+
- [Send logs from your Kubernetes cluster to your Cockpit (How-To)](/observability/cockpit/how-to/send-log-from-k8s-to-cockpit/)
170+
- [Send metrics from your Kubernetes cluster to your Cockpit (How-To)](/observability/cockpit/how-to/send-metrics-from-k8s-to-cockpit/)
169171
- [Promtail Documentation](https://grafana.com/docs/loki/latest/clients/promtail/)
170172
- [Scaleway Kapsule Documentation](/containers/kubernetes/kapsule/quickstart/)
171173
- [Scaleway Kosmos Documentation](/containers/kubernetes/kosmos/quickstart/)

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,10 @@
17521752
"label": "Monitor a Kapsule cluster with Cockpit",
17531753
"slug": "monitor-cluster"
17541754
},
1755+
{
1756+
"label": "Monitor a cluster's data plane with Cockpit",
1757+
"slug": "monitor-data-plane-with-cockpit"
1758+
},
17551759
{
17561760
"label": "Access the Kubernetes audit logs",
17571761
"slug": "access-audit-logs"

0 commit comments

Comments
 (0)