AWS Open Source Blog
Category: Open Source
All Things Open (Source) in Raleigh, NC
AWS is a Presenting sponsor at All Things Open this October 21-23, and the team is looking forward to busy few days in Raleigh! 3500 attendees are expected this year with a schedule that will feature more than 20 tracks and 200 sessions over three days of programming, including 14 extended workshop sessions and three […]
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 […]
Provision AWS Services through Tanzu Application Service using the AWS Service Broker for VMware Tanzu
Updated: July 27, 2020—This post was updated to reflect the Broker being available via the VMware Network. Enterprise customers tell us that they’re looking for application modernization and greater agility. They may also need to work in a hybrid context, and want technology that makes it easy to run in multiple environments now, and in the […]
A Week in Vancouver at Open Source Summit
This years’ North American series of the Open Source Summit produced by the Linux Foundation was held in Vancouver, British Columbia, and AWS was present to support the event as a gold sponsor. The conference week began with a number of co-located events such as the Linux Security Summit and CHAOSScon, and there was plenty […]
Optimized Support for Amazon EKS on Ubuntu 18.04
Note: This article was written and published in 2018, so instructions and links may be outdated. The Canonical Public Cloud (CPC) team provides a prepared, ready-to-use version of the Ubuntu 18.04 ‘LTS’ release, Bionic, customized for use with the Amazon Elastic Container Service for Kubernetes (EKS). If you are currently an Ubuntu user, you are […]
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 […]
Celebrating 20 Years of Open Source at OSCON
In July, the Open Source Conference (OSCON) returned home to Portland, Oregon, for its 20th anniversary, and what a week it was: seeing old friends, meeting new ones, hearing interesting talks, learning new skills with sessions on AI, IoT, blockchain, and re-visiting some favorite places in Portland. The week began with the Community Leadership Summit, […]
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 […]