alienscience
@alienscience@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Should I keep shared or separate k8s clusters? 2 months ago:
Just to add to this point. I have been running a separate namespace for CI and it is possible to limit total CPU and memory use for each namespace. This saved me from having to run a VM. Everything (even junk) goes onto k8s isolated by separate namespaces.
If limits and namespaces like this are interesting to you, the k8s resources to read up on are
ResourceQuota
andLimitRange
. - Comment on How much 1 TB of egress costs by cloud provider 8 months ago:
For a fun comparison, a reasonable 1TB USB Stick costs slightly less than 1TB of AWS egress.