Kubernetes Logging to Graylog Using Fluent Bit

Kubernetes Logging to Graylog Using Fluent Bit

SUMMARY: DevOps teams can streamline log management by deploying Fluent Bit as a Kubernetes DaemonSet to efficiently collect and forward enriched container logs to a centralized Graylog server using the GELF protocol. Fluent Bit utilizes the Tail input plugin to read...
Upgrading Your EKS Cluster

Upgrading Your EKS Cluster

This blog post covers the upgrade of an AWS EKS cluster that was created using a CloudFormation template. Note that this post covers upgrading the existing EKS cluster as-is without spinning up a new AutoScaling group. One important thing to take under consideration when looking to upgrade a Kubernetes cluster…

Setting up EKS Cluster AutoScaler

Setting up EKS Cluster AutoScaler

This blog post covers one of the easiest ways to mitigate the overall cost of an EKS cluster that has an auto-scaling configuration. Here are steps to follow for a successful setup of Prometheus and Grafana in an AWS EKS environment. Cluster Autoscaler is a tool that...
Kubernetes – Container Health Checks

Kubernetes – Container Health Checks

One of the core features of Kubernetes (or of any other container orchestration solution) is the ability to perform health checks against running containers to determine the health of the container instance. Container instances can experience performance-related...
Planning Your Kubernetes Implementation

Planning Your Kubernetes Implementation

Kubernetes Implementation Planning Overview Rolling out Kubernetes in your organization requires a good amount of planning up-front to make sure that your Kubernetes initiative is well-oriented for success. Kubernetes is a highly complex system consisting of a number...
Minikube Installation Guide for CentOS

Minikube Installation Guide for CentOS

Minikube Overview Minikube is a tool which allows you to run a single node Kubernetes cluster on a local machine or a VM. Minikube is easy to get setup and running, requiring only a few minutes as opposed to the complex install process and hardware required for a...
Demystifying Docker and Kubernetes

Demystifying Docker and Kubernetes

What are Containers? “Containers” and “containerization” are two buzzwords that have been springing up everywhere in technological discussions over the past few years, and the movement towards using containers has been rapidly gaining momentum...