Combine AWS CloudWatch with an EKS Cluster
In this lesson, we will combine AWS CloudWatch with an EKS cluster using Fluentd.
Using Fluentd for CloudWatch
Unlike GKE that has a logging solution baked into a cluster, EKS requires us to set up a solution. It does provide CloudWatch service, but we need to ensure that the logs are shipped there from our cluster. ...