Skip to content

Commit

Permalink
more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alkar committed Oct 5, 2017
1 parent 48c77d7 commit 237b712
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This document aims to capture the networking requirements of the cluster.

### ingress

- `*` means all traffic is allowed
- `-` means no traffic is allowed

| | | | | | |
| - | - | - | - | - | - |
| | cfssl | etcd | masters | workers | external |
Expand All @@ -20,6 +23,6 @@ This document aims to capture the networking requirements of the cluster.
1. prometheus `node_exporter` metrics
1. kubernetes `apiserver`

For accessing kubernetes ingresses, you will have to open the appropriate ports, which depend on your setup.
To access kubernetes ingresses, you will have to open the appropriate ports on the workers, which will depend on your setup.

It's also recommended to open port 22 on all nodes for SSH access.

0 comments on commit 237b712

Please sign in to comment.