Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEMENTE Damien
DevOps
Commits
036b1333
Commit
036b1333
authored
3 months ago
by
CLEMENTE Damien
Browse files
Options
Downloads
Patches
Plain Diff
Update file kubernetes_installation.md
parent
40882745
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes_installation.md
+6
-2
6 additions, 2 deletions
kubernetes_installation.md
with
6 additions
and
2 deletions
kubernetes_installation.md
+
6
−
2
View file @
036b1333
# Installation et Configuration d'un Cluster Kubernetes sous Debian 12
## 1. Prérequis
# Prérequis
**Toutes les commandes dans prerequis sont a fqire sur tous les noeuds**
## 1. Configuration
-
**OS**
: Debian 12
-
**Réseau**
: 192.168.10.0/24
...
...
@@ -13,7 +16,7 @@
| worker2 | Worker | 192.168.10.12 |
-
Configuration de
**/etc/hosts**
sur chaque machine :
exemple pour kube01
```
bash
127.0.0.1 localhost
127.0.1.1 kube01
...
...
@@ -21,6 +24,7 @@
192.168.10.10 kube01
192.168.10.12 worker2
```
Cela va permettre aux machines de communiquer entre elles dans le cluster.
## 2. Installation de Docker
...
...
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