by ray | Sep 4, 2018 | Kubernetes, Amazon, Amazon Web Services (AWS)
Kubernetes approaches networking somewhat differently than Docker does by default. There are 4 distinct networking problems to solve: Highly-coupled container-to-container communications: this is solved by pods and localhostcommunications. Pod-to-Pod communications:...
by ray | Sep 4, 2018 | Amazon Web Services (AWS), Amazon, Docker, Kubernetes
What is CNI? CNI (Container Network Interface), a Cloud Native Computing Foundation project, consists of a specification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns...
by ray | Sep 4, 2018 | Amazon Web Services (AWS), Amazon, Docker, Kubernetes
This repository contains resources and configuration scripts for building a custom Amazon EKS AMI with HashiCorp Packer. This is the same configuration that Amazon EKS uses to create the official Amazon EKS-optimized AMI. Setup You must have Packer installed on your...
by ray | Sep 4, 2018 | Amazon Web Services (AWS), Amazon, Docker, Kubernetes
Containers are a powerful way for developers to develop, package, and deploy their applications. At AWS we have over a hundred thousand active ECS clusters and hundreds of millions of new containers started each week. That’s 400+% customer growth since 2016. Container...
by ray | Sep 4, 2018 | Amazon, Amazon Web Services (AWS), Docker, Kubernetes
AWS Fargate is a compute engine for Amazon ECS and EKS* that allows you to run containers without having to manage servers or clusters. With AWS Fargate, you no longer have to provision, configure, and scale clusters of virtual machines to run containers. This removes...