Comment on What's the best approach to deploy a static website to K8s cluster from a CI pipeline?
deadbeef79000@lemmy.nz 1 year ago
Static website? Upload to S3 via CI and serve it from there.
It’ll cost cents per month.
K8s is obscene overkill.
I assume all the cloud vendors have an S3 equivalent.
Pulp@lemmy.dbzer0.com 1 year ago
Why not just use cloudflare pages ? Free
deadbeef79000@lemmy.nz 1 year ago
Didn’t know about them!
I personally use GitHub pages for mine, now.
xinayder@infosec.pub 1 year ago
I don’t like Cloudflare and I try to steer away from them.
Using Codeberg/GitHub/GitLab pages was an option as well, but I wanted to have it self-hosted so I have more flexibility and I get to use and customize Caddy to my liking.