TailScale
ZeroTier
ngrok
Netmaker
OpenVPN
WireGuard
NetBird
Nextcloud
Traefik
AWS Elastic Load Balancing
nginx
Google Cloud Load Balancing
Nginx Proxy Manager
Docker Hub
Apache Thrift
Eureka
TailScale
TraefikThey make the already great wireguard even better! Installation and configuration is a breeze, can easily connect to machines behind firewall(s) without altering anything.
Definitely made life easier.
Based on our record, TailScale seems to be a lot more popular than Traefik. While we know about 545 links to TailScale, we've tracked only 43 mentions of Traefik. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Tailscale (or any private mesh VPN) connecting that box to every developer's laptop. - Source: dev.to / 3 days ago
Tailscale gives you a private VPN to access your homelab from anywhere - no port forwarding, no dynamic DNS headaches. - Source: dev.to / 6 days ago
Tailscale + exit node for clean IP rotation. - Source: dev.to / about 1 month ago
Tailscale is how every machine in the stack is reachable from outside the local network. All four machines are on the same Tailnet, which means I can reach any service from anywhere without opening ports or maintaining a VPN server. - Source: dev.to / about 2 months ago
Still the most reliable setup, honestly. SSH into your machine over Tailscale (or Mosh if your connection is rubbish), reattach your tmux session, carry on. Free, works everywhere, been around forever. The downside is it's all terminal and you need to know your way around. Not exactly mobile-friendly either. Typing SSH commands on a phone keyboard is proper painful. - Source: dev.to / 3 months ago
Everything HTTP goes through Traefik. It's the reverse proxy in front of every Docker-hosted service, and the main reason I chose it over Nginx or Caddy is Docker-native autodiscovery. When I bring up a new container with the right labels, it appears behind a subdomain with automatic TLS, no config file reload required. That removes enough friction that I'm less tempted to leave things running unproxied on bare... - Source: dev.to / about 2 months ago
Traefik (v3.6) is a cloud-native edge router that watches Docker, Kubernetes, and other providers for service changes. When you deploy a new container with the right labels, Traefik automatically creates a route and provisions an SSL certificate. Configuration is split between a static config file (entry points, providers) and dynamic config (Docker labels on each service). - Source: dev.to / 5 months ago
Traefik (v3.6) is a cloud-native edge router written in Go. It watches Docker, Kubernetes, and other providers for service changes and automatically creates routes based on labels. Configuration is split between a static config file and dynamic config via labels or files. Traefik has been around since 2016 and is widely used in production orchestration environments. - Source: dev.to / 5 months ago
Traefik is a modern, cloud-native reverse proxy and load balancer that also serves as a Kubernetes Ingress Controller. It acts as an in-cluster application that integrates with the Kubernetes API to automatically detect Ingress resources and dynamically configure itself to route incoming HTTP/HTTPS traffic to the appropriate backend services within the cluster. - Source: dev.to / 9 months ago
Then we started looking into Kong alternatives, and found multiple options: Envoy, Traefik, etc... But migrating from Kong plugin into those would be a bit painful and wasn't guaranteed to be smooth as we use a single domain and it can point to only one of those Ingress controllers. - Source: dev.to / 9 months ago
ZeroTier - Extremely simple P2P Encrypted VPN
AWS Elastic Load Balancing - Amazon ELB automatically distributes incoming application traffic across multiple Amazon EC2 instances in the cloud.
ngrok - ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.
nginx - A high performance free open source web server powering busiest sites on the Internet.
Netmaker - Netmaker automates mesh VPN's and software-defined networks using WireGuard.
Google Cloud Load Balancing - Google Cloud Load Balancer enables users to scale their applications on Google Compute Engine.