KPack
Prerequisites
- A Kubernetes cluster version 1.16 or later
- kubectl CLI
- Cluster-admin permissions for the current user
- Accessible Docker V2 Registry
Installing-kpack
-
Download the most recent github release. The release.yaml is an asset on the release.
version=0.2.2 && kubectl apply --filename k8s/kpack/release-$version-cert-sidecar.yaml -
Ensure that the kpack controller & webhook have a status of
Runningusingkubectl get.kubectl get pods --namespace kpack --watch
Tutorial
Follow the instructions here