And Now For Something Slightly Different… CodeReady Containers

less than 1 minute read

CodeReady Containers is the successor to MiniShift, which was itself derived from MiniKube. It’s purpose is to enable an OpenShift 4 based development environment on your local workstation.

In this post, I am going to show you how to build your own release of CRC using the community supported, OKD distribution of Kubernetes. OKD shares its code base with Red Hat OpenShift. The main distinction being that OKD is leveraging the upstream of Red Hat CoreOS, Fedora CoreOS.

See the following for more information on these projects:

Now, grab a little server and let’s build our own release of CodeReady Containers

Follow the tutorial here: CodeReady Containers with OKD

Updated: