Helm and Kubernetes are increasingly becoming a standard pairing for managing applications, including the deployment of the ELK Stack, which is a popular open-source solution for collecting and analyzing Kubernetes telemetry data. The use of Helm charts, maintained by CNCF, simplifies the deployment process by providing all necessary specifications for Kubernetes resources and configurations in a single package. This tutorial details the steps needed to set up a Kubernetes cluster using Minikube, install Helm, and deploy the ELK Stack components—Elasticsearch, Kibana, and Metricbeat—using Helm charts. These steps involve setting up the Kubernetes environment, installing Helm, deploying a multi-node Elasticsearch cluster, and configuring Kibana and Metricbeat for data collection and analysis. Although deploying the ELK Stack on Kubernetes can initially seem complex, the use of Helm charts makes it more accessible, while also highlighting the need for further development of best practices for managing large-scale ELK deployments on Kubernetes.