AWS Open Source Blog
Tag: Amazon Elastic Kubernetes Service
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 […]
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 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 […]
Git Push to Deploy Your App on EKS
It’s a joyful experience for a developer when you can focus just on building an application, and rely on a tool to do the grunt work of pushing that application to a Kubernetes cluster. When the tool makes use of your existing knowledge of git, it only adds to the pleasure! In this post, Tirumarai […]
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 […]
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 […]
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 […]
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 […]
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 […]