2021
Aug
21

Troubleshooting Pending Pods

You’ve finally taken the leap and deployed your workloads on Kubernetes, what could possibly go wrong? As you no doubt have experienced, A LOT, A WHOLE LOT! Don’t let it deter you though, everything is prone to failures and misconfigurations. We are

2021
Aug
13

Kustomize 101: Part 2 – Configuration Data

In the previous article we tackled some of the very basic functionality of Kustomize. Today we will extend a bit upon this and see how we can create customizations for ConfigMaps through the configMapGenerator. All examples are available on our github page.

2021
Aug
10

Getting Started with Minishift

Minishift is a tool that helps you run OKD locally by launching a single-node OKD cluster inside a virtual machine. With Minishift you can try out OKD or develop with it, day-to-day, on your local machine. – okd.io Minishift is the OpenShift

2021
Aug
10

Cheat Sheet: Kubernetes Secrets

Nothing fancy here, just a cheat sheet. I get tired of searching the Kubernetes docs for certain things and really just wanted it in one place…so…yea…this happened. Environmental Variables: Creation IMPERATIVE DECLARATIVE Secrets: Creation DOCKER-REGISTRY: IMPERATIVE DOCKER-REGISTRY: DECLARATIVE GENERIC: IMPERATIVE LITERALS GENERIC: