Skip to content

Kubernetes-native build

Kubernetes-native build refers to the practice of leveraging Kubernetes ecosystems to directly construct container images, rather than relying on external CI/CD pipelines.^[kpack.md]

Key Characteristics

This approach involves building OCI (Open Container Initiative) images directly within a Kubernetes environment.^[kpack.md] By treating the build process as a native workload, it integrates the artifact creation lifecycle into the cluster's management plane.

Sources

^[kpack.md]