Difference between revisions of "EKS logging"
Jump to navigation
Jump to search
(Created page with " == See also == * Kubernetes logging * {{EKS}} Category:EKS") |
|||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://docs.aws.amazon.com/prescriptive-guidance/latest/implementing-logging-monitoring-cloudwatch/kubernetes-eks-logging.html | ||
+ | * [[Control plane]]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html | ||
+ | [[EKS control plane logging]]: | ||
+ | * [[API server]] | ||
+ | * [[Audit]]: [[audit.k8s.io/v1]] | ||
+ | * [[Authenticator]] | ||
+ | * [[Controller Manager]]: <code>[[cloud-controller-manager]]</code> | ||
+ | * [[Kubernetes scheduler|Scheduler]] | ||
+ | |||
+ | == Commands == | ||
+ | * <code>[[aws logs describe-log-groups]] | grep [[logGroupName]] | grep "[[/aws/eks/]]"</code> | ||
+ | {{aws logs tail eks}} | ||
+ | |||
+ | == Activities == | ||
+ | * Read https://docs.aws.amazon.com/prescriptive-guidance/latest/implementing-logging-monitoring-cloudwatch/kubernetes-eks-logging.html | ||
+ | |||
+ | == Related == | ||
+ | * [[Kubernetes control plane]] | ||
+ | * <code>[[enabled_cluster_log_types]]</code> | ||
+ | * <code>[[Unable to schedule pod]]</code> | ||
+ | * <code>[[dispatcher.go]]</code> | ||
== See also == | == See also == | ||
− | * | + | * {{EKS logging}} |
− | * {{EKS}} | + | * {{Kubernetes logging}} |
+ | * {{EKS security}} | ||
[[Category:EKS]] | [[Category:EKS]] |
Latest revision as of 07:12, 27 March 2025
- https://docs.aws.amazon.com/prescriptive-guidance/latest/implementing-logging-monitoring-cloudwatch/kubernetes-eks-logging.html
- Control plane: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html
- API server
- Audit: audit.k8s.io/v1
- Authenticator
- Controller Manager:
cloud-controller-manager
- Scheduler
Contents
Commands[edit]
aws logs describe-log-groups | grep logGroupName | grep "/aws/eks/"
aws logs tail --follow /aws/eks/you-cluster-name/cluster | egrep ("kube-apiserver-audit | kube-apiserver | authenticator | kube-controller-manager | cloud-controller-manager")
Activities[edit]
Related[edit]
See also[edit]
Advertising: