AWS Open Source Blog
Tag: Amazon Elastic Kubernetes Service
Announcing CDK for Terraform on AWS
HashiCorp and AWS have partnered to launch Cloud Development Kit for Terraform (CDKTF).
Deploying Spark jobs on Amazon EKS
UPDATE, March 2021: This blog post describes how to deploy self-managed Apache Spark jobs on Amazon EKS. AWS now provides a fully managed service with Amazon EMR on Amazon EKS. This new deployment option allows customers to automate the provisioning and management of Spark on Amazon EKS, and benefit from advanced features such as Amazon […]
Best Practices for Optimizing Distributed Deep Learning Performance on Amazon EKS
中文版 – In this post, we will demonstrate how to create a fully-managed Kubernetes cluster on AWS using Amazon Elastic Container Service for Kubernetes (Amazon EKS), and how to run distributed deep learning training jobs using Kubeflow and the AWS FSx CSI driver. We then will discuss best practices to optimize machine learning training performance […]
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 AWS Lambda-Compatible Functions in Amazon EKS using TriggerMesh KLR
中文版 – Custom AWS Lambda Runtimes were introduced at re:Invent 2018. Knative is an open source project to build, deploy, and manage serverless workloads. This post by Sebastien Goasguen explains that TriggerMesh’s Knative Lambda Runtime is a custom runtime that can run a Lambda function on Knative running on an Amazon EKS cluster. –Arun AWS […]
Managing Amazon EKS Clusters with Rancher
中文版 – Rancher is a popular open-source tool used by many organizations to manage Kubernetes clusters. Rancher has extended support for Amazon Elastic Container Service for Kubernetes (Amazon EKS). With this capability, Rancher users no longer need to directly manage their own Kubernetes clusters on AWS. Using Amazon EKS with Rancher combines the ease of […]
Demystifying ENTRYPOINT and CMD in Docker
中文版 – As you begin your Docker container creation journey, you might find yourself faced with a puzzling question: Should your Dockerfile contain an ENTRYPOINT instruction, a CMD instruction, or both? In this post, I discuss the differences between the two in detail, and explain how best to use them in various use cases you […]
Top Posts of 2018
It’s that Top Ten time of year, and I thought you might find it interesting to know which of the posts on the AWS Open Source blog have been the most popular in 2018. 1. Introducing Amazon Corretto, a No-Cost Distribution of OpenJDK with Long-Term Support by Arun Gupta, Nov 14 No surprise that this […]
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 […]