anycast/index.html
Simon Marsh 22d00ccae1
All checks were successful
continuous-integration/drone/push Build is passing
tweak wording
2023-05-28 11:41:48 +01:00

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>burble.dn42 anycast status</title>
</head>
<body>
<div>
<nav class="navbar navbar-light bg-dark">
<div class="container-fluid py-2 px-4">
<a href="/"><img src="/burble-dn42-64-white.png" height="40"/></a>
<span class="h2 text-light">Anycast Status</span>
</div>
</nav>
</div>
<div class="m-5">
<p>
This page shows the live status of burble.dn42 anycast and dynamically routed services.<br/>
Each node runs health check scripts that update every minute with the results distributed by the nats.io cluster.
</p>
<div class="container py-3" id="anycast"></div>
<p class="mt-5">Additional Notes:</p>
<ul class="fst-italic">
<li>The Vault cluster should only have one active node at any point, with the remaining nodes in standby and appearing as 'failed'.</li>
</ul>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>