Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
f6a69ea9
Commit
f6a69ea9
authored
Sep 25, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to NGINX Ingress and change Auto DevOps description
parent
32695888
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
doc/user/project/integrations/kubernetes.md
doc/user/project/integrations/kubernetes.md
+15
-15
No files found.
doc/user/project/integrations/kubernetes.md
View file @
f6a69ea9
...
...
@@ -53,20 +53,21 @@ The Kubernetes service takes the following parameters:
## Deployment variables
The Kubernetes service exposes following
The Kubernetes service exposes
the
following
[
deployment variables
](
../../../ci/variables/README.md#deployment-variables
)
in the
GitLab CI build environment:
GitLab CI
/CD
build environment:
-
`KUBE_URL`
-
equal to the API URL
-
`KUBE_TOKEN`
-
`KUBE_URL`
-
Equal to the API URL.
-
`KUBE_TOKEN`
- The Kubernetes token.
-
`KUBE_NAMESPACE`
- The Kubernetes namespace is auto-generated if not specified.
The default value is
`<project_name>-<project_id>`
. You can overwrite it to
use different one if needed, otherwise the
`KUBE_NAMESPACE`
variable will
receive the default value.
-
`KUBE_CA_PEM_FILE`
-
o
nly present if a custom CA bundle was specified. Path
-
`KUBE_CA_PEM_FILE`
-
O
nly present if a custom CA bundle was specified. Path
to a file containing PEM data.
-
`KUBE_CA_PEM`
(deprecated)- only if a custom CA bundle was specified. Raw PEM data.
-
`KUBECONFIG`
- Path to a file containing kubeconfig for this deployment. CA bundle would be embedded if specified.
-
`KUBE_CA_PEM`
(deprecated) - Only if a custom CA bundle was specified. Raw PEM data.
-
`KUBECONFIG`
- Path to a file containing
`kubeconfig`
for this deployment.
CA bundle would be embedded if specified.
## What you can get with the Kubernetes integration
...
...
@@ -97,20 +98,19 @@ the need to leave GitLab.
### Kubernetes monitoring
Automatically detect and monitor Kubernetes metrics. Automatic monitoring of
NGINX ingress
is also supported.
[
NGINX ingress
](
./prometheus_library/nginx.md
)
is also supported.
[
> Read more about Kubernetes monitoring
](
./prometheus_library/kubernetes.md
)
### Auto DevOps
Auto DevOps brings best practices to your project in an easy and default way.
A typical web project starts with Continuous Integration (CI), then adds
automated deployment to production, and maybe some time in the future adds some
kind of monitoring. With Auto DevOps, every project has a complete workflow,
with no configuration, including:
**Auto Build**
,
**Auto Test**
,
**Auto Code Quality**
,
**Auto Review Apps**
,
**Auto Deploy**
, and
**Auto Monitoring**
.
Auto DevOps automatically detects, builds, tests, deploys, and monitors your
applications.
[
> Read more about Auto DevOps
](
../../../topics/autodevops/index.md
)
.
To make full use of Auto DevOps(Auto Deploy, Auto Review Apps, and Auto Monitoring)
you will need the Kubernetes project integration enabled.
[
> Read more about Auto DevOps
](
../../../topics/autodevops/index.md
)
### Web terminals
...
...
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