Kubernetes 1 28 - Sidecar Containers

preview_player
Показать описание
Kubernetes 1.28 introduced a new fancy alpha feature called SidecarContainer which simply means that for a init container you can define restartPolicy as always and use that as a sidecar container, you will be able to have that ordered as init containers are ordered in the sequence they are defined and then the main container starts, so you will be able to get exact start for your sidecar container. This reduces a lot of workarounds and complexities. In this video I go through

00:00 Introduction
01:05 Introduction to sidecar
02:17 Sidecar patterns
05:15 Sidecar container with Example
07:51 Problems pre 1.28
11:37 SidecarContainers alpha feature
13:38 Summary for all above
14:17 Deployment demo
16:18 Job Demo
18:04 Summary

Thanks to Org members for supporting my work

►►►Connect with me ►►►
Рекомендации по теме
Комментарии
Автор

adding a field in pod template and associated logic can have a lot of impact. amaing new feature

DipankarDas-cmzs
Автор

Hi

Thanks. Great explanations.

Which tool are you using to draw on the screen?

simo