...
/Combine AWS CloudWatch with an EKS Cluster
Combine AWS CloudWatch with an EKS Cluster
In this lesson, we will combine AWS CloudWatch with an EKS cluster using Fluentd.
We'll cover the following...
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.
Just as before, we’ll use Fluentd to collect logs and ship them to CloudWatch ...