How to run AWS DataSync on local Kubernetes cluster?

0

https://docs.aws.amazon.com/datasync/latest/userguide/deploy-agents.html explains how to:

  • Deploy your agent on VMware
  • Deploy your agent on KVM
  • Deploy your agent on Microsoft Hyper-V
  • Deploy your agent on Amazon EC2
  • Deploy your agent on AWS Snowcone
  • Deploy your agent on AWS Outposts

How can one deploy a DataSync Agent in a Kubernetes cluster?

asked 2 months ago114 views
2 Answers
0

Hi Alexandru, DataSync agents cannot be deployed as containers at this time.

AWS
answered 2 months ago
0

A good soul said one would need to:

  • download an instance of the agent
  • convert the qcow2 image to a docker image and store it in some docker registry
  • remove any secrets from the docker image and turn them into kubernetes secrets
  • convert all the startup scripts they wrote into a docker entrypoint & init system
  • run in a job/pod with 64G ram
  • redo this every time the upstream image changes
answered 2 months ago
profile picture
EXPERT
reviewed a month 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