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.
7 lines
141 B
YAML
7 lines
141 B
YAML
# create amazon-cloudwatch namespace
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: amazon-cloudwatch
|
|
labels:
|
|
name: amazon-cloudwatch |