
The Cloud Native Computing Foundation, the group that shepherds a lot of open source infrastructure software, has promoted a project called K8gb from "sandbox" to "incubating". K8gb steers web traffic between clusters of servers in different parts of the world, so that if one location fails, visitors get quietly sent somewhere else.
What this changes for you: nothing
This is plumbing for organisations running applications across multiple data centres. The CNCF announcement names Millennium bcp, Portugal's largest privately owned bank, as an adopter, which reduced recovery times and reports 99.99% uptime across critical banking applications. That is the scale this tool is built for. If your business runs a brochure site, a booking form, and an online shop on a hosting account, none of this touches you.
It gets attention anyway because these announcements are how the industry signals what "serious" infrastructure looks like, and that language filters down into hosting sales pages. You will see "multi-region", "failover" and "high availability" offered as upgrades. Some of that is worth paying for. Most of it, at your size, is not.
The part worth borrowing
The idea underneath K8gb is DNS-based failover. DNS is the address book that turns your domain name into the location of the machine serving your site. When that machine is unreachable, DNS is what can point visitors elsewhere. Most small business sites have no elsewhere to point to. If the host goes down, the site is down until it comes back.
Whether that matters depends on your business. A restaurant losing its menu page for two hours on a Tuesday is an annoyance. A trades business whose quote form is the only way leads arrive is losing money by the hour.
What to do
Ask two questions next time you speak to whoever maintains your site. First: if the server hosting this fails, how long until it is back, and who notices? Second: where are the backups, and when were they last restored to check they work? Backups you have never tested are a guess, not a plan.
Reported by:


