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?

gefragt vor 3 Monaten128 Aufrufe
2 Antworten
0

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

AWS
beantwortet vor 3 Monaten
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
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen