by truthbrother | Sep 5, 2018 | Kubernetes, Docker
In the early days of the internet, if you wanted to launch an application, you had to buy or rent hardware. This was a physical server or a rack of servers, and you needed one server per application, so it was expensive. In 2001, VMware came out with...
by truthbrother | Sep 5, 2018 | Docker
Kubernetes and Docker Swarm are both popular and well-known container orchestration platforms. You don’t need a container orchestrator to run a container, but they are important for keeping your containers healthy and add enough value to mean you...
by truthbrother | Sep 5, 2018 | AWS EKS, Docker, Kubernetes, Terraform by HashiCorp
Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to a rack of bare metal servers. The effort required to set up a cluster varies from running a single command to crafting your own customized cluster. Use this guide to choose a...
by truthbrother | 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...
by truthbrother | Sep 4, 2018 | Kubernetes, Amazon ECS, Docker, Uncategorized
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...
by truthbrother | Mar 25, 2017 | Amazon Web Services, Docker
After Google went all-in on Docker with Container Engine, it was only a matter of time before Amazon took similar action. In Thursday’s keynote speech at AWS Reinvent, Amazon unveiled the EC2 Container Service(ECS), currently available as a technology preview....