Skip to content

Commit

Permalink
migrate the K8s networking model section
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-viswanathan committed Jun 25, 2021
1 parent 99913aa commit c8cc8af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ insert dynamic port numbers into configuration blocks, services have to know
how to find each other, etc. Rather than deal with this, Kubernetes takes a
different approach.

To learn about the Kubernetes networking model, see [here](/docs/concepts/services-networking/_index.md).

To learn about the Kubernetes networking model, see [here](/docs/concepts/services-networking/).

## How to implement the Kubernetes networking model

Expand Down
1 change: 0 additions & 1 deletion content/en/docs/concepts/services-networking/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ It is possible to request ports on the `Node` itself which forward to your `Pod`
implemented is also a detail of the container runtime. The `Pod` itself is
blind to the existence or non-existence of host ports.


Kubernetes networking addresses four concerns:
- Containers within a Pod use networking to communicate via loopback.
- Cluster networking provides communication between different Pods.
Expand Down

0 comments on commit c8cc8af

Please sign in to comment.