db import Datas added
This commit is contained in:
23
README.md
23
README.md
@@ -6,6 +6,15 @@ or to ease opencloud dependencies (dex, mongo, mongo-express, ...) deployment.
|
||||
Kind (https://kind.sigs.k8s.io/) is used here as a lightweight kubernetes deployment. Obviously, any kubenetes compliant
|
||||
environment is a legitimate target.
|
||||
|
||||
# Requirements
|
||||
|
||||
- go
|
||||
- docker
|
||||
- docker buildx
|
||||
- make
|
||||
|
||||
- Rajouter dans le bashrc > export KUBECONFIG=$HOME/.kube/config
|
||||
|
||||
# Locally built microservices deployment procedure
|
||||
|
||||
## Install OC-K8S
|
||||
@@ -16,20 +25,6 @@ sudo cp oc-k8s.sh /usr/bin/oc-k8s
|
||||
sudo chmod +x /usr/bin/oc-k8s
|
||||
```
|
||||
|
||||
## Install kind
|
||||
|
||||
Follow instructions here https://kind.sigs.k8s.io/
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
go install sigs.k8s.io/kind@v0.30.0 && kind create cluster
|
||||
```
|
||||
|
||||
## Install helm
|
||||
|
||||
Download suitable helm client here https://helm.sh/docs/intro/install/
|
||||
|
||||
# Generate values (optionnal)
|
||||
|
||||
Use command :
|
||||
|
||||
Reference in New Issue
Block a user