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:

2021
Aug
8

Docker Compose to Kubernetes with Kompose

Kompose

Kompose is a great tool, billed as the meeting ground of Docker Compose and Kubernetes (Kubernetes + Compose = Kompose). In this article we will give a brief overview of using Kompose to move workloads from Docker Compose to Kubernetes. Docker to

2021
Aug
6

Kustomize 101

Kustomize introduces a template-free way to customize application configuration that simplifies the use of off-the-shelf applications. – kustomize.io Kustomize for Kubernetes application customization The first time I read that statement, well…. I read it again…and again. It never really sank in until