by truthbrother | Dec 24, 2020 | Kubernetes, Ansible
A question I’ve been hearing a lot lately is “why are you still using Ansible in your Kubernetes projects?” Followed often by “what’s the point of writing your book Ansible for Kubernetes when Ansible isn’t really...
by truthbrother | Sep 5, 2018 | Kubernetes, 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. 20 Feb 2018 Swapnil Bhartiya Feed 73 up Image by : opensource.com x Get the newsletter Join the 85,000 open source...
by truthbrother | Sep 5, 2018 | Kubernetes
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 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 | 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 truthbrother | Sep 4, 2018 | Kubernetes
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:...