EKS security
Jump to navigation
Jump to search
- Use network policies:
kind: NetworkPolicy - Use PrivateLink for AWS Services: ECR, S3, and CloudWatch
- Amazon EKS cluster endpoint access control:
grep -ir cluster_endpoint_public_access * - Logging Amazon EKS API calls with AWS CloudTrail
List of AWS Config Managed Rules[edit]
eks-endpoint-no-public-access:ag -ir cluster_endpoint_public_access *eks-cluster-logging-enabled:ag -ir cluster_enabled_log_types *(["api", "audit", "authenticator", "controllerManager", "scheduler"])eks-cluster-log-enabledeks-cluster-oldest-supported-versioneks-cluster-supported-version:ag -ir cluster_version *eks-cluster-secrets-encrypted:ag -ir cluster_encryption_config *eks-secrets-encrypted
Related[edit]
EndpointPublicAccess- K8s security
- EKS logging
- EKS versions
cluster_security_group_additional_rules- GKE security
See also[edit]
Advertising: