Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
a2971fb2
Commit
a2971fb2
authored
Jul 22, 2015
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc typos
parent
d9bb171f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
networking.md
docs/admin/networking.md
+1
-1
networking.md
docs/design/networking.md
+1
-1
No files found.
docs/admin/networking.md
View file @
a2971fb2
...
@@ -125,7 +125,7 @@ applies IP addresses at the `Pod` scope - containers within a `Pod` share their
...
@@ -125,7 +125,7 @@ applies IP addresses at the `Pod` scope - containers within a `Pod` share their
network namespaces - including their IP address. This means that containers
network namespaces - including their IP address. This means that containers
within a
`Pod`
can all reach each other’s ports on
`localhost`
. This does imply
within a
`Pod`
can all reach each other’s ports on
`localhost`
. This does imply
that containers within a
`Pod`
must coordinate port usage, but this is no
that containers within a
`Pod`
must coordinate port usage, but this is no
different tha
t
processes in a VM. We call this the "IP-per-pod" model. This
different tha
n
processes in a VM. We call this the "IP-per-pod" model. This
is implemented in Docker as a "pod container" which holds the network namespace
is implemented in Docker as a "pod container" which holds the network namespace
open while "app containers" (the things the user specified) join that namespace
open while "app containers" (the things the user specified) join that namespace
with Docker's
`--net=container:<id>`
function.
with Docker's
`--net=container:<id>`
function.
...
...
docs/design/networking.md
View file @
a2971fb2
...
@@ -87,7 +87,7 @@ whereas, in general, they don't control what pods land together on a host.
...
@@ -87,7 +87,7 @@ whereas, in general, they don't control what pods land together on a host.
## Pod to pod
## Pod to pod
Because every pod gets a "real" (not machine-private) IP address, pods can
Because every pod gets a "real" (not machine-private) IP address, pods can
communicate without proxies or translations. The can use well-known port
communicate without proxies or translations. The
pod
can use well-known port
numbers and can avoid the use of higher-level service discovery systems like
numbers and can avoid the use of higher-level service discovery systems like
DNS-SD, Consul, or Etcd.
DNS-SD, Consul, or Etcd.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment