Hands-on Introduction to Kaniko

2021-04-23

In this episode, we'll guide you through everything you need to know to get started with Kaniko


šŸæ Rawkode Live

Hosted by David McKay / šŸ¦ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat

#RawkodeLive

šŸ•° Timeline

00:00 - Holding screen
00:30 - Introductions
02:55 - What is Kaniko?
08:20 - Building an Image
27:30 - Build Caching
40:00 - Image Snapshotting

šŸ‘„ About the Guests

Tejal Desai

Google Cloud Platform


šŸ¦ https://twitter.com/tejal29
šŸ§© https://github.com/tejal29



šŸ”Ø About the Technologies

Kaniko

kaniko 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