Kubernetes 1 28 - Sidecar Containers

Sdílet
Vložit
  • čas přidán 14. 06. 2024
  • 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
    CastAI - cast.ai/
    Cisco - www.cisco.com/
    Komodor - komodor.com/
    Sysdig - sysdig.com/
    slim.ai - slim.ai/
    ►►►Connect with me ►►►
    ► Kubesimplify: kubesimplify.com/newsletter
    ► Newsletter: saiyampathak.com/newsletter
    ► Discord: saiyampathak.com/discord
    ► Twitch: saiyampathak.com/twitch
    ► CZcams: saiyampathak.com/youtube.com
    ► GitHub: github.com/saiyam1814
    ► LinkedIn: / saiyampathak
    ► Website: / saiyampathak
    ► Instagram: / saiyampathak
    ► / saiyampathak
  • Věda a technologie

Komentáře • 4

  • @DipankarDas-cm1zs
    @DipankarDas-cm1zs Před 10 měsíci +2

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

  • @mrrishiraj88
    @mrrishiraj88 Před 10 měsíci +1

    Good evening

  • @simo47768
    @simo47768 Před 9 měsíci

    Hi
    Thanks. Great explanations.
    Which tool are you using to draw on the screen?

  • @maheshmoholkar8088
    @maheshmoholkar8088 Před 10 měsíci +1

    😮