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:k8s08 [2025/01/18 15:47] – created adminelearning:workbooks:kubernetes_en:k8s08 [2025/01/18 17:09] (Version actuelle) admin
Ligne 27: Ligne 27:
       * 1.13 - The helm uninstall Command       * 1.13 - The helm uninstall Command
     * LAB #2 - Monitoring Kubernetes with the EFK Stack     * LAB #2 - Monitoring Kubernetes with the EFK Stack
-      * 2.1 - Introducing the EFK stack +      * 2.1 - Overview 
-      * 2.2 - Installing Chart elasticsearch +      * 2.2 - Installing the elasticsearch Chart 
-      * 2.3 - Installing Chart fluentd-elasticsearch +      * 2.3 - Installing fluentd-elasticsearch Chart 
-      * 2.4 - Installing Chart kibana +      * 2.4 - Installing the kibana Chart 
-      * 2.5 - Generating Traces in Kubernetes+      * 2.5 - Generating Logs in Kubernetes
       * 2.6 - Visualizing Data with Kibana       * 2.6 - Visualizing Data with Kibana
  
Ligne 195: Ligne 195:
 A large number of Helm Charts are grouped together on the **[[https://artifacthub.io|The Artifact Hub]]** website. The contents of the Hub can be listed on the command line: A large number of Helm Charts are grouped together on the **[[https://artifacthub.io|The Artifact Hub]]** website. The contents of the Hub can be listed on the command line:
  
 +<code>
 trainee@gateway:~$ helm search hub | more trainee@gateway:~$ helm search hub | more
 URL                                                     CHART VERSION                                           APP VERSION                                   URL                                                     CHART VERSION                                           APP VERSION                                  
Menu