Skip to content

Commit 86e6c0b

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent ced772d commit 86e6c0b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ categories:
2727
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.
2828

2929
<Message type="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 planethe 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.
3131

3232
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/).
3333
</Message>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 [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

2929
**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

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dates:
1515

1616
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/).
1717

18-
With this feature:
18+
This feature allows you to:
1919

2020
- **Enhance observability**: View logs from all your Kubernetes containers in one place.
2121
- **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
6060

6161
You can use Scaleway’s **[Easy Deploy](/kubernetes/how-to/enable-easy-deploy/)** to add a Promtail deployment to your cluster:
6262

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.
6464
2. Navigate to the **Easy Deploy** tab.
6565
3. Select **Promtail for Cockpit** from the library.
6666
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/)
7474
cockpit_promtail_scrape_config_journal: "kubelet.service,kube-proxy.service"
7575
```
7676
</Message>
77+
7778
### Example Promtail configuration
7879
Below is a simplified snippet of the configuration that Easy Deploy generates by default:
7980
```yaml
@@ -99,19 +100,19 @@ extraVolumes:
99100
Template values like `{{{ cockpit_bearer_token }}}` (Bearer Token) and `{{{ cockpit_loki_push_url }}}` (Loki URL) are automatically set. Avoid modifying these values.
100101
</Message>
101102

102-
## Observing logs in Cockpit
103+
## Visualizing logs in Cockpit
103104

104105
Once Promtail is running:
105106

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).
107108
2. **Filter** by:
108109
- `Datasource` which is automatically created upon deployment, and visible in the Cockpit console
109110
- `Cluster Name` ( e.g. `my-kapsule-cluster`)
110111
- `namespace`, `pod`, or `container` labels to isolate specific workloads
111112
- **Time range** to limit how far back in history you want to query
112113
3. **Analyze** logs in real-time or historical mode to troubleshoot issues, watch for errors, or track performance.
113114

114-
## Usage & pricing
115+
## Usage and pricing
115116

116117
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.
117118

0 commit comments

Comments
 (0)