Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:kubernetes_en:k8s01 [2024/12/27 12:11] adminelearning:workbooks:kubernetes_en:k8s01 [2025/01/17 16:38] (Version actuelle) admin
Ligne 1: Ligne 1:
 ~~PDF:LANDSCAPE~~ ~~PDF:LANDSCAPE~~
  
-Version - **2024.01**+Version - **2025.01**
  
 Last update : ~~LASTMOD~~ Last update : ~~LASTMOD~~
  
-======DOE302 - Managing pods, Replication Controllers, ReplicaSets, Deployments, Maintenance and Cluster Updates======+======DOE302 - Managing Pods, Replication Controllers, ReplicaSets, Deployments, Maintenance and Cluster Updates======
  
 ===== Curriculum===== ===== Curriculum=====
  
-  * **DOE302 - Managing pods, Replication Controllers, ReplicaSets, Deployments, Maintenance and Cluster Updates**+  * **DOE302 - Managing Pods, Replication Controllers, ReplicaSets, Deployments, Maintenance and Cluster Updates**
     * Curriculum     * Curriculum
     * LAB #1 - Creating a pod     * LAB #1 - Creating a pod
Ligne 161: Ligne 161:
 Kubernetes uses YAML files to create objects. Consequently, the definition of the pod to be created is described in a YAML file. Create the file **pod-definition.yaml** : Kubernetes uses YAML files to create objects. Consequently, the definition of the pod to be created is described in a YAML file. Create the file **pod-definition.yaml** :
  
-<WRAP todo 60%>+<WRAP center round todo 60%>
 To do: Copy the content from **[[https://www.dropbox.com/scl/fi/n8iwjrfich5af7vtoezac/pod-definition.yaml?rlkey=hs3nwcczi1zucs3l7cge3bc9s&dl=0|here]] and paste it into your file.** To do: Copy the content from **[[https://www.dropbox.com/scl/fi/n8iwjrfich5af7vtoezac/pod-definition.yaml?rlkey=hs3nwcczi1zucs3l7cge3bc9s&dl=0|here]] and paste it into your file.**
 </WRAP> </WRAP>
Ligne 272: Ligne 272:
 To create a Replication Controller, you need to create a YAML file. Create the file **cr-definition.yaml** : To create a Replication Controller, you need to create a YAML file. Create the file **cr-definition.yaml** :
  
-<WRAP todo 60%>+<WRAP center round todo 60%>
 To do: Copy the content from **[[https://www.dropbox.com/scl/fi/2atlsvs2oi21fp6xudh46/cr_definition.yaml?rlkey=35lzzkg6qah55pjw34ccaval7&dl=0|here]] and paste it into your file.** To do: Copy the content from **[[https://www.dropbox.com/scl/fi/2atlsvs2oi21fp6xudh46/cr_definition.yaml?rlkey=35lzzkg6qah55pjw34ccaval7&dl=0|here]] and paste it into your file.**
 </WRAP> </WRAP>
Ligne 420: Ligne 420:
 To create a ReplicaSet, create the file **replicaset-definition.yaml** : To create a ReplicaSet, create the file **replicaset-definition.yaml** :
  
-<WRAP todo 60%>+<WRAP center round todo 60%>
 To do: Copy the content from **[[https://www.dropbox.com/scl/fi/j8ww8mdm82cec71lnz023/replicaset-definition.yaml?rlkey=2iypd89690ipt6lik3h3bae3f&dl=0|here]] and paste it into your file.** To do: Copy the content from **[[https://www.dropbox.com/scl/fi/j8ww8mdm82cec71lnz023/replicaset-definition.yaml?rlkey=2iypd89690ipt6lik3h3bae3f&dl=0|here]] and paste it into your file.**
 </WRAP> </WRAP>
Ligne 701: Ligne 701:
 To create a Deployment, you need to create a YAML file. Create the file **deployment-definition.yaml** : To create a Deployment, you need to create a YAML file. Create the file **deployment-definition.yaml** :
  
-<WRAP todo 60%>+<WRAP center round todo 60%>
 To do: Copy the content from **[[https://www.dropbox.com/scl/fi/h057eynmqvlaoytph372r/deployment-definition.yaml?rlkey=lrs8llq89ffn1a5megm317f5y&dl=0|here]] and paste it into your file.** To do: Copy the content from **[[https://www.dropbox.com/scl/fi/h057eynmqvlaoytph372r/deployment-definition.yaml?rlkey=lrs8llq89ffn1a5megm317f5y&dl=0|here]] and paste it into your file.**
 </WRAP> </WRAP>
Ligne 1909: Ligne 1909:
  
 ---- ----
-Copyright © 2024 Hugh Norris+Copyright © 2025 Hugh Norris
Menu