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:
8
deploy/aws/amazon-cloudwatch-cluster-info.yml
Normal file
8
deploy/aws/amazon-cloudwatch-cluster-info.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
cluster.name: atat
|
||||
logs.region: us-east-2
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: cluster-info
|
||||
namespace: amazon-cloudwatch
|
||||
Reference in New Issue
Block a user