Kubernetes Logging to Graylog Using Fluent Bit

Kubernetes Logging to Graylog Using Fluent Bit

Fluent Bit is deployed as a daemonset in Kubernetes, allowing it to run on every node in the cluster. This makes it easy to not worry about reconfiguring Fluent Bit for any new nodes added to the Kubernetes cluster. Fluent Bit supports multiple inputs, outputs, and...
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...