Lazy image pulling with eStargz #1436
jacksgt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I have recently taken a look at how we can benefit from eStargz-formatted container images on OKD.
From my experience, containers deployed on OpenShift always end up pretty big (for one reason or another), so downloading just the necessary bits can really make a significant difference (as opposed to deploying minimal containers with just a single binary inside).
In the end I arrived at the following MachineConfig manifests that sets up all the required bits and pieces.
Vadim has already given me some pointers for CoreOS Layering, but that's only available from 4.12 onwards, so it'll be something to look into next year. :-)
You can read the blog post for all the details and considerations: https://blog.cubieserver.de/2022/experimenting-with-estargz-image-pulling-on-openshift/
Beta Was this translation helpful? Give feedback.
All reactions