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…

Jenkins CICD Overview

Jenkins CICD Overview

CICD (Continuous Integration and Continuous Delivery): CICD is a set of automated processes to continuously integrate the code developed by the development team, run automated regression tests, and deploy them to the target environments. The extent of automation and...