$
kubectl get page 404
Error from server: page "404" not found
$
curl -I https://sasindu.dev/this-page
HTTP/1.1 404 Not Found
$
terraform apply -target=aws_page.this
Error: Resource 'aws_page.this' does not exist in the infrastructure.
$
docker logs page-container
CrashLoopBackOff: Container crashed due to missing content.
$
ssh root@cloud "find / -name 'lost-page'"
No such file or directory
$
cd /home