Prerequisites for a Tunneled Attachment
![](../../__attachments/213255069/enterprise%20gov%20advanced@20x.png?inst-v=aa1a77ec-7e42-41cc-b8c4-7105c977885a)
Before you Begin
Gain more understanding of this approach by reviewing Attach a Cluster with Networking Restrictions.
Ensure you have reviewed the general Requirements for Attaching an Existing Cluster.
Prerequisites
To enable a tunneled attachment, you have the following additional prerequisites:
Ensure that
kubetunnel
is deployed on the Management Cluster (default DKP configuration).
Use the following command to check ifkubetunnel
is deployed:CODEkubectl get appdeployments.apps.kommander.d2iq.io -n kommander kubetunnel
The output should look similar to this:
CODENAME APP AGE kubetunnel kubetunnel-<version> 5h14m
Firewall rules:
The ingress rule on the Management cluster network must allow: | The egress rule on the Attached or Managed cluster private network must allow: | |
---|---|---|
Protocol | HTTPS (TCP/443) and WebSocket | HTTPS (TCP/443) and WebSocket |
Source | Any | Any node of the Attached or Managed cluster |
Destination | DKP Traefik Service External IP/URL | DKP Traefik Service on the Management cluster |
![](../../__attachments/213255069/Kubetunnel%20diagrams%20(6)-3-1.png?inst-v=aa1a77ec-7e42-41cc-b8c4-7105c977885a)