Connecting Cloud Apps to Industrial Equipment with Tailscale
wedgworth.dev·23h·
Discuss: Hacker News

In industrial automation, leveraging all the benefits of cloud-based web apps presents a big challenge. Connecting these cloud applications to equipment running on private local networks makes you start thinking of firewalls, security holes, and handling failover between two different ISPs — so IP addresses could change.

It can be so daunting that you’d be tempted to toss in the tower and host everything on-premise.

However, with modern tools like Tailscale, this challenge becomes more manageable. In my setup, I’ve leveraged Tailscale to securely connect a cloud-based Django web app, running in a Docker container on Heroku, to a containerized Flask API hosted on a local server.

This Flask API, sitting on the same private network as the in…

Similar Posts

Loading similar posts...