Skip to content

Commit 1037acd

Browse files
committed
feat(K8s): add cards
1 parent 66a58ca commit 1037acd

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

pages/kubernetes/how-to/access-audit-logs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ categories:
1313
- kubernetes
1414
---
1515

16-
<Macro id="kubernetes-cockpit-intro" />
16+
Kubernetes Kapsule and Kosmos control plane metrics and logs are integrated into Cockpit, providing you with a centralized hub for monitoring the control plane, nodes, managed resources, and cluster system applications.
17+
18+
While this initial integration empowers you with the autonomy to troubleshoot issues promptly, we have taken the next step by extending the functionality, now Kubernetes audit records are also exported into Cockpit.
1719

1820
Kubernetes audit logs provide detailed insights into user-generated activities, actions initiated by applications using the Kubernetes API, and operations performed by the control plane.
1921

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,20 @@ categories:
1414
---
1515

1616

17-
<Macro id="kubernetes-cockpit-intro" />
17+
Scaleway's observability Cockpit provides automated monitoring of your Kubernetes cluster. As Kubernetes environments grow in complexity, monitoring becomes crucial for optimal performance. Visualization of the clusters' metrics is available in a hosted Grafana.
18+
19+
Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit offers a hassle-free solution, providing real-time insights without extra infrastructure.
20+
21+
[Cockpit](/cockpit/quickstart/) empowers you to monitor the clusters' control plane, nodes, managed resources and the cluster system applications.
22+
23+
* Detect incidents and diagnose failures in the earliest stages
24+
* Get new insights on control plane and worker nodes usage such as CPU and memory to optimize your resource allocation
25+
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
1826

1927
<Message type="important">
2028
**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-logs-from-k8s-to-cockpit/).
2129

22-
**Control plane vs. data plane**: The control plane is responsible for managing the Kubernetes cluster’s state and orchestrating workloads, while the data plane (your Kubernetes application) consists of the nodes that execute the workloads.
30+
**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.
2331

2432
**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/).
2533
</Message>

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ dates:
1313
posted: 2025-01-17
1414
---
1515

16-
<Macro id="kubernetes-cockpit-intro" />
16+
You can now send **data plane** logs from your [Kapsule](https://www.scaleway.com/en/kubernetes-kapsule/) or [Kosmos](https://www.scaleway.com/en/kubernetes-kosmos/) clusters to [Cockpit](https://www.scaleway.com/en/cockpit/), providing centralized, real-time access to application and system logs. Reduce complexity and manual work thanks to this integration, powered by a **Promtail** deployment via [Easy Deploy](/kubernetes/how-to/enable-easy-deploy/).
17+
18+
This feature allows you to:
19+
20+
- **Enhance observability**: View logs from all your Kubernetes containers in one place.
21+
- **Simplify troubleshooting**: Quickly drill down into specific pods or containers without needing to configure a separate logging stack.
22+
23+
<Message type="important">
24+
This feature does incur costs based on the volume of logs ingested. Refer to [Cockpit FAQ](/faq/cockpit/#how-am-i-billed-for-using-cockpit-with-custom-data) for more details and best practices to avoid unexpected bills.
25+
</Message>
1726

1827
<Macro id="requirements" />
1928

0 commit comments

Comments
 (0)