maj
This commit is contained in:
parent
b82bfdcc39
commit
a643f68190
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
minikube-linux-amd64
|
||||
14
README.md
14
README.md
@ -2,13 +2,13 @@
|
||||
|
||||
Exemple de déploiement d'une application flask avec postgres en backend et vue.js en front
|
||||
|
||||
### Pré requis :bookmark_tabs:
|
||||
### Pré requis :paperclip:
|
||||
|
||||
- Docker et compose plugin
|
||||
- Virtualbox
|
||||
- Docker et compose plugin :whale:
|
||||
- Virtualbox :computer:
|
||||
- Minikube (mini K8S)
|
||||
|
||||
### Installation Minikube
|
||||
### Installation Minikube :construction:
|
||||
|
||||
Installer et lancer [Minikube](https://kubernetes.io/docs/setup/minikube/):
|
||||
|
||||
@ -167,7 +167,7 @@ kubectl scale deployment vue --replicas=2
|
||||
kubectl logs <POD_NAME>
|
||||
```
|
||||
|
||||
### Debug
|
||||
### Debug :sob:
|
||||
|
||||
- En cas de problèmes avec Minikube, reinstaller celui-ci:
|
||||
|
||||
@ -179,11 +179,11 @@ rm -rf ~/.minikube
|
||||
minikube start
|
||||
```
|
||||
|
||||
### Cheatsheet
|
||||
### Cheatsheet :stuck_out_tongue_winking_eye:
|
||||
|
||||
[Kubernetes commandes](https://github.com/dennyzhang/cheatsheet-kubernetes-A4)
|
||||
|
||||
### Todo
|
||||
### Todo :clipboard:
|
||||
|
||||
- [ ] commandes kubectl utiles + mise à l'échelle
|
||||
- [ ] changer flask.book
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user