Skip to content
Snippets Groups Projects
Unverified Commit 0579ccc3 authored by Leon Klingele's avatar Leon Klingele
Browse files

k8s: migrate docs from docs/k8s

parent 417d4dfb
No related branches found
No related tags found
No related merge requests found
Pipeline #11043 passed
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment