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?

質問済み 3ヶ月前128ビュー
2回答
0

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

AWS
回答済み 3ヶ月前
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
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ