Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlab committed Sep 30, 2024
1 parent 3be2d6c commit 04d6bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-05-25-elk-k8s-helm.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +16,7 @@ img_excerpt:
<br/>


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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 04d6bf5

Please sign in to comment.