by ray | Sep 5, 2018 | Kubernetes, Amazon, Amazon Web Services (AWS), Docker
You don’t have to tear down your monolith to modernize it. You can evolve it into a beautiful microservice using cloud-native technologies. In the early days of the internet, if you wanted to launch an application, you had to buy or rent hardware. This was a...
by ray | Sep 5, 2018 | Kubernetes, Amazon, Amazon Web Services (AWS), Docker
It is 2018. Most businesses are using containers, some still hesitate to adapt, but who hasn’t heard of containers? Really, containers are not new technology, in fact, they are old technology. A brief summary can be found here, but BSD Jails, Solaris Zones and the...
by ray | Sep 5, 2018 | Kubernetes, Amazon, Amazon Web Services (AWS)
There are multiple ways to run a Kubernetes cluster with Ubuntu. These pages explain how to deploy Kubernetes on Ubuntu on multiple public and private clouds, as well as bare metal. Official Ubuntu Guides Third-party Product Integrations Developer Guides Where to find...
by ray | Sep 5, 2018 | Amazon Web Services (AWS), Amazon, Docker, HashiCorp, Kubernetes, Terraform
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 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 | 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,...