Skip to content

Commit

Permalink
dev-docs: add 'things to try' section to VPN howto
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 29, 2023
1 parent 1f2960b commit 2f6bf27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev-docs/howto/vpn/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ This Helm chart deploys a VPN server to your Constellation cluster.

3. Follow the post-installation instructions displayed by the CLI.

## Things to try

Ask CoreDNS about its own service IP:

```sh
dig +notcp @10.96.0.10 kube-dns.kube-system.svc.cluster.local
```

Ask the Kubernetes API server about its wellbeing:

```sh
curl --insecure https://10.96.0.1:6443/healthz
```

## Architecture

The VPN server is deployed as a `StatefulSet` to the cluster. It hosts the VPN frontend component, which is responsible for relaying traffic between the pod and the on-prem network, and the routing components that provide access to Constellation resources. The frontend supports IPSec and Wireguard.
Expand Down

0 comments on commit 2f6bf27

Please sign in to comment.