CKA Preparation: Setting Up a Kubernetes Cluster with 2 Nodes

As I prepare for my CKA exam I decided to create a series of articles (more like exercises) discussing different topics about Kubernetes. A good way to kick this off is by actually installing Kubernetes and setting up our environment using Kubeadm. Let’s start off with some of the requirements: 3 CentOS 7 VMs with… Continue reading CKA Preparation: Setting Up a Kubernetes Cluster with 2 Nodes

Using Molecule for Testing Ansible Roles

Over the last few weeks I found myself working on an Ansible role for one my clients. Unfortunately developing this role is not a piece of cake, so my “old ways” of testing weren’t going to cut it this time around. Let’s be honest.. even if you virtualize your local test environments with something like… Continue reading Using Molecule for Testing Ansible Roles