AWS Open Source Blog
Tag: HAQM EKS
Announcing CDK for Terraform on AWS
HashiCorp and AWS have partnered to launch Cloud Development Kit for Terraform (CDKTF).
How to integrate AWS Lambda with Spinnaker
In mid-2018, AWS began contributing to an exciting open source project, Spinnaker from Netflix. Spinnaker is a cloud-based continuous delivery platform for releasing software changes rapidly and reliably. Spinnaker enables developers to focus on writing code and deploying their applications without having to worry about the underlying infrastructure. It integrates seamlessly with tools such as […]
Deploying Spark jobs on HAQM EKS
UPDATE, March 2021: This blog post describes how to deploy self-managed Apache Spark jobs on HAQM EKS. AWS now provides a fully managed service with HAQM EMR on HAQM EKS. This new deployment option allows customers to automate the provisioning and management of Spark on HAQM EKS, and benefit from advanced features such as HAQM […]
Running secure workloads on EKS using Fairwinds Polaris
Getting configurations right, especially at scale, can be a challenging task in cloud-native land. Automation helps you to make that task more manageable. In this guest post from EJ Etherington, CTO for Fairwinds, we look at an open source tool that allows you to check your EKS cluster setup, providing you with a graphical overview […]
Best Practices for Optimizing Distributed Deep Learning Performance on HAQM EKS
中文版 – In this post, we will demonstrate how to create a fully-managed Kubernetes cluster on AWS using HAQM Elastic Container Service for Kubernetes (HAQM 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 HAQM 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 HAQM EKS cluster. –Arun AWS […]
Managing HAQM EKS Clusters with Rancher
中文版 – Rancher is a popular open-source tool used by many organizations to manage Kubernetes clusters. Rancher has extended support for HAQM Elastic Container Service for Kubernetes (HAQM EKS). With this capability, Rancher users no longer need to directly manage their own Kubernetes clusters on AWS. Using HAQM EKS with Rancher combines the ease of […]
Using Open Policy Agent on HAQM 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 […]
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 […]