Saturday, May 31, 2025

Install Kibana on Azure Kubernetes Service (AKS)

Kibana is a data visualization tool used for log analysis and application monitoring use cases. It is a main component of the Elastic Stack. The installation of Elasticsearch on a Kubernetes cluster was explained in the previous blog post. In this blog, let's learn how to install Kibana on Kubernetes.

Pre-requites:

  • Azure Kubernetes Cluster
  • Full administrative access to the Kubernetes Cluster
  • Workstation with kubectl installed
  • Elastic Cloud on Kubernetes is installed

Friday, May 9, 2025

Install Elasticsearch Cluster on Azure Kubernetes Service

Elastic search is the first component of the ELK stack that gives powerful search and analytics capabilities to DevOps and development teams. We have discussed how to install Elastic Cloud for Kubernetes (ECK) in previous blog post. In this blog, let's learn how to install elastic stack on Kubernetes.

Pre-requites:

  • Azure Kubernetes Cluster
  • Full administrative access to the Kubernetes Cluster
  • Workstation with kubectl installed
  • Elastic Cloud on Kubernetes is installed

Open a shell or use the Azure Kubernetes Service 'Run Command' to run the script below and create an Elasticsearch node.