kpack¶
kpack is a Kubernetes-native tool used to build OCI images directly within a Kubernetes cluster.^[400-devops__03-Containerization__kpack.md]
Overview¶
kpack provides a mechanism for building container images on Kubernetes (referred to as k8s in the source).^[400-devops__03-Containerization__kpack.md] It allows for the automation of image creation workflows without requiring external build systems, integrating the image build process directly into the cluster environment.
Sources¶
^[400-devops__03-Containerization__kpack.md]