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:
dandds
2019-10-11 12:41:55 -04:00
parent bbd0ffe1a9
commit 05c84877dd
4 changed files with 492 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# create amazon-cloudwatch namespace
apiVersion: v1
kind: Namespace
metadata:
name: amazon-cloudwatch
labels:
name: amazon-cloudwatch