Containers
Tag: k8s
Using Dex & dex-k8s-authenticator to authenticate to HAQM EKS
This post was contributed by Márk Sági-Kazár, Jeremy Cowan, and Jimmy Ray. Introduction In an earlier post, Paavan Mistry introduced us to the OIDC identity provider (IdP) authentication for HAQM Elastic Kubernetes Service (HAQM EKS), a feature that allows you to use an OIDC identity provider with new or existing clusters. Before launching this feature, […]
Preparing for Kubernetes API deprecations when going from 1.15 to 1.16
Note: The contents of this blog are no longer up to date as the referenced HAQM EKS Kubernetes version is no longer supported. Refer to the HAQM EKS Kubernetes versions AWS documentation for up to date information on supported HAQM EKS Kubernetes versions. The way that Kubernetes evolves and introduces new features is via […]
Introducing HAQM EFS CSI dynamic provisioning
As companies move more of their workloads to Kubernetes, they are increasingly deploying applications that need a way to share or persist data or state outside the container. Kubernetes addresses this need by exposing block and file storage systems to containerized workloads via the Container Storage Interface (CSI). HAQM Elastic Kubernetes Service (HAQM EKS) currently […]
Deploy a Spring Boot application on a multi-architecture HAQM EKS cluster
This blog is no longer up to date as it was written for HAQM EKS Kubernetes version 1.21 and uses a version of HAQM Aurora which are no longer supported. Refer to the HAQM EKS Kubernetes versions and HAQM Aurora versions AWS documentation for supported versions. Introduction Why might customers consider deploying applications on a […]
How to build container images with HAQM EKS on Fargate
This post was contributed by Re Alvarez Parmar and Olly Pomeroy Containers help developers simplify the way they package, distribute, and deploy their applications. Developers package their code into a container image that includes the application code, libraries, and any other dependencies. This image can be used to deploy the containerized application on any compatible […]
Operating a multi-regional stateless application using HAQM EKS
This post was contributed by Re Alvarez Parmar, Sr Solutions Architect, and Avi Harari, Technical Account Manager. One of the key benefits of operating on AWS is how easily customers can use AWS’s global footprint to run their workloads in multiple regions. Whether you need a multi-region architecture to support disaster recovery or bring your […]
Introducing the new HAQM EKS console
Since its launch at re:Invent 2017, HAQM Elastic Kubernetes Service (EKS) has rapidly evolved to meet the needs of production Kubernetes users. Customers such as Intel, Snap, Intuit, GoDaddy, and Autodesk trust HAQM EKS to run their most sensitive and mission critical applications because of its security, reliability, and scalability. One thing missing from HAQM […]
Introducing HAQM EKS add-ons: lifecycle management for Kubernetes operational software
From the start, our goal with HAQM Elastic Kubernetes Service (HAQM EKS) has been to build a fully managed service that makes it easy for you to run Kubernetes on AWS without needing to be an expert in managing Kubernetes clusters. When HAQM EKS first launched, that meant a fully managed Kubernetes control plane. In […]
Securing Kubernetes applications with AWS App Mesh and cert-manager
NOTICE: October 04, 2024 – This post no longer reflects the best guidance for configuring a service mesh with HAQM EKS and its examples no longer work as shown. Please refer to newer content on HAQM VPC Lattice. ——– Updated Sept. 24, 2021 – This post has been amended to include a newly available option […]
Introducing security groups for pods
Security groups, acting as instance level network firewalls, are among the most important and commonly used building blocks in any AWS cloud deployment. It came as no surprise to us that integrating security groups with Kubernetes pods emerged as one of the most highly requested HAQM Elastic Kubernetes Service (HAQM EKS) features, as seen on […]