Add k8s config for adding Fluentd and piping logs to CloudWatch.
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.
This commit is contained in:
7
deploy/aws/cloudwatch-namespace.yaml
Normal file
7
deploy/aws/cloudwatch-namespace.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# create amazon-cloudwatch namespace
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: amazon-cloudwatch
|
||||
labels:
|
||||
name: amazon-cloudwatch
|
Reference in New Issue
Block a user