AWS Open Source Blog

Tag: Amazon Elastic Kubernetes Service

KubeCon+CloudNativeCon Seattle 2018 logo

AWS at KubeCon + CloudNativeCon North America 2018

KubeCon + CloudNativeCon North America 2018 is shaping up to be the largest gathering of the cloud native open source community in 2018. Besides being in our hometown of Seattle, KubeCon is a great opportunity to learn about the latest technologies and techniques for building modern, cloud native applications. AWS will be at KubeCon with […]

Ahead in the Cloud book cover

Open Network User Group (ONUG) Fall Conference

中文版 The Open Network User Group (ONUG) is an influential end-user organization that drives the creation and adoption of open standards in networking, cloud, and related technologies. Earlier in 2018, AWS joined ONUG, and Adrian Cockcroft spoke at the spring ONUG event in San Francisco. We will soon be sponsoring the fall ONUG event in […]

Kubeflow + Amazon EKS logos

Kubeflow on Amazon EKS

NOTE: Since this blog post was written, much about Kubeflow has changed. While we are leaving it up for historical reference, more accurate information about Kubeflow on AWS can be found here. The Kubeflow project is designed to simplify the deployment of machine learning projects like TensorFlow on Kubernetes. There are also plans to add […]

Horizontal Pod Autoscaling for Amazon EKS

Introducing Horizontal Pod Autoscaling for Amazon EKS

  The Horizontal Pod Autoscaler and Kubernetes Metrics Server are now supported by Amazon Elastic Kubernetes Service (EKS). This makes it easy to scale your Kubernetes workloads managed by Amazon EKS in response to custom metrics. One of the benefits of using containers is the ability to quickly autoscale your application up or down. For […]

EKS logo

Improvements for Amazon EKS Worker Node Provisioning

Amazon Elastic Container Service for Kubernetes (EKS) provides an optimized Amazon Machine Image (AMI) and AWS CloudFormation template that make it easy to provision worker nodes for your Amazon EKS cluster on AWS. These assets are both open source and available now on Github. In addition to the EKS Optimized AMI, the Packer by Hashicorp […]

SNAT enabled

Amazon VPC CNI Plugin Version 1.1 Now Available

The Amazon VPC Container Networking Interface (CNI) plugin allows Kubernetes pods to receive native AWS VPC IP addresses. Because the CNI plugin is a core part of Amazon Elastic Container Service for Kubernetes (EKS), the EKS team will continue to develop the project in collaboration with our partners and customers. Today, we are releasing version […]

Integrate SAML 2 with AD and SSO diagram

Integrating LDAP/AD Users to Kubernetes RBAC with the AWS-IAM-Authenticator Community Project

Aug. 30, 2022 — This blog post was written prior to AWS renaming AWS Single Sign-On. The new name is AWS IAM Identity Center (successor to AWS Single Sign-On). Please consider all references, in this blog, to AWS Single Sign-On or AWS SSO as being AWS IAM Identity Center. Our customers ask us how they […]

EkoSystem Day

Announcing EKoSystem Day – A Day with the EKS Community

Our goal at AWS has always been to ensure that the partner community around every AWS service is rich, vibrant, and ready to meet the diverse usage scenarios of our customers. At the launch of Amazon Elastic Container Service for Kubernetes (Amazon EKS) today, over 25 partners from the AWS and Kubernetes communities have announced […]

Running FaaS on a Kubernetes Cluster on AWS using Kubeless

Serverless computing allows you to build and run applications and services without provisioning, scaling, or managing any servers. FaaS (Functions as a Service) is the runtime that enables serverless computing by firing off bits of code (functions) as they are needed, freeing the developer from managing infrastructure and enabling the developer to simply write business […]