Hacker News new | ask | show | jobs
by bearjaws 885 days ago
Just make sure to host it on some other hosting provider. If you're on AWS, use GCP or Azure, etc..

A previous DevOps team I worked with brilliantly centralized everything into K8s, including the status page software. Then pushed a K8s update that broke everything...

1 comments

This is a common mistake until the first incident. Even AWS did it. Static files in their status page were hosted on S3 and when they had a fat-finger issue, their status page went down as well.