From 04d6bf5860fde278b256d2d9e36b39e0cd2fd6b8 Mon Sep 17 00:00:00 2001 From: dzlab Date: Sun, 29 Sep 2024 21:07:08 -0700 Subject: [PATCH] fix typos --- _posts/2024-05-25-elk-k8s-helm.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2024-05-25-elk-k8s-helm.md b/_posts/2024-05-25-elk-k8s-helm.md index d511b83..4805466 100644 --- a/_posts/2024-05-25-elk-k8s-helm.md +++ b/_posts/2024-05-25-elk-k8s-helm.md @@ -1,8 +1,8 @@ --- layout: post comments: true -title: ELK on Kubernetes with Helm Chats -excerpt: Quickly setup an ELK-based logging stack on Kubernetes with Helm Chats +title: ELK on Kubernetes with Helm Charts +excerpt: Quickly setup an ELK-based logging stack on Kubernetes with Helm Charts categories: monitoring tags: [docker,elastic,kibana] toc: true @@ -16,7 +16,7 @@ img_excerpt:
-This post explains how to setup an ELK (Elasticsearch, Logstash, and Kibana) stack on Kubernetes using Helm Chats. We will first, setup Kubernetes cluster on Google Cloud using GKE, then install on it all the components of ELK using Helm Chats. +This post explains how to setup an ELK (Elasticsearch, Logstash, and Kibana) stack on Kubernetes using Helm Charts. We will first, setup Kubernetes cluster on Google Cloud using GKE, then install on it all the components of ELK using Helm Charts. ## Setup @@ -57,7 +57,7 @@ Later to delete the cluster, we can simply do: $ gcloud container clusters delete $CLUSTER_NAME --location $LOCATION ``` -## Deploy with Helm Chats +## Deploy with Helm Charts In this section, we will dive in details how to deploy the different components of our ELK stack on Kubernetes using Helm charts. Before going any further, it’s important to ensure that you have Helm installed on your local machine. For details on how to install Helm on your operating system refer to the [documentation](https://helm.sh/docs/intro/install/). Add Elastic Helm Charts Repository: Elastic offers official Helm charts for deploying the ELK stack components. By adding the Elastic Helm repository to your Helm configuration, you attain access to these charts.