AWS Open Source Blog
Tag: kubernetes
Observe Your Service Mesh with Kiali
中文版 – Observability in a service mesh gives you details about the topology of your microservices-based application. It tells what microservices are part of the service mesh, how are they connected, how much traffic is routed to them, and other details. This post from Heiko Rupp shows how Kiali can be used to visualize an […]
Deploying the AWS IAM Authenticator to kops
This post is an updated version of Deploying the Heptio Authenticator to kops. Heptio Authenticator has since been donated to the Cloud Provider Special Interest Group (SIG), allowing the project to be collaboratively worked on. Now, instead of needing to manually configure the Authenticator, you can use kops primitives to deploy automatically when a cluster […]
Using Open Policy Agent on Amazon EKS
中文版 – Open Policy Agent (OPA) is a Cloud Native Computing Foundation (CNCF) sandbox project designed to help you implement automated policies around pretty much anything, similar to the way the AWS Identity and Access Management (IAM) works. With OPA, you can write a very slimmed-down policy using a language called rego which is based […]
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 […]
Kubernetes Ingress with AWS ALB Ingress Controller
Note: This post has been updated in January, 2020, to reflect new best practices in container security since we launched native least-privileges support at the pod level, and the instructions have been updated for the latest controller version. You can also learn about Using ALB Ingress Controller with Amazon EKS on Fargate. Kubernetes Ingress is […]
AWS Service Operator for Kubernetes Now Available ?
NOTE: In mid-2019 we re-launched and intensified our efforts, deprecating and archiving the old code base of the AWS Service Operator and changing to a community-driven approach. We’re currently in the design phase and invite you to comment on the design issues and become a contributor to the new project, see details at the new GitHub […]
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 […]