AWS Open Source Blog

Category: Compute

Spinnaker project logo

Sailing with Spinnaker on AWS

We have recently begun 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 makes it easier for developers to focus on writing code without having to worry about the underlying cloud infrastructure. It integrates seamlessly with tools such as […]

Helm benchmark results

Raising Helm – to Enterprise Scale

中文版 A typical application deployed to Kubernetes consists of multiple manifests such as Deployment and Service for each microservice. Deploying these individual manifests can be challenging – this is where package managers like Helm come to the rescue. This post from Baruch Sadogursky of JFrog provides a status update on what is being done to […]

Integrate SAML 2 with AD and SSO diagram

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 […]

AWS SF loft sign "Code Happy"

Open Source News Roundup: June 22, 2018

Next Week! Amazon Linux Launch Event Join us for an interactive event and discover how you can innovate faster using AWS services for Amazon Linux. Senior product leaders from Amazon will announce new features, provide interactive demos, and AWS Chief Evangelist Jeff Barr will share his insights. Afterwards, join us for drinks to celebrate and […]

EkoSystem Day

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 […]

Kubecon+CloudNativeCon Copenhagen welcome slide

AWS Hygge at KubeCon + CloudNativeCon

It was a full and eventful week at KubeCon + CloudNativeCon EU 2018! 4,300 attendees flocked to Copenhagen to learn and be a part of all things Kubernetes and cloud-native. The AWS team kicked off the week with our workshop Kubernetes the AWSome Way! Engineers from our Solutions Architecture and Containers teams taught attendees how […]

building blocks for containerized microservices

Microservices on AWS Compute Using Containers and Serverless

Deploying microservices-based applications can be complex. First, it requires setting up your basic compute, storage, and networking capabilities. You’re also going to need some simple developer tools, application integration, logging, distributed tracing, and monitoring. AWS offers a wide variety of choices in each of these areas. In compute, you can create your own custom stack […]

virtual-kubelet and Fargate

Running AWS Fargate with virtual-kubelet

中文版 AWS Fargate is a new compute engine that allows you to run containers without having to provision, manage, or scale servers. Today, Fargate is natively integrated with Amazon Elastic Container Service (ECS). Since we announced Fargate at re:Invent 2017, many customers have told us that they were very interested in using Fargate to run […]