This message was deleted.
# general
s
This message was deleted.
b
Hi @acoustic-leather-68121 What type of dedicated server? You could write some dynamic providers to be able to do this but it would be real uncharted territory
a
Hi @broad-dog-22463, thank for your answer. Our customers have some CentOS VPS, and these servers were manually managed by our customers, not by cloud. I want to deploy and mange some docker containers on these servers.
b
@acoustic-leather-68121, then in theory it is possible - you would need to write your own dynamic provider to act and ssh into your machines and manage them that way - but it's certainly not the tried and tested way in the Pulumi world 😕
a
Ok, I will try to play around with dynamic provider. Anyway, thanks for your kind support 🤗
b
No worries - just for reference, here is a sample implementation https://github.com/pulumi/examples/tree/master/aws-ts-ec2-provisioners
👍 1
notice we are using a dynamic provider to ssh into machines that are created