Custom Docker Images¶
https://github.com/norwoodj/helm-docs/blob/master/README.md https://pre-commit.com/#install https://github.com/norwoodj/helm-docs https://keepachangelog.com/en/1.0.0/
k8s best practices for images: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-how-and-why-to-build-small-container-images
For the task of creating my own images I got inspired by the setup from k8s-at-home and of it's contributers like onedr0p
Testing¶
Use GOSS.
Use dgoss locally which is just a docker wrapper for goss.
References¶
- [CSI]: Container Storage Interface
- [IOMMU]: Input-Output Memory Management Unit. Used to virualize memory access for devices. See Wikipedia