1125
The rule of growth
(i.imgur.com)
Behavior rules:
Posting rules:
NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.
If you have any questions, feel free to contact us on our matrix channel or email.
Other 196's:
If you've got a kubernetes cluster running on 10 different spot instances, isn't there a risk that all ten could be revoked at the same time? Even if they are built out across regions and availability zones?
Got my AWS architect cert 2 weeks ago.
What you can do is setup a spot fleet so it'll fill up with spots and only use on-demand if spot goes above the on demand price.
You could also have a pure spot fleet and a reserved instance and use a load balancer with health checks to route traffic.
The one thing you shouldn't do with cloud providers is lift and shift your existing instances, that's what leads to the crazy prices some people are seeing.
Renting an ec2 on demande and installing your software is almost always the wrong way to do it.
Ideally you'd have a baseline node group of traditional instances and use spot instances only for scale up.
I think that's though. PDBs and affinity rules should cover most cases. I'm just starting to dig into this though so I may be mistaken.
Counterargument: I don't need Lemmy to have 100% uptime. It's not a corporate service and while -- obviously -- if it's down all the time I would eventually move on, I'm not going to fault a not-for-profit entity for periodic failures.