Skip to content

Commit c59b58d

Browse files
committed
feat(k8s): tutorial
1 parent b983e4b commit c59b58d

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ You should now see traffic matching **port 51871**, indicating the packets are e
255255

256256
## Additional notes
257257

258-
* **Target specific nodes**
258+
* **Target specific nodes**
259259
If you only want to enable encryption on specific nodes, modify the `nodeSelector` in your `CiliumNodeConfig` (e.g., `matchLabels: { k8s.scaleway.com/managed: "true" }` for managed nodes).
260260

261-
* **Persistence**
261+
* **Persistence**
262262
Encryption settings defined in `CiliumNodeConfig` persist through cluster upgrades and changes.
263263

264-
* **Performance impact**
264+
* **Performance impact**
265265
Enabling encryption may slightly increase CPU usage on the nodes. Monitor resource utilization to ensure adequate capacity.
266266

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

0 commit comments

Comments
 (0)