AWS Open Source Blog
Tag: Amazon EKS
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 […]
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 […]
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 […]
Provision AWS Services Through Kubernetes Using the AWS Service Broker
中文版 IMPORTANT NOTE – Oct 12, 2018 The steps described in this post are no longer accurate, please refer to the AWS Service Broker GitHub project for up-to-date installation instructions. We’ll be updating this post soon. There’s no doubt that containers have changed how we build projects. One of the guiding principles of a containerized […]
Exploring the Networking Foundation for EKS: amazon-vpc-cni-k8s + Calico
中文版 At AWS re:invent, Amazon announced Elastic Container Service for Kubernetes (EKS), and revealed details of how container networking would work — and be secured — on this exciting new platform. In particular, EKS leverages a new AWS Container Network Interface (amazon-vpc-cni-k8s) plug-in, together with Project Calico for enforcing network policies. In this post, we’ll […]