From c6cd5594d349aa54de1476367f41486d28cd24c9 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 27 Oct 2021 11:46:30 +0100 Subject: [PATCH 1/2] Add docs on network policy --- docs/topic/network.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/topic/network.md diff --git a/docs/topic/network.md b/docs/topic/network.md new file mode 100644 index 0000000000..8b4cb21247 --- /dev/null +++ b/docs/topic/network.md @@ -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. From 0517d3ef2f1b3d7a11561afbb445b6714ba2bd38 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Wed, 27 Oct 2021 11:46:36 +0100 Subject: [PATCH 2/2] Link network docs from index --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index fca748a4ed..ee2d1868c1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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