Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
elearning:workbooks:kubernetes_en:k8s09 [2025/01/18 17:02] – created adminelearning:workbooks:kubernetes_en:k8s09 [2025/01/18 17:05] (Version actuelle) admin
Ligne 5: Ligne 5:
 Last update : ~~LASTMOD~~ Last update : ~~LASTMOD~~
  
-======DOE310 - StatefulSets, Advanced StorageClass, Advanced Helm and Monitoring======+======DOE310 - StatefulSets, Advanced StorageClass UsageCreating a Helm Chart and Monitoring======
  
 =====Contents===== =====Contents=====
  
     * **DOE310 - StatefulSets, Advanced StorageClass Usage, Creating a Helm Chart and Monitoring**     * **DOE310 - StatefulSets, Advanced StorageClass Usage, Creating a Helm Chart and Monitoring**
-    * Contents +      * Contents 
-    * StatefulSets +      * StatefulSets 
-      * Overview +        * Overview 
-      * LAB #1 - Setting up a simple StatefulSet +        * LAB #1 - Setting up a simple StatefulSet 
-        * 1.1 - Service and StatefulSet creation +          * 1.1 - Service and StatefulSet creation 
-        * 1.2 - Scaling Up a StatefulSet +          * 1.2 - Scaling Up a StatefulSet 
-        * 1.3 - Scaling Down a StatefulSet +          * 1.3 - Scaling Down a StatefulSet 
-        * 1.4 - Deleting a StatefulSet +          * 1.4 - Deleting a StatefulSet 
-    * Advanced StorageClass Usage +      * Advanced StorageClass Usage 
-      * LAB #2 - Dynamic NFS provisioning +        * LAB #2 - Dynamic NFS provisioning 
-        * 2.1 - NFS Server Configuration +          * 2.1 - NFS Server Configuration 
-        * 2.2 - NFS Client Configuration +          * 2.2 - NFS Client Configuration 
-        * 2.3 - Configuring K8s +          * 2.3 - Configuring K8s 
-        * 2.4 - Creating a PersistentVolumeClaim +          * 2.4 - Creating a PersistentVolumeClaim 
-        * 2.5 - Using the PersistentVolumeClaim with a Pod +          * 2.5 - Using the PersistentVolumeClaim with a Pod 
-        * 2.6 - Creating a Second PersistentVolumeClaim +          * 2.6 - Creating a Second PersistentVolumeClaim 
-        * 2.7 - Deleting the PersistentVolumeClaims +          * 2.7 - Deleting the PersistentVolumeClaims 
-     * Creating a Helm Chart +       * Creating a Helm Chart 
-       * Overview +         * Overview 
-       * LAB #3 - Creating a Simple Helm Package +         * LAB #3 - Creating a Simple Helm Package 
-         * 3.1 - The values.yaml File +           * 3.1 - The values.yaml File 
-         * 3.2 - Templates +           * 3.2 - Templates 
-         * 3.3 - Installation and Removal +           * 3.3 - Installation and Removal 
-     * Monitoring +       * Monitoring 
-       * Overview +         * Overview 
-       * LAB #4 - Implementing a Prometheus Solution +         * LAB #4 - Implementing a Prometheus Solution 
-         * 4.1 - Stack Deployment with Helm +           * 4.1 - Stack Deployment with Helm 
-         * 4.2 - Viewing Data with Grafana +           * 4.2 - Viewing Data with Grafana 
-         * 4.3 - Viewing Alerts with the Prometheus Web UI +           * 4.3 - Viewing Alerts with the Prometheus Web UI 
  
 =====StatefulSets===== =====StatefulSets=====
Ligne 1565: Ligne 1565:
 </code> </code>
  
-and some Custom Resource Definitions** or crd:+and some **Custom Resource Definitions** or crd:
  
 <code> <code>
Menu