by ray | Sep 4, 2018 | Amazon Web Services (AWS), Amazon, Kubernetes
Amazon Elastic Container Service for Kubernetes (Amazon EKS) is now generally available and supported for production use to run Kubernetes on AWS without needing to install, operate, and maintain the Kubernetes management infrastructure. Amazon Elastic Container...
by ray | Sep 4, 2018 | Docker
About Weaveworks Weaveworks is the company that delivers the most productive way for developers to connect, observe and control Docker containers. This repository contains Weave Net, the first product developed by Weaveworks, and with over 8 million downloads to date,...
by ray | Sep 4, 2018 | Kubernetes
Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes. How it works Flannel runs a small, single binary agent called flanneld on each host, and is responsible for allocating a subnet lease to each host out of a larger,...
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...