By Chris
Hello, I have the solution that creates and destroys droplets whenever needed - multiple $5 instances that live for a couple of hours max. When these droplets are created - the application installed there immediately notifies my “service discovery” about their IP addresses. My admin/master application can query service discovery - obtain their IP and send them a task to perform.
Service discovery and master application are accessible by domains/subdomains, and these have their Let’s encrypt certificate set.
The problem is - how my master application can speak to these droplets in a secure way. The IP constantly changes as droplets are destroyed and recreated (from snapshot).
Do I need to write a script that creates a self-signed certificate during power up?
I’m aware of private IPs, but worker droplets can be created in different data centers.
Appreciate ideas
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
I could suggest two things in this case:
One option is to add the Droplets behind a load balancer for example and do the SSL termination there. That way you will not have to add an SSL certificate to each Droplet.
An alternative solution is to either as you mentioned generate a self-signed SSL and add it to the new Droplets, or have the certificate already generated and stored in your snapshot so that you don’t have to generate a new certificate each time.
A third option is to have an Ansible playbook that adds the certificate to the new Droplets once they are created.
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.