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
d64c5061
Commit
d64c5061
authored
Jun 01, 2015
by
Thien-Thi Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/An common/A common/
parent
e49467e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
services.md
docs/services.md
+4
-3
No files found.
docs/services.md
View file @
d64c5061
...
@@ -303,10 +303,11 @@ address. Kubernetes supports two ways of doing this: `NodePort`s and
...
@@ -303,10 +303,11 @@ address. Kubernetes supports two ways of doing this: `NodePort`s and
Every
`Service`
has a
`Type`
field which defines how the
`Service`
can be
Every
`Service`
has a
`Type`
field which defines how the
`Service`
can be
accessed. Valid values for this field are:
accessed. Valid values for this field are:
-
ClusterIP: use a cluster-internal IP (portal) only - this is the default
-
NodePort: use a cluster IP, but also expose the service on a port on each
*
`ClusterIP`
: use a cluster-internal IP (portal) only - this is the default
*
`NodePort`
: use a cluster IP, but also expose the service on a port on each
node of the cluster (the same port on each)
node of the cluster (the same port on each)
-
LoadBalancer
: use a ClusterIP and a NodePort, but also ask the cloud
*
`LoadBalancer`
: use a ClusterIP and a NodePort, but also ask the cloud
provider for a load balancer which forwards to the
`Service`
provider for a load balancer which forwards to the
`Service`
Note that while
`NodePort`
s can be TCP or UDP,
`LoadBalancer`
s only support TCP
Note that while
`NodePort`
s can be TCP or UDP,
`LoadBalancer`
s only support TCP
...
...
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