Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
infra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Image Editor
infra
Commits
0579ccc3
Unverified
Commit
0579ccc3
authored
5 years ago
by
Leon Klingele
Browse files
Options
Downloads
Patches
Plain Diff
k8s: migrate docs from docs/k8s
parent
417d4dfb
No related branches found
No related tags found
No related merge requests found
Pipeline
#11043
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/README.md
+13
-2
13 additions, 2 deletions
kubernetes/README.md
with
13 additions
and
2 deletions
kubernetes/README.md
+
13
−
2
View file @
0579ccc3
# Kubernetes (k8s)
##
Running with Minikube
##
Minikube prerequisites
See docs.
```
sh
$
minikube start
# Enable ingress addon
$
minikube addons
enable
ingress
# Continue below (Deploy step)
```
## Deploy
```
sh
# Configure Kubernetes secrets
# Replace HOST/USER/PSWD with secrets found in the 'secrets-docker' repository
$
kubectl create secret docker-registry regcred
--docker-server
=
HOST
--docker-username
=
USER
--docker-password
=
PSWD
# Build Helm Charts
$
helm dep build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment