🤖 EKSBot
@eksbot.bsky.social
Automatic posting of EKS related blog articles, software releases, etc. Not affiliated with AWS.
awslabs/amazon-eks-ami released AMI Release v20251016 #eks #kubernetes
awslabs/amazon-eks-ami released AMI Release v20251016
What's Changed
• feat: allow parallel image pull on more instance types by @fletcherw in https://github.com/awslabs/amazon-eks-ami/pull/2461
• feat(nodeadm): support public ECR authentication by @mselim00 in https://github.com/awslabs/amazon-eks-ami/pull/2153
• Pin NVIDIA Driver version for Isolated regions by @whoix in https://github.com/awslabs/amazon-eks-ami/pull/2472
Full Changelog: https://github.com/awslabs/amazon-eks-ami/compare/v20251007...v20251016
github.com
October 23, 2025 at 10:41 PM
awslabs/amazon-eks-ami released AMI Release v20251016 #eks #kubernetes
Kubernetes Gateway API in action #eks #kubernetes
Kubernetes Gateway API in action
In this post, we explore advanced traffic routing patterns with the Kubernetes Gateway API through a practical Calendar web application example, demonstrating how it streamlines and standardizes application connectivity and service mesh integration in Kubernetes. The post covers three key use cases: exposing applications to external clients through hostname-based routing, implementing canary deployments between microservices using gRPC traffic splitting, and controlling egress traffic to external services with security policies.
aws.amazon.com
October 22, 2025 at 7:40 PM
Kubernetes Gateway API in action #eks #kubernetes
IBM Instana add-on for Amazon EKS | Amazon Web Services #eks #kubernetes
IBM Instana add-on for Amazon EKS | Amazon Web Services
www.youtube.com
October 22, 2025 at 7:21 PM
IBM Instana add-on for Amazon EKS | Amazon Web Services #eks #kubernetes
Amazon EKS Auto Mode now available in AWS GovCloud (US-East) and (US-West) #ec2 #eksautomode #eks #kubernetes
Amazon EKS Auto Mode now available in AWS GovCloud (US-East) and (US-West)
<p>Amazon Elastic Kubernetes Service (Amazon EKS) Auto Mode is now available in the AWS GovCloud (US-East) and (US-West) regions. This feature fully automates compute, storage, and networking management for Kubernetes clusters. Additionally, EKS Auto Mode now supports FIPS-validated cryptographic modules through its Amazon Machine Images (AMIs) to help customers meet FedRAMP compliance requirements.<br> <br> EKS Auto Mode enables organizations to get Kubernetes conformant managed compute, networking, and storage for any new or existing EKS cluster. Its AMIs include FIPS-compliant cryptographic modules to help meet federal security standards for regulated workloads. EKS Auto Mode manages OS patching and updates, and strengthens security posture through ephemeral compute, making it ideal for workloads that require high security standards. It also dynamically scales EC2 instances based on demand, helping optimize compute costs while maintaining application availability.<br> <br> Amazon EKS Auto Mode is now available in AWS GovCloud (US-East) and (US-West). You can enable EKS Auto Mode in any EKS cluster running Kubernetes 1.29 and above with no upfront fees or commitments—you pay for the management of the compute resources provisioned, in addition to your regular EC2 costs.<br> <br> To get started with EKS Auto Mode, visit the <a href="https://aws.amazon.com/eks/" target="_blank">Amazon EKS product page</a>. For additional details, see the<a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-auto-mode.html" target="_blank"> Amazon EKS User Guide</a> and <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/whatis.html" target="_blank">AWS GovCloud (US) documentation</a>.</p>
aws.amazon.com
October 22, 2025 at 6:20 PM
Amazon EKS Auto Mode now available in AWS GovCloud (US-East) and (US-West) #ec2 #eksautomode #eks #kubernetes
BASF Digital Farming builds a STAC-based solution on Amazon EKS #eks #kubernetes
BASF Digital Farming builds a STAC-based solution on Amazon EKS
This post was co-written with Frederic Haase and Julian Blau with BASF Digital Farming GmbH. At xarvio – BASF Digital Farming, our mission is to empower farmers around the world with cutting-edge digital agronomic decision-making tools. Central to this mission is our crop optimization platform, xarvio FIELD MANAGER, which delivers actionable insights through a range […]
aws.amazon.com
October 22, 2025 at 4:40 PM
BASF Digital Farming builds a STAC-based solution on Amazon EKS #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.50.2 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.50.2
A Helm chart for AWS EBS CSI Driver
github.com
October 22, 2025 at 1:41 AM
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.50.2 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.1 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.1
A Helm chart for AWS EBS CSI Driver
github.com
October 22, 2025 at 1:21 AM
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.1 #eks #kubernetes
kubernetes-sigs/aws-load-balancer-controller released v2.14.1 #eks #kubernetes
kubernetes-sigs/aws-load-balancer-controller released v2.14.1
📚 Quick Links
v2.14.1 (requires Kubernetes 1.22+)
Image: public.ecr.aws/eks/aws-load-balancer-controller:v2.14.1
Documentation
Thanks to all our contributors!💜💜💜
What’s new
We’re excited to announce support for ALB URL Rewrite! You can use this new feature to transform request URLs using regex patterns (e.g., rewrite /api/v1/users to /users, or ^/api/v1/(.*)$ to /$1). Check out the new use case in our documentation on how to configure your ingress resources to utilize this new capability. For more information about the feature, please see the AWS launch announcement.
Enhancement and Fixes
• Introduced ALB URL Rewrite support! ( Too many feature request issues to link here ;) )
• Fixed ListenerAttribute string parsing to allow for multiple values. (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4363)
• Added ability to configure maximum targets per TargetGroupBinding (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4360)
• Fixed ListenerRule comparison check that incorrectly marks rules as drifted.
• New Gateway Route & Listener Statuses
• Fixed WAF name retrieval (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4388)
• Added support for EKS Hybrid nodes (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4315)
• Added low priority tag additions (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4030)
• Fixed edge case that prevented Listener modifications if rule limit has been exceeded (https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/4373)
• Updated docs for NLB healthchecks (https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/3419)
What's Changed
• feat: Add flag to limit the max number of targets added to an ELB by @mmiller-sh in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4361
• support comma in string pars value by @shuqz in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4375
• fix e2e tests by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4379
• feat(helm): support templating in service account annotations by @samuelmasuy in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4374
• fix sorting when comparing listener rule differences by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4382
• [feat gw-api]update gateway status based on observation generation by @shuqz in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4383
• test: replace AWS SDK v1 imports with v2 by @Juneezee in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4364
• fix waf name resolution by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4390
• [feat: aga] add AWS Global Accelerator CRD with comprehensive validation by @shraddhabang in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4389
• [feat: aga] add basic framework for AGA controller by @shraddhabang in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4392
• feat: add EKS Hybrid Nodes support by @sanbyk in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4336
• Implement support for URL and Host Header Rewrite for Application Load Balancer by @andreybutenko in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4396
• feat: add feature toggle to allow controller default tags to be overridden by annotation supplied tags by @mwhittington21 in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4384
• Update annotations documentation to include support for named ports in NLB health check configuration by @igor-kupczynski in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4386
• re-enable tls tests with new certs by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4397
• fix bad merge conflict resolution by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4401
• [bug fix] handle rules exceeded error in listener rule synthesizer by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4393
• cut v2.14.1 release by @zac-nixon in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4402
New Contributors
• @mmiller-sh made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4361
• @samuelmasuy made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4374
• @Juneezee made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4364
• @sanbyk made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4336
• @mwhittington21 made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4384
• @igor-kupczynski made their first contribution in https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/4386
Full Changelog: https://github.com/kubernetes-sigs/aws-load-balancer-controller/compare/v2.14.0...v2.14.1
github.com
October 17, 2025 at 10:21 PM
kubernetes-sigs/aws-load-balancer-controller released v2.14.1 #eks #kubernetes
Extending EKS with Hybrid Nodes: IAM Roles Anywhere and HashiCorp Vault #eks #kubernetes
Extending EKS with Hybrid Nodes: IAM Roles Anywhere and HashiCorp Vault
In this post, we explore how to use AWS Identity and Access Management (IAM) Roles Anywhere, supported by HashiCorp Vault PKI, to facilitate joining EKS Hybrid Nodes to an Amazon EKS Cluster. This solution enables businesses to flexibly make use of compute resources outside of AWS by extending an Amazon Elastic Kubernetes Service (Amazon EKS) data plane beyond the AWS Cloud boundary, addressing use cases focused on data sovereignty, low latency communication, and regulatory compliance.
aws.amazon.com
October 17, 2025 at 8:40 PM
Extending EKS with Hybrid Nodes: IAM Roles Anywhere and HashiCorp Vault #eks #kubernetes
New Amazon EKS Auto Mode features for enhanced security, network control, and performance #eksautomode #eks #kubernetes
New Amazon EKS Auto Mode features for enhanced security, network control, and performance
In this post, we explore the latest Amazon Elastic Kubernetes Service (Amazon EKS) Auto Mode features that enhance security, network control, and performance for enterprise Kubernetes deployments. These new capabilities address critical operational challenges including capacity management, network segmentation, enterprise PKI integration, and comprehensive encryption while maintaining the automated cluster management that makes EKS Auto Mode transformative for development teams.
aws.amazon.com
October 16, 2025 at 8:40 PM
New Amazon EKS Auto Mode features for enhanced security, network control, and performance #eksautomode #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released v1.51.0 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released v1.51.0
AWS EBS CSI Driver
CHANGELOG
See CHANGELOG for full list of changes
github.com
October 15, 2025 at 12:01 AM
kubernetes-sigs/aws-ebs-csi-driver released v1.51.0 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.0 #eks #kubernetes
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.0
A Helm chart for AWS EBS CSI Driver
github.com
October 14, 2025 at 11:21 PM
kubernetes-sigs/aws-ebs-csi-driver released helm-chart-aws-ebs-csi-driver-2.51.0 #eks #kubernetes
Running Slurm on Amazon EKS with Slinky #eks #kubernetes
Running Slurm on Amazon EKS with Slinky
In this post, we introduce the Slinky Project and explore how it enables organizations to run Slurm workload management within Amazon EKS, combining the deterministic scheduling capabilities of Slurm with Kubernetes' dynamic resource allocation for efficient hybrid workload management. This unified approach allows teams to maximize resource utilization across both batch processing jobs and cloud-native applications without maintaining separate infrastructure silos.
aws.amazon.com
October 14, 2025 at 5:00 PM
Running Slurm on Amazon EKS with Slinky #eks #kubernetes