Multiple EKS audit logs files

0

I have enabled EKS audit logs, in cloud logs there are two files getting generated for audit logs alone, each getting written with logs in parallel. Why there are two files generated, is there any difference between them.

preguntada hace un año333 visualizaciones
1 Respuesta
0

Two log streams are created in parallel when you enabled Amazon EKS audit logs. They are named similar to: kube-apiserver-audit-<random-string>. There are two because Amazon EKS runs two API servers for each EKS cluster to maintain availability zone level redundancy.

"EKS runs a minimum of two API server nodes in distinct Availability Zones (AZs) within in AWS region." Source: https://aws.github.io/aws-eks-best-practices/reliability/docs/controlplane/

AWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas