Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
terraform-project
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOGIN-NUAGE
terraform-project
Commits
ddce9098
Commit
ddce9098
authored
7 months ago
by
PERDEREAU Eloi
Browse files
Options
Downloads
Patches
Plain Diff
README infos for debugging
parent
0bc4aee8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
ddce9098
...
...
@@ -103,3 +103,14 @@ Alternatively, use `sed`:
*
Faire un du script d'install redis un template pour passer le mot de passe en paramètre. Adaptez le
`.tf`
.
*
À partir du template
`redis_endpointslice.yaml`
qui configure une IP
`endpoint_ip`
de la BDD Redis externe. Adaptez le .tf
### Debugging
*
Pod pour débug du networking: https://hub.docker.com/r/rtsp/net-tools
*
Démarrer le pod:
`kubectl run net-tools --image rtsp/net-tools`
*
Lancer une session interactive:
`kubectl exec net-tools -it -- bash`
*
Lancer seulement une commande:
`kubectl exec net-tools -- nslookup redis`
*
Pod pour débug Redis:
*
Démarrer le pod:
`kubectl run redis-debug --image redis:alpine`
*
Vérifier la connection:
`kubectl exec redis-debug -it -- redis-cli -h redis -a osef`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment