You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ categories:
27
27
Here, you can troubleshoot your containerized application, manage the cluster resources, get an overview of applications running on your cluster, and create or modify certain resources.
28
28
29
29
<Messagetype="note">
30
-
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—the nodes and workloads running in your cluster.
30
+
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.
31
31
32
32
For advanced observability of your Kubernetes Kapsule Data Plane, refer to [How to monitor your Kubernetes Kapsule Data Plane with Cockpit](/containers/kubernetes/how-to/monitor-data-plane-with-cockpit/).
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/monitor-cluster.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
24
24
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
25
25
26
26
<Messagetype="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 [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/).
28
28
29
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.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ dates:
15
15
16
16
You can now send **data plane** logs from your [Kapsule or Kosmos](https://www.scaleway.com/en/kubernetes) 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
17
18
-
With this feature:
18
+
This feature allows you to:
19
19
20
20
-**Enhance observability**: View logs from all your Kubernetes containers in one place.
21
21
-**Simplify troubleshooting**: Quickly drill down into specific pods or containers without needing to configure a separate logging stack.
@@ -60,7 +60,7 @@ The system leverages **Promtail** (a lightweight log collector) running on your
60
60
61
61
You can use Scaleway’s **[Easy Deploy](/kubernetes/how-to/enable-easy-deploy/)** to add a Promtail deployment to your cluster:
62
62
63
-
1.**Open the Scaleway Console** and go to your **Kubernetes** cluster.
63
+
1.Log in to the [Scaleway console](https://console.scaleway.com/) and go to your **Kubernetes** cluster.
64
64
2. Navigate to the **Easy Deploy** tab.
65
65
3. Select **Promtail for Cockpit** from the library.
66
66
4.**Deploy** the application. Promtail will install on your cluster with default settings that:
@@ -74,6 +74,7 @@ You can use Scaleway’s **[Easy Deploy](/kubernetes/how-to/enable-easy-deploy/)
Below is a simplified snippet of the configuration that Easy Deploy generates by default:
79
80
```yaml
@@ -99,19 +100,19 @@ extraVolumes:
99
100
Template values like `{{{ cockpit_bearer_token }}}` (Bearer Token) and `{{{ cockpit_loki_push_url }}}` (Loki URL) are automatically set. Avoid modifying these values.
100
101
</Message>
101
102
102
-
## Observing logs in Cockpit
103
+
## Visualizing logs in Cockpit
103
104
104
105
Once Promtail is running:
105
106
106
-
1. Go to **Cockpit** → **Kubernetes Cluster Pod Logs** (or open your own Grafana connected to Cockpit).
107
+
1. Go to **Cockpit**, then **Kubernetes Cluster Pod Logs** (or open your own Grafana connected to Cockpit).
107
108
2. **Filter** by:
108
109
- `Datasource`which is automatically created upon deployment, and visible in the Cockpit console
109
110
- `Cluster Name`( e.g. `my-kapsule-cluster`)
110
111
- `namespace`, `pod`, or `container` labels to isolate specific workloads
111
112
- **Time range** to limit how far back in history you want to query
112
113
3. **Analyze** logs in real-time or historical mode to troubleshoot issues, watch for errors, or track performance.
113
114
114
-
## Usage & pricing
115
+
## Usage and pricing
115
116
116
117
Sending logs to Cockpit is billed based on the **total volume of logs ingested**. You are charged *€0.15 per million log lines* (samples) or partial million.
0 commit comments