Know How To Visualize Kubernetes Cluster with Elasticsearch and Kibana
In this article, you will learn how to publish Kubernetes cluster events data to Amazon Elastic Search using Fluentd logging agent. The data will then be viewed using Kibana, an open-source visualization tool for Elasticsearch. Amazon ES consists of integrated Kibana integration. We will walk you through with the following process: Creating a Kubernetes Cluster Creating an Amazon ES cluster Deploy Fluentd logging agent on Kubernetes cluster Visualize kubernetes date in Kibana Step 1: Creating a Kubernetes Cluster Kubernetes is an open source platform created by Google to manage containerized applications. it enables you to manage, scale and deploy your containerized apps in a clustered environment. WeRead More →