I’ve been playing around (learning) kubernetes, and decided to start a project that woud have some practical application. Unfortunately, most of the kubernetes tutorials that you find on the Internet fall into one of two categories:
Because of how my brain works, I want something different. I want to
My project is a hubot deploymnet, with custom scripts, and a redis instance with persistent storage.
In this series, I’m going to walk through how I created a container for alice, the hubot instance that supports a team that I’m a part of, and how I moved it from a local microk8s instance into a kubernetes cloud service.