DEV Community

Panupog Chamsomboon
Panupog Chamsomboon

Posted on

[AWS EKS] Setup CloudWatch-logging

step1 - setup file cluster.yaml

step2 - enable cloudwatch log with eksctl

eksctl utils update-cluster-logging --config-file ((cluster-config.file.yaml)) --approve

loggin in aws console

CloudWatch -> log groups -> /aws/eks

Alt Text

disable cloudwatch logging

eksctl utils update-cluster-logging --name=((EKS-course-cluster-name)) --disable-types all --approve

Top comments (0)