Hello folks

I would like to orchestrate my deployments with Go.

I assume in order to do this, I would have the machines in an environment 
be go-agents. If I wanted to do this on AWS for example, I could have a 
base AMI that comes up with the go-agent pre-installed. This agent would be 
configured to contact the go-server, then get work handed to it to it.

The thing is - if I have multiple environments and my machines in that 
environment get torn down and recreated with every deployment, that would 
result in the agents periodically disappearing and coming back to register 
with the server. In this scenario, can I auto-register the agent in a 
secure way with the server? Can I also auto-assign tags and resources to 
the agent so that it comes up with those pre-configured, ready to accept 
the right kind of work from the server?

Am I thinking about this correctly? Should I think about doing this another 
way?

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to