Seamlessly integrate Kaniko, a powerful container image builder, with your ZenML pipelines. This integration allows you to build container images without relying on Docker, making it ideal for environments where Docker is not available or when you're already familiar with Kubernetes.
zenml image-builder register <NAME> \
--flavor=kaniko \
--kubernetes_context=<KUBERNETES_CONTEXT>
zenml stack update -i <NAME>
Expand your ML pipelines with more than 50 ZenML Integrations