Skip to content

Commit

Permalink
Add note about DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 19, 2025
1 parent 42a4edb commit 51a756b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/deployment/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ This runs for a minute, but should set up latest `k3s` on that node! You can ver

Follow https://docs.k3s.io/cluster-access#accessing-the-cluster-from-outside-with-kubectl

## Setup DNS entries

There's only one IP to set DNS entries for - the public IP of the VM. No loadbalancers or similar here.

mybinder.org's DNS is managed via Cloudflare. You should have access, or ask someone in the mybinder team who does!

Add the following entries:

- An `A` record for `X.mybinder.org` pointing to wards the public IP. `X` should be an organizational identifier that identifies and thanks whoever is donating this.
- Another `A` record for `*.X.mybinder.org` to the same public IP

Give this a few minutes because it may take a while to propagate.

## Make a config copy for this new member

TODO
Expand Down

0 comments on commit 51a756b

Please sign in to comment.