Hands-on Introduction to Kaniko
In this episode, we'll guide you through everything you need to know to get started with Kanikošæ Rawkode LiveHosted by David McKay / š¦ https://twitter.com/rawkodeWebsite: https://rawkode.liveDiscord Chat: https://rawkode.live/chat#RawkodeLiveš° Timeline00:00 - Holding screen00:30 - Introductions02:55 - What is Kaniko?08:20 - Building an Image27:30 - Build Caching40:00 - Image Snapshottingš„ About the GuestsTejal Desai Google Cloud Platformš¦ https://twitter.com/tejal29š§© https://github.com/tejal29šØ About the TechnologiesKanikokaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster.kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace.This enables building container images in environments that can't easily or securely run a Docker daemon, such as a standard Kubernetes cluster.kaniko is meant to be run as an image: gcr.io/kaniko-project/executor. We do not recommend running the kaniko executor binary in another image, as it might not work.š§© https://github.com/GoogleContainerTools/kaniko