Skip to content

Commit f6e6e4e

Browse files
authored
fix(k8s): tutorial fix headline (#4171)
* fix(k8s): tutorial fix headline * fix(k8s): fix tuto formatting * fix(k8s): fix tuto formatting
1 parent e7b109f commit f6e6e4e

File tree

1 file changed

+5
-7
lines changed
  • tutorials/enabling-encryption-in-kapsule-with-cilium

1 file changed

+5
-7
lines changed

tutorials/enabling-encryption-in-kapsule-with-cilium/index.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
meta:
3-
title: Enabling Encryption in Kapsule (Kubernetes 1.31) with Cilium
3+
title: Enabling encryption in Kapsule (Kubernetes 1.31) with Cilium
44
description: Learn how to enable WireGuard encryption in Scaleway’s Kapsule Managed Kubernetes service using Cilium. This guide covers configuration steps, verification, and testing encryption for secure network traffic.
55
content:
6-
h1: Enabling Encryption in Kapsule (Kubernetes 1.31) with Cilium
6+
h1: Enabling encryption in Kapsule (Kubernetes 1.31) with Cilium
77
paragraph: Learn how to enable WireGuard encryption in Scaleway’s Kapsule Managed Kubernetes service using Cilium. This guide covers configuration steps, verification, and testing encryption for secure network traffic.
8-
tags: hashicorp vault kubernetes k8s easy deploy
8+
tags: encryption cilium kapsule wireguard
99
categories:
1010
- containers
1111
dates:
1212
validation: 2024-12-31
1313
posted: 2024-12-31
14-
validation_frequency: 24
1514
---
1615

1716

@@ -25,7 +24,7 @@ By default, Cilium is selected as the CNI when creating a cluster. We will confi
2524
- `kubectl` installed and configured for your cluster.
2625
- Cilium is selected as the [CNI](/containers/kubernetes/concepts/#container-network-interface-cni) in your cluster (default in Kapsule).
2726

28-
## Creating a `CiliumNodeConfig` resource for encryption
27+
## Creating a CiliumNodeConfig resource for encryption
2928

3029
The `CiliumNodeConfig` resource defines encryption settings for Cilium. It enables **WireGuard encryption** across all nodes in your Kapsule cluster.
3130

@@ -78,7 +77,7 @@ After creating the `CiliumNodeConfig`, you must restart Cilium to apply these en
7877

7978
In this step, you will deploy test applications along with a `tcpdump` DaemonSet to observe network traffic before and after enabling encryption.
8079

81-
### 3.1 Deploying test applications and `tcpdump`
80+
### Deploying test applications and tcpdump
8281

8382
Below is an example YAML manifest that deploys:
8483

@@ -265,4 +264,3 @@ You should now see traffic matching **port 51871**, indicating the packets are e
265264
Enabling encryption may slightly increase CPU usage on the nodes. Monitor resource utilization to ensure adequate capacity.
266265

267266
For more details, refer to [Cilium’s WireGuard Encryption Documentation](https://docs.cilium.io/en/stable/security/network/encryption-wireguard/).
268-

0 commit comments

Comments
 (0)