Skip to content

Commit

Permalink
video
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 13, 2024
1 parent f30e0ea commit b6dcecd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 9 additions & 2 deletions cours/containers/kubernetes/k8s-installation.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ou plus simplement : `curl -sfL https://get.k3s.io | sh -`
- Assurer que les ports requis soient ouverts : <https://kubernetes.io/docs/setup/independent/install-kubeadm/#check-required-ports>
- Installer une Container Runtime compatible CRI (containerd, CRI-O, Docker, ...)

### kubeadm (1)
### kubeadm

- Installer les composants Kubernetes (kubeadm, kubectl, kubelet) : <https://kubernetes.io/docs/setup/independent/install-kubeadm/>
- Exécuter :
Expand All @@ -97,7 +97,14 @@ ou plus simplement : `curl -sfL https://get.k3s.io | sh -`
- Installer le plugin Réseau
- Optionnellement: Tester le déploiement d'un pod

### kubeadm (2)

### kubeadm demo


<iframe width="560" height="315" src="https://www.youtube.com/embed/jwBK9b5X1rk?si=t8Q_aGaTV6zcr5u6" title="kubeadm" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>


### kubeadm fonctionnalités

- En plus de l'installation de Kubernetes, kubeadm peut :

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- grpc : standard GRPC Health Checking Protocol


![](images/kubernetes/probes.png){height="700px"}
![](images/kubernetes/probes.png){height="450px"}


### Sondes : Startup
Expand Down
2 changes: 1 addition & 1 deletion cours/containers/kubernetes/k8s-resources-handling.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
```


![](images/kubernetes/resource-quota-limitrange.gif){height="700px"}
![](images/kubernetes/resource-quota-limitrange.gif){height="450px"}



8 changes: 4 additions & 4 deletions cours/containers/kubernetes/k8s-usage.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,23 +586,23 @@ kubectl proxy

### Kubernetes : Kubernetes Dashboard

![](images/kubernetes/dashboard-node.png){height="700px"}
![](images/kubernetes/dashboard-node.png){height="600px"}



### Kubernetes : Kubernetes Dashboard

![](images/kubernetes/dashboard-node.png){height="700px"}
![](images/kubernetes/dashboard-node.png){height="600px"}


### Kubernetes : Kubernetes Dashboard

![](images/kubernetes/dashboard-ns.png){height="700px"}
![](images/kubernetes/dashboard-ns.png){height="600px"}


### Kubernetes : Kubernetes Dashboard

![](images/kubernetes/dashboard-pod.png){height="700px"}
![](images/kubernetes/dashboard-pod.png){height="600px"}



2 changes: 1 addition & 1 deletion cours/containers/kubernetes/k8s-volumes.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,5 @@ spec:

### Kubernetes : Provisionnement Dynamique

![](images/kubernetes/storage-class.png){height="700px"}
![](images/kubernetes/storage-class.png){height="500px"}

0 comments on commit b6dcecd

Please sign in to comment.