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.

1 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen