wip: example app
This commit is contained in:
25
examples/authenticated-app/README.md
Normal file
25
examples/authenticated-app/README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Exemple: Déploiement d'une application authentifiée avec la stack SSO
|
||||
|
||||
## Procédure
|
||||
|
||||
### Avec `k3d`
|
||||
|
||||
1. Créer un cluster avec `k3d`
|
||||
|
||||
```
|
||||
k3d cluster create -c ./examples/k8s/k3d/k3d/cluster-config.yaml
|
||||
```
|
||||
|
||||
2. Déployer les opérateurs nécessaires au déploiement
|
||||
|
||||
```
|
||||
kubectl apply -k ./examples/k8s/k3d/cluster
|
||||
```
|
||||
|
||||
3. Déployer l'application
|
||||
|
||||
```
|
||||
kubectl apply -k ./examples/authenticated-app
|
||||
```
|
||||
|
||||
Après stabilisation du déploiement, l'application devrait être accessible à l'adresse http://localhost:8080/
|
Reference in New Issue
Block a user