https://www.cloudfoundry.org/technology/korifi/ is the familiar Cloud Foundry abstraction ported over to Kubernetes clusters. It brings a multitenant experience to Kubernetes and helps app developers consume clusters with ease.

In this tutorial, we will cover how to install Cloud Foundry Korifi on a K3s cluster. We will first install Kubernetes — in the form of K3s — and then install Korifi CRDs to the cluster.

By using kpack, developers can adopt a cloud native approach to building and packaging applications to deploy on Kubernetes clusters.

Related Articles