supersheep
@supersheep@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on k8s storage (CSI) 1 week ago:
I can confirm that the resource usage is quite low indeed. I only used it with Nomad instead of Kubernetes, so I can’t comment on how to best migrate PVs and PVCs.
- Comment on k8s storage (CSI) 1 week ago:
I’m currently using Piraeus / LINSTOR and am quite happy with it: github.com/piraeusdatastore/piraeus
- Comment on Is there a self hosted mTLS manager? 1 month ago:
VaulTLS: github.com/7ritn/VaulTLS
- Comment on Backups: Am I doing this right? 11 months ago:
In theory the database can end up in an invalid state when you leave the database container running. What I do for most containers is to temporarily stop them, backup the Docker volume and then restart the container.