Bake files into an EBS volume and attached to an EKS Pod

0

How do you bake files into an AWS EBS volume and mount it to a pod in an EKS cluster?

Not allowed to build containers and have to figure this out before we move to a new AWS instance.

Any ideas?

profile picture
asked 18 days ago142 views
1 Answer
0
Accepted Answer

Found this answer on how to attach the EBS volume to a pod.

https://repost.aws/questions/QUDjnyA_QqQvqRyR4gwrDEog/how-to-create-a-pv-and-pvc-from-ebs-in-eks

Looks like we can use a Packer Builder to copy the files to the EBS Volume.

https://developer.hashicorp.com/packer/integrations/hashicorp/amazon/latest/components/builder/ebsvolume

Now to figure out how to sequence it into a terraform pipeline.

profile picture
answered 18 days ago
profile picture
EXPERT
reviewed 18 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions