With this configuration, all Kubernetes logs within the ATAT cluster will be sent to AWS CloudWatch. Note that this requires applying an additional IAM policy to the worker nodes' role.
9 lines
145 B
YAML
9 lines
145 B
YAML
apiVersion: v1
|
|
data:
|
|
cluster.name: atat
|
|
logs.region: us-east-2
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cluster-info
|
|
namespace: amazon-cloudwatch
|