Browsed by
Month: May 2019

Installing a multinode Kubernetes cluster using Kubespray

Installing a multinode Kubernetes cluster using Kubespray

Introduction So you’ve started on your Kubernetes journey and you’ve probably started with something like Minikube (https://kubernetes.io/docs/setup/minikube/) on your laptop. Moving you containers to production however, requires a multinode Kubernetes cluster. To setup such a cluster requires some form of automation for both the deployment and maintenance of the Kubernetes cluster. For that you can use Kubespray, allowing you deoploy and maintain you Kubernetes cluster. Kubespray is an Open Source project based on Ansible to maintain your Kubernetes cluster. While…

Read More Read More