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
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…