🏆 DevOps Challenge: Copy a File To/From a Distroless Kubernetes Pod
Did you know that `kubectl cp` needs the `tar` binary in the target container to work? And what if there is no tar inside, but you need to move some files around for debugging? 👇
https://t.co/YKuLXPKHYW
I quit my job to lead @openfaas full-time. Stars do not put food on the table, and neither will 5USD sponsorships, but your support is priceless.
Read my story, and if you've benefitted on any level from my efforts, consider joining me on this journey 👏
https://t.co/bWrdE0fjs2
I wrote a doc:
CRFS: Container Registry Filesystem
https://t.co/PrmmMD2lYw
"CRFS is a read-only FUSE filesystem that lets you mount a container image, served directly from a container registry (such as https://t.co/b7hTisvo5R), without pulling it all locally first."
Code later