2022
Jul
7

In the beginning….there was Envoy

Ok, well, that definitely isn’t true. Plenty of things preceded Envoy, nginx, Apache, HAProxy etc. So, what exactly is Envoy? From the good folks at Envoy we get the description: “Envoy is an open source edge and service proxy designed for cloud-native applications.”

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.