SHORTY – Add binaries to a Kubernetes Pod using an Init container
In this short article, I want to show you, how you easily can “inject” binaries to a Kubernetes Pod / Container, without building your own customized image for it. We can do so by using Init-Containers.
Read More »SHORTY – Add binaries to a Kubernetes Pod using an Init container