AWS Open Source Blog
Tag: Amazon EKS
KubeCon Seattle 2018 recap
中文版 With 8,000 attendees in person and 2,000 on the waitlist, this was the biggest KubeCon ever. Amazon Web Services was a Diamond sponsor, and this was another great opportunity to meet our customers on the exhibitor floor, in the hallways, in the social events, and throughout the conference. There were a number of hot […]
Announcing EKS Support in mu
中文版 Getting started with application development on Amazon EKS can require you to create the Kubernetes cluster, code repos, and configure deployment pipelines to continuously push code changes to the cluster. In this post, Casey Lee of Stelligent shows how mu, an open source tool, can be used to simplify the declaration and administration of […]
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 […]
CNI Metrics Helper
The Amazon Elastic Container Service for Kubernetes (EKS) uses the VPC CNI plugin for pod networking. The plugin runs as a DaemonSet and is responsible for assigning an IP address to pods. When managing an EKS cluster, it may be important to know how many IP addresses have been assigned and how many are available. […]
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 […]
Deploy OpenFaaS on Amazon EKS
We’ve talked about FaaS (Functions as a Service) in Running FaaS on a Kubernetes Cluster on AWS Using Kubeless by Sebastien Goasguen. In this post, Alex Ellis, founder of the OpenFaaS project, walks you through how to use OpenFaaS on Amazon EKS. OpenFaaS is one of the most popular tools in the FaaS space, with […]
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 […]
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 […]