diff --git a/cfg/eks-1.7.0/controlplane.yaml b/cfg/eks-1.7.0/controlplane.yaml index 8b760ed..dad66c2 100644 --- a/cfg/eks-1.7.0/controlplane.yaml +++ b/cfg/eks-1.7.0/controlplane.yaml @@ -46,7 +46,6 @@ groups: resources: ["pods"] Apply the audit policy configuration to the cluster: kubectl apply -f .yaml - Ensure audit logs are forwarded to a centralized logging system like CloudWatch, Elasticsearch, or another log management solution: kubectl create configmap cluster-audit-policy --from-file=audit-policy.yaml -n kube-system kubectl apply -f - <