Init Container Examples: Learn Kubernetes Pod Spec Features

preview_player
Показать описание
Learn Kubernetes Init Containers by example, and when to not use them. I quickly detail the basics of Pod spec initContainers and then I show off multiple examples of how. you might use them. Then I talk about status and fsGroup changes in Kubernetes 1.20.

Topics
======

Bret Fisher
=========

Music: Pancakes by Dylan Sitts

Chapters
========
00:00 Intro
00:24 Basics of Init Containers
02:13 Examples of Init Containers
06:49 Permission changes with fsGroup
08:22 Status of Init Containers

#pod #initcontainers #kubernetes
Рекомендации по теме
Комментарии
Автор

Hey man, you just helped me with mastering k8s. Thanks 😊

shivareddy
Автор

the only thing missing from an init containers is being able to run only once / deployment, daemonset, etc

alex.prodigy
Автор

For the first example couldn’t we achieve the same thing by using an emptyDir when creating the volume? That way no initContainer is needed ?

tonyc