Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Num Eco Eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pub
Numérique et Écologie
NumEcoEval - M4G
manuel-utilisateur
Num Eco Eval
Wiki
En local via Kubernetes
Changes
Page history
New page
Templates
Clone repository
Update En local via Kubernetes
authored
7 months ago
by
ROBIC Pauline
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
En-local-via-Kubernetes.md
+10
-28
10 additions, 28 deletions
En-local-via-Kubernetes.md
with
10 additions
and
28 deletions
En-local-via-Kubernetes.md
View page @
195c6a3c
...
...
@@ -2,7 +2,7 @@
Voici un schéma reprenant les étapes de déploiement à suivre pour installer la solution NumEcoEval en local via Kubernetes (K8s).


## Quels sont les pré-requis au niveau de l'infrastructure ?
...
...
@@ -65,15 +65,9 @@ En attente
### Comment désinstaller le fichier values.yaml?
<table>
<tr>
<th
colspan=
"2"
>
Désinstaller
</th>
</tr>
<tr>
<td>
Etape 1
</td>
<td>
helm uninstall g4it
</td>
</tr>
</table>
| Désinstaller | |
|--------------|--|
| Etape 1 | helm uninstall g4it |
## Le Test
...
...
@@ -94,15 +88,9 @@ Si vous êtes sous Linux, vous pouvez éditer votre fichier '/etc/hosts' afin de
Pour accéder aux swaggers pour l'import des données au niveau de NumEcoEval, il faut exposer l'api rest des référentiels:
<table>
<tr>
<th
colspan=
"2"
>
Exposition
</th>
</tr>
<tr>
<td>
Etape 1
</td>
<td>
kubectl port-forward svc/api-rest-referentiels 8085:8080
</td>
</tr>
</table>
| Exposition | |
|------------|--|
| Etape 1 | kubectl port-forward svc/api-rest-referentiels 8085:8080 |
### Traefik access
...
...
@@ -117,15 +105,9 @@ Cette interface est directement accessible en suivant les étapes suivantes:
### Supprimer le test
<table>
<tr>
<th
colspan=
"2"
>
Suppression
</th>
</tr>
<tr>
<td>
Etape 1
</td>
<td>
helm uninstall g4it-test
</td>
</tr>
</table>
| Suppression | |
|-------------|--|
| Etape 1 | helm uninstall g4it-test |
## Quels sont les sites ressources ?
...
...
This diff is collapsed.
Click to expand it.