Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs about network access #783

Merged
merged 2 commits into from
Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Topic guides go more in-depth on a particular topic.
topic/config.md
topic/hub-templates.md
topic/storage-layer.md
topic/network.md
topic/terraform.md
topic/cluster-design.md
topic/secrets.md
Expand Down
5 changes: 5 additions & 0 deletions docs/topic/network.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Network Policy

2i2c-managed hubs have a permissive network policy for the user servers that allows all outbound access to the internet, but restricts traffic within the cluster.

The policy is [defined in the `basehub` chart](https://github.com/2i2c-org/infrastructure/blob/master/hub-templates/basehub/values.yaml#L153) and is inherited by the `daskhub` chart.