Containers
Category: Amazon Elastic Kubernetes Service
Create a pipeline with canary deployments for Amazon EKS with AWS App Mesh
NOTICE: October 04, 2024 – This post no longer reflects the best guidance for configuring a service mesh with Amazon EKS and its examples no longer work as shown. Please refer to newer content on Amazon VPC Lattice. ——– In this post, we will demonstrate how customers can leverage different AWS services in conjunction with […]
Save the date: AWS Container Day: Kubernetes Edition
The AWS Kubernetes team is back for the next installment of AWS Container Day: Kubernetes Edition, a full day of sessions on Amazon EKS and Kubernetes at AWS. In this fully live and virtual Twitch event, the AWS Kubernetes team, hosted by Containers from the Couch, will be covering new launches, demoing products and features, […]
CI/CD with Amazon EKS using AWS App Mesh and Gitlab CI
NOTICE: October 04, 2024 – This post no longer reflects the best guidance for configuring a service mesh with Amazon EKS and its examples no longer work as shown. Please refer to newer content on Amazon VPC Lattice. ——- Using containers brings flexibility, consistency, and portability in a DevOps culture. One of the essential parts […]
Introducing the AWS Load Balancer Controller
The AWS ALB ingress controller allows you to easily provision an AWS Application Load Balancer (ALB) from a Kubernetes ingress resource. Kubernetes users have been using it in production for years and it’s a great way to expose your Kubernetes services in AWS. We are pleased to announce that the ALB ingress controller is now […]
Amazon EKS cluster automation with GitLab CI/CD
Introduction: Container technologies are becoming increasingly popular for customers developing new applications and migrating workloads to the cloud. One of the most common approaches to managing containers at scale is to utilize an orchestration technology such as AWS Elastic Kubernetes Service (EKS). However, building a repeatable and reliable Kubernetes cluster in a multi-account (or multi-region) […]
Introducing Ubuntu support for Amazon EKS 1.18
Amazon Elastic Kubernetes Service (EKS) is a fully automated Kubernetes cluster service on Amazon Web Services (AWS). Ubuntu is a popular and proven operating system for both virtual machine and containerized cloud computing. Canonical (the creator and primary maintainer of Ubuntu) is an Amazon partner and works with the EKS team to provide an optimized […]
Learn how to run containers on Amazon Elastic Kubernetes Service with our new instructor-led course
This post was contributed by Ed Van Sickle, Product Manager, AWS Training Are you looking for a training course that is more than introductory level on Amazon EKS containers? Good news! We have one. AWS Training & Certification released “Running Containers on Amazon Elastic Kubernetes Container Service (Amazon EKS)” in October 2020. The course is […]
Optimize IP addresses usage by pods in your Amazon EKS cluster
Many enterprise customers adopt multi-account strategy to meet their business needs and at the same time reduce the security blast radius. Customers have had problems maintaining network topology because of constant growth and increased workloads. They can quickly run out of IP space while planning out the VPC Classless Inter-Domain Routing (CIDR). In this blog, […]
Designing a secure container image registry
As organizations move to containers, there can be a sense that they are losing control or visibility of the software that is deployed to their environments. Historically, once a server is in production, a scanning tool runs on a regular basis to detect vulnerabilities on the operating system. Once a vulnerability is detected, an operations […]
Using Gatekeeper as a drop-in Pod Security Policy replacement in Amazon EKS
Jason Umiker If you are managing a Kubernetes cluster or you are a security professional responsible for one then you likely have heard that you should be implementing Kubernetes Pod Security Policies (PSPs) on the cluster in order to improve your security posture. Using PSPs can help to block pods from being disruptive to their […]