by ray | Sep 4, 2018 | Amazon Web Services (AWS), Amazon
Description Amazon ECS CNI Plugins is a collection of Container Network Interface(CNI) Plugins used by the Amazon ECS Agent to configure network namespace of containers with Elastic Network Interfaces (ENIs) For more information about Amazon ECS, see the Amazon ECS...
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 | Packer, Amazon, Amazon Web Services (AWS), HashiCorp
INFRASTRUCTURE AS CODE:Â Modern, Automated HashiCorp Packer is easy to use and automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use automated scripts to install and configure the software within your...
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
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, high-performance container orchestration service that supports Docker containers and allows you to easily run and scale containerized applications on AWS. Amazon ECS eliminates the need for you to...