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
- Host: GitHub
- URL: https://github.com/bretfisher/initcontainers
- Owner: BretFisher
- License: unlicense
- Created: 2022-08-08T21:29:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T03:27:03.000Z (about 1 year ago)
- Last Synced: 2025-03-16T01:59:49.506Z (7 months ago)
- Size: 9.77 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)"
[](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/)