Difference between revisions of "EKS logging"
Jump to navigation
Jump to search
(Created page with " == See also == * Kubernetes logging * {{EKS}} Category:EKS") |
|||
(27 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}} |
+ | * {{Kubernetes logging}} | ||
* {{EKS}} | * {{EKS}} | ||
[[Category:EKS]] | [[Category:EKS]] |
Latest revision as of 09:24, 5 March 2024
- 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]
- EKS logging, EKS control plane logging,
httplog.go
- Kubernetes logging: Kubernetes log files,
kubectl logs
, EKS logging, Rancher logging - EKS,
eksctl
, EKS add-ons, Amazon EKS cluster role, Terraform EKS, Kubernetes Autoscaler, Karpenter, Terraform module: EKS, Terraform resource: aws eks node group, Terraform data source: aws_eks_cluster, AWS Controllers for Kubernetes, AWS Load Balancer Controller, Amazon EKS Anywhere, Kustomize,aws-iam-authenticator
, ACK, tEKS, Amazon EKS authorization, Amazon EKS authentication, Nodegroup, EKS storage,aws-ebs-csi-driver, aws-efs-csi-driver, aws-load-balancer-controller, amazon-vpc-cni-k8s
, EKS security, EKS Best Practices Guides,hardeneks
, EKS versions,fargate-scheduler
,eks-connector
, Resilience in Amazon EKS, EKS control plane logging, Security groups for Pods in EKS
Advertising: