An open API service indexing awesome lists of open source software.

https://github.com/bretfisher/initcontainers

Kubernetes initContainers examples and good defaults
https://github.com/bretfisher/initcontainers

Last synced: 2 months ago
JSON representation

Kubernetes initContainers examples and good defaults

Awesome Lists containing this project

README

          

# Kubernetes initContainers examples and good defaults

A companion repo to the YouTube video "[Init Container Examples: Learn Kubernetes Pod Spec Features](https://youtu.be/Ezz03l2JDmE)"

[![Init Container Examples](https://img.youtube.com/vi/Ezz03l2JDmE/maxresdefault.jpg)](https://www.youtube.com/watch?v=Ezz03l2JDmE)

> Learn Kubernetes Init Containers by example and when not to 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.

- [Init Container Docs](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
- [Init Container Example in Docs](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container)
- [Init Container Status](https://kubernetes.io/docs/tasks/debug/debug-application/debug-init-containers/)
- [fsGroup changes in 1.20](https://kubernetes.io/blog/2020/12/14/kubernetes-release-1.20-fsgroupchangepolicy-fsgrouppolicy/)