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
f03c09ae
Commit
f03c09ae
authored
Jun 08, 2015
by
Satnam Singh
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9353 from erictune/docs10
Rewrite docs for accessing the cluster.
parents
ab4c7259
e82b40e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
accessing-the-cluster.md
docs/accessing-the-cluster.md
+0
-0
accessing_the_api.md
docs/accessing_the_api.md
+10
-1
services.md
docs/services.md
+1
-1
user-guide.md
docs/user-guide.md
+2
-5
No files found.
docs/accessing-the-cluster.md
View file @
f03c09ae
This diff is collapsed.
Click to expand it.
docs/accessing_the_api.md
View file @
f03c09ae
# Reaching the API
# Configuring APIserver ports
This document describes what ports the kubernetes apiserver
may serve on and how to reach them. The audience is
cluster administrators who want to customize their cluster
or understand the details.
Most questions about accessing the cluster are covered
in
[
Accessing the cluster
](
../docs/accessing-the-cluster.md
)
.
## Ports and IPs Served On
## Ports and IPs Served On
The Kubernetes API is served by the Kubernetes APIServer process. Typically,
The Kubernetes API is served by the Kubernetes APIServer process. Typically,
...
...
docs/services.md
View file @
f03c09ae
...
@@ -293,7 +293,7 @@ they desire, but leaves them freedom to do discovery in their own way.
...
@@ -293,7 +293,7 @@ they desire, but leaves them freedom to do discovery in their own way.
Applications can still use a self-registration pattern and adapters for other
Applications can still use a self-registration pattern and adapters for other
discovery systems could easily be built upon this API.
discovery systems could easily be built upon this API.
##
External services
##
<a name="external"></a>
External services
For some parts of your application (e.g. frontends) you may want to expose a
For some parts of your application (e.g. frontends) you may want to expose a
Service onto an external (outside of your cluster, maybe public internet) IP
Service onto an external (outside of your cluster, maybe public internet) IP
...
...
docs/user-guide.md
View file @
f03c09ae
...
@@ -38,12 +38,11 @@ kubernetes API, or to contribute directly to the kubernetes project.
...
@@ -38,12 +38,11 @@ kubernetes API, or to contribute directly to the kubernetes project.
(e.g. ssh keys, passwords) separately from the Pods that use them, protecting
(e.g. ssh keys, passwords) separately from the Pods that use them, protecting
the sensitive data from proliferation by tools that process pods.
the sensitive data from proliferation by tools that process pods.
*
**Accessing the API and other cluster services via a Proxy**
[
accessing-the-cluster.md
](
../docs/accessing-the-cluster.md
)
*
**API Overview**
(
[
api.md
](
api.md
)
): Pointers to API documentation on various topics
*
**API Overview**
(
[
api.md
](
api.md
)
): Pointers to API documentation on various topics
and explanation of Kubernetes's approaches to API changes and API versioning.
and explanation of Kubernetes's approaches to API changes and API versioning.
*
**Accessing the API**
(
[
accessing_the_api.md
](
accessing_the_api.md
)
):
Ports, IPs, proxies, and firewall rules.
*
**Kubernetes Web Interface**
(
[
ui.md
](
ui.md
)
): Accessing the Kubernetes
*
**Kubernetes Web Interface**
(
[
ui.md
](
ui.md
)
): Accessing the Kubernetes
web user interface.
web user interface.
...
@@ -88,8 +87,6 @@ kubernetes API, or to contribute directly to the kubernetes project.
...
@@ -88,8 +87,6 @@ kubernetes API, or to contribute directly to the kubernetes project.
Provides resource information such as size, type, and quantity to assist in
Provides resource information such as size, type, and quantity to assist in
assigning Kubernetes resources appropriately.
assigning Kubernetes resources appropriately.
*
**Accessing cluster services via a Proxy**
[
accessing-the-cluster.md
](
../docs/accessing-the-cluster.md
)
*
The
[
API object documentation
](
http://kubernetes.io/third_party/swagger-ui/
)
.
*
The
[
API object documentation
](
http://kubernetes.io/third_party/swagger-ui/
)
.
*
Frequently asked questions are answered on this project's
[
wiki
](
https://github.com/GoogleCloudPlatform/kubernetes/wiki
)
.
*
Frequently asked questions are answered on this project's
[
wiki
](
https://github.com/GoogleCloudPlatform/kubernetes/wiki
)
.
...
...
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