Blog  []

Using EFS to store application logs

Using EFS to store application logs Pre-requisites Deployed EKS cluster : Ensure that the AWS CLI is configured and connected to your EKS cluster. EKS cluster already configured with the EFS Storage plugin : Not configured see documentation kubectl: The kubectl tool is installed and configured. Step 1: Configure the EFS storage class for the EKS cluster Make sure that the EFS storage plugin is installed on the cluster, see documentation if it is not....

<span title='2024-07-24 00:00:00 +0000 UTC'>July 24, 2024</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;422 words&nbsp;·&nbsp;GreatWay Team

Deploying Grafana in an EKS Cluster with Helm

Deploying Grafana in an EKS Cluster with Helm Grafana is an open source monitoring and observation tool that can be integrated with a variety of data sources such as Prometheus, Loki, etc. In this article, we will detail how to deploy Grafana on an Amazon EKS (Elastic Kubernetes Service) cluster using Helm. In this article, we will detail how to deploy Grafana on an Amazon EKS (Elastic Kubernetes Service) cluster using Helm....

<span title='2024-07-23 00:00:00 +0000 UTC'>July 23, 2024</span>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;1591 words&nbsp;·&nbsp;GreatWay Team

Deploying Loki on an EKS Cluster using Helm

Deploying Loki on an EKS Cluster using Helm Introduction In this article, we will learn how to deploy the Loki logging aggregation system on an Amazon EKS (Elastic Kubernetes Service) cluster using the Helm tool. Loki, developed by Grafana, is an open-source log aggregation system designed for Kubernetes and containerized workloads. Prerequisites An EKS cluster set up and accessible. kubectl and helm tools installed and configured to connect to your EKS cluster....

<span title='2024-07-23 00:00:00 +0000 UTC'>July 23, 2024</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;413 words&nbsp;·&nbsp;GreatWay Team

Deploying Prometheus on an EKS Cluster Using Helm

Deploying Prometheus on an EKS Cluster Using Helm In this article, we’ll cover how to deploy Prometheus on an Amazon EKS (Elastic Kubernetes Service) cluster using Helm. Prometheus is an open-source system monitoring and alerting toolkit, while Helm is a package manager for Kubernetes that simplifies application deployment and management. Prerequisites Before we begin, ensure you have the following: An EKS cluster created and configured. kubectl command-line tool installed and configured....

<span title='2024-07-23 00:00:00 +0000 UTC'>July 23, 2024</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;680 words&nbsp;·&nbsp;GreatWay Team

Deploying Promtail on an EKS Cluster using Helm

Deploying Promtail on an EKS Cluster using Helm In modern cloud-native architecture, log aggregation and management are crucial. Promtail, the log collector for Loki, is used to send logs to Loki for storage and querying. This tutorial demonstrates how to deploy Promtail on an Amazon EKS cluster using Helm. Prerequisites EKS Cluster: An EKS cluster that is already created and configured. kubectl: kubectl tool installed and configured. Helm: Helm tool installed and configured....

<span title='2024-07-23 00:00:00 +0000 UTC'>July 23, 2024</span>&nbsp;·&nbsp;8 min&nbsp;·&nbsp;1516 words&nbsp;·&nbsp;GreatWay Team