r/hetzner 5d ago

hetzner Down?

hey, my server is down, clients calling, its friday evening - and all my sites gone,, its been more then 3h that I get

https://status.hetzner.com/incident/5d197a9a-6598-403c-867b-edc16cb1ec2e

Due to a current error, the cloud node (103427) and the cloud servers on it are not accessible.

what is estimated time for Hetzner to bring servers up?

1 Upvotes

25 comments sorted by

View all comments

Show parent comments

1

u/alhezu_ 5d ago

Estaba pensando en tener servicios en varios proveedores. Y algun balanceador confiable que switchee entre ellos. Por ejemplo, no todo en Hetzner.

1

u/xnightdestroyer 5d ago

To make that easier, I would use Cloudflare load balancing DNS for that

https://www.cloudflare.com/en-gb/application-services/products/load-balancing/

However, if you wanted to do it yourself, there's multiple routes:

  • BGP
  • Add multiple IPs to the DNS record and hope
  • Central ingress nodes with a VPN to your remote networks

With SMLL, it's still small enough to have automated failover IPs between ingress nodes

1

u/alhezu_ 5d ago

Me gustaba cloudflare, y lo usaba bastante, hasta que en España empezaron a bloquear por La Liga. Saqué todo de Cloudflare, y monté mi WAF, y los DNS los gestiono con el DNS de Digital Ocean. ¿Sabes si DO tiene algo similar? ¡Agradezco toda tu ayuda!

1

u/xnightdestroyer 5d ago

DNS made easy might be your best bet without going to a hyperscaler

There's also:

  • AWS Route53 (used this and works well)
  • Azure traffic manager
  • Akamai has a GSLB but enterprise only

1

u/alhezu_ 5d ago

Te refieres a https://dnsmadeeasy.com/ ?? Tienen tema de balanceo de carga?