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/reference-content/security-group-management.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
meta:
3
3
title: Scaleway Kubernetes Kapsule and Kosmos security group management
4
-
description: This page explains how to manage Scaleway Kubernetes Kapsule and Kosmos manage security groups
4
+
description: This page explains how Scaleway Kubernetes Kapsule and Kosmos manage security groups
5
5
content:
6
6
h1: Scaleway Kubernetes Kapsule and Kosmos security group management
7
-
paragraph: This page explains how to manage Scaleway Kubernetes Kapsule and Kosmos manage security groups
7
+
paragraph: This page explains how Scaleway Kubernetes Kapsule and Kosmos manage security groups
8
8
tags: kubernetes kapsule kosmos security group
9
9
dates:
10
10
validation: 2025-06-26
@@ -38,6 +38,10 @@ For more information on how to create a pool using the API, refer to the [Kubern
38
38
If no security group ID is provided during pool creation, Scaleway assigns a default preconfigured security group named **Kapsule default security group** or **Kosmos default security group**.
39
39
This default security group is shared across all Kapsule pools within the same Availability Zone in the same Project.
40
40
41
+
<Messagetype="note">
42
+
Support for Terraform / OpenTofu will be added soon.
43
+
</Message>
44
+
41
45
### Verify security group configuration
42
46
43
47
After creating the pool, verify that the correct security group is applied by checking the pool details in the Scaleway console, or using the CLI:
@@ -46,7 +50,7 @@ After creating the pool, verify that the correct security group is applied by ch
46
50
scw k8s pool get <pool-id>
47
51
```
48
52
49
-
Ensure that the security group rules align with your application's networking needs and cluster communication requirements.
53
+
Ensure that the security group rules align with your application's networking needs and [cluster communication requirements](https://www.scaleway.com/en/developers/api/kubernetes/#technical-limitations).
0 commit comments