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
629d6657
Commit
629d6657
authored
Feb 12, 2015
by
Eric Tune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ports doc.
Fix.
parent
6ff9e98f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
accessing_the_api.md
docs/accessing_the_api.md
+9
-7
No files found.
docs/accessing_the_api.md
View file @
629d6657
...
...
@@ -50,14 +50,16 @@ variety of uses cases:
operations on the apiserver. Currently, these have to run on the same
host as the apiserver and use the Localhost Port.
4.
Kubelets, which need to do read-write API operations and are necessarily
on different machines than the apiserver. Currently, kubelets do not
use the API.
on different machines than the apiserver. Kubelet uses the Secure Port
to get their pods, to find the services that a pod can see, and to
write events. Credentials are distributed to kubelets at cluster
setup time.
## Expected
Changes.
The following changes to what is decribed above are planned:
-
Kube
lets will soon begin using the Secure Port to get their pods and
report events. Credentials will be distributed to kubelets at cluster
setup time initially. Policy will limit the actions kubelets can do
.
## Expected
changes
-
Policy will limit the actions kubelets can do via the authed port.
-
Kube
-proxy currently uses the readonly port to read services and endpoints,
but will eventually use the auth port.
-
Kubelets may change from token-based authentication to cert-based-auth
.
-
Scheduler and Controller-manager will use the Secure Port too. They
will then be able to run on different machines than the apiserver.
-
A general mechanism will be provided for
[
giving credentials to
...
...
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