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
Read More
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:
Read More
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
Read More
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
Read More