distributing snapshots with most common images #3477
FernandoMiguel
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
Hi @FernandoMiguel, thank you for reaching out. This might be something you can accomplish with a bootstrap container, but let me double-check with the rest of the team. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I may have actually been overthinking this one and the functionality is actually baked in. You should be able to just boot up Bottlerocket with a second volume, load up your containers, and then snapshot from there. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In order to speed up start up of common Pods, and avoid depending on external registries, I'm planning to distribute a EBS snapshot with our mostly common used containers.
In order for this to work, I have few questions.
Can I spin a EC2 instance, attach a secondary EBS to it, pull the list of images with a containerd compatible too, detach the volume, snapshot, and then just use that as the secondary AMI of bottlerocket EKS nodes?
Will the images be in the expected location without any further config change?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions