skip to Main Content

Do EKS Secrets are encrypted by default?

I was going by this update for EKS https://aws.amazon.com/about-aws/whats-new/2020/03/amazon-eks-adds-envelope-encryption-for-secrets-with-aws-kms/ and this blog from AWS https://aws.amazon.com/blogs/containers/using-eks-encryption-provider-support-for-defense-in-depth/. This is a very cryptic line which never confirms whether EKS encrypts secrets or not by default In EKS, we operate the etcd volumes encrypted…

VIEW QUESTION

EKS upgrade of first of November – Amazon web services

I've an EKS cluster in AWS. [cloudshell-user@ip-10-0-87-109 ~]$ kubectl version --short Kubeconfig user entry is using deprecated API version client.authentication.k8s.io/v1alpha1. Run 'aws eks update-kubeconfig' to update. Client Version: v1.23.7-eks-4721010 Server Version: v1.20.11-eks-f17b81 [cloudshell-user@ip-10-0-87-109 ~]$ kubectl get nodes Kubeconfig user entry…

VIEW QUESTION

Unable to connect to the server: getting credentials: decoding stdout: no kind "ExecCredential" is registered for version – Amazon web services

**Unable to connect to the server: getting credentials: decoding stdout: no kind "ExecCredential" is registered for version "client.authentication.k8s.io/v1alpha1" in scheme "pkg/client/auth/exec/exec.go:62" ** 2022-09-16 16:35:00 [ℹ] eksctl version 0.111.0 2022-09-16 16:35:00 [ℹ] using region ap-south-1 2022-09-16 16:35:00 [ℹ] skipping ap-south-1c from…

VIEW QUESTION

bootstrap.sh: Karpenter with custom lanuch templates

The Karpenter default OS, Amazon Linux 2 (AL2), accepts shell scripts (bash commands). Karpenter supports using custom launch templates In the default configuration, Karpenter uses an EKS optimized version of AL2 (Amazon Linux 2) (https://karpenter.sh/v0.13.2/aws/launch-templates/) and passes the hostname of…

VIEW QUESTION
Back To Top
Search