diff --git a/macros/kubernetes/kubernetes-cockpit-intro.mdx b/macros/kubernetes/kubernetes-cockpit-intro.mdx
new file mode 100644
index 0000000000..fe7bff21a7
--- /dev/null
+++ b/macros/kubernetes/kubernetes-cockpit-intro.mdx
@@ -0,0 +1,19 @@
+---
+macro: kubernetes-cockpit-intro
+---
+
+Scaleway’s [Cockpit](/cockpit/quickstart/) provides a centralized solution for monitoring and logging in of your Kubernetes applications, helping you gain insights into cluster activity, performance, and security.
+
+With Cockpit, you can:
+
+- **Monitor your Kubernetes cluster**: Gain real-time visibility into the control plane, nodes, managed resources, and system applications.
+- **Analyze logs**: View logs from all your Kubernetes containers in one place to enhance observability and simplify troubleshooting.
+- **Track activity**: Audit logs provide detailed records of user actions, application API calls, and control plane operations, helping with compliance and security.
+
+Cockpit integrates with **Grafana** for rich data visualization and provides **automated monitoring** without the need to configuure additional infrastructure.
+
+
+ **Cost considerations**: Sending logs to Cockpit incurs costs based on ingestion volume. See the [Cockpit FAQ](/faq/cockpit/#how-am-i-billed-for-using-cockpit-with-custom-data) for pricing details and best practices.
+
+ **Security & compliance**: Monitoring Kubernetes API activity is critical for security and may be required for certain certifications. Audit logs are enabled by default for clusters with dedicated control planes. Learn more in the [audit logs documentation](/kubernetes/how-to/access-audit-logs/).
+
diff --git a/pages/kubernetes/how-to/access-audit-logs.mdx b/pages/kubernetes/how-to/access-audit-logs.mdx
index 0d639b2b1c..afcedf539e 100644
--- a/pages/kubernetes/how-to/access-audit-logs.mdx
+++ b/pages/kubernetes/how-to/access-audit-logs.mdx
@@ -102,3 +102,16 @@ The Kubernetes audit policy defines the selection of log entries exported by the
You can examine the [Kubernetes audit policy](https://github.com/scaleway/kubernetes-gists/blob/main/audit/policy.yaml) file, which contains a list of rules, giving you complete visibility into our API server configuration and the chosen request treatments or exclusions.
+## Related documentation
+
+
+
+
\ No newline at end of file
diff --git a/pages/kubernetes/how-to/monitor-cluster.mdx b/pages/kubernetes/how-to/monitor-cluster.mdx
index 8d4b6e3897..2508d0aeac 100644
--- a/pages/kubernetes/how-to/monitor-cluster.mdx
+++ b/pages/kubernetes/how-to/monitor-cluster.mdx
@@ -13,6 +13,7 @@ categories:
- kubernetes
---
+
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.
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.
@@ -78,3 +79,16 @@ For scenarios where you require consistent and predictable performance, along wi
+## Related documentation
+
+
+
+
\ No newline at end of file
diff --git a/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx b/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
index dc62639820..e49e8ee3db 100644
--- a/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
+++ b/pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
@@ -178,3 +178,17 @@ Key points include:
- [Send metrics from your Kubernetes cluster to your Cockpit (How-To)](/cockpit/how-to/send-metrics-from-k8s-to-cockpit/)
- [Promtail Documentation](https://grafana.com/docs/loki/latest/clients/promtail/)
- [Scaleway Kubernetes Kapsule and Kosmos Documentation](/kubernetes/quickstart/)
+
+## Related documentation
+
+
+
+
\ No newline at end of file