- secure the server properly
- credential management
- making sure of security updates
- observability
- backups
- automatic deployments
- anything else that is needed
Many thanks for any pointers
- secure the server properly
- credential management
- making sure of security updates
- observability
- backups
- automatic deployments
- anything else that is needed
Many thanks for any pointers
dapperdrake•2d ago
Start with introductory physical unix handbooks that cover user permissions, fork(2), and exec(2).
Oddly enough containers only add something like a git-fs-chroot and network-chroot on top. The principles are all still the same.
Like I said, I didn’t like this answer either until I read a few of the books.
bcye•2d ago