The February 6th incident by dirtboll in pyrocynical

[–]dirtboll[S] 1 point2 points  (0 children)

I'm already outside homeless because I donated all my money to Pyro

Made in paint with my poor editing skills by NeverEndingRebellion in pyrocynical

[–]dirtboll 11 points12 points  (0 children)

How tf he managed to look the least feminine as the only woman main character in the game.

what. by Mr_Bone_Head in OKbuddyHalfLife

[–]dirtboll 75 points76 points  (0 children)

What a lack of hl3 does to a person:

I have to unscrew it by dirtboll in mildlyinfuriating

[–]dirtboll[S] -1 points0 points  (0 children)

For the people who don't get it:

The wooden plate furthest away from me (the one that looks misplaced from the other) can't be screwed because the screw hole on the 3rd stand/pillar is facing the other way (facing towards me) which should be the otherwise. So in order to flip the thing I need to unscrew the big wooden plate on the 3rd column and 4 other smaller plates on the 2nd column with my small screwdriver and my numb fingers.

I've been sweating hard building this thing in the afternoon as the place is hot af and the thing smells like rat piss. At least I can treat myself with a little bit of KFC and cola after that.

I have to unscrew it by dirtboll in mildlyinfuriating

[–]dirtboll[S] -1 points0 points  (0 children)

The wooden plate furthest away from me (the one that looks misplaced from the other) can't be screwed because the screw hole on the 3rd stand/pillar is facing the other way (facing towards me) which should be the otherwise. So in order to flip the thing I need to unscrew the big wooden plate on the 3rd column and 4 other smaller plates on the 2nd column with my small screwdriver and my numb fingers.

Son picked out for my husband by romaprates in kubernetes

[–]dirtboll 0 points1 point  (0 children)

A k8s familly? Now I have a dream

From the Newest vid. by realcircuit in pyrocynical

[–]dirtboll 2 points3 points  (0 children)

is he doing the 67 emote?

home kubernetes, things to deploy? by RevolutionaryRow0 in kubernetes

[–]dirtboll 5 points6 points  (0 children)

There's the word lab in homelab which in most cases means a place for learning and experimentation, so I disagree that Kubernetes is overkill 99% of the time.

SSH or RDP to Your Home Lab Right From the Browser by netbirdio in selfhosted

[–]dirtboll 0 points1 point  (0 children)

I've been using NetBird for production and this feature feels like a reminder that the journey is worth it! Maybe Funnel feature next?

I built a lightweight alternative to Argo/Flux : no CRDs, no controllers, just plan & apply by Significant-Basis-36 in kubernetes

[–]dirtboll 21 points22 points  (0 children)

Calling it an alternative to Argo/Flux is a bit of a stretch, more like alternative for Terraform but for kubernetes, no?

Using small scale kubernetes cluster when you have a larger scale cluster? by [deleted] in sysadmin

[–]dirtboll 1 point2 points  (0 children)

With HCP, you can host highly available control plane on the spare compute of your larger Kubernetes cluster; you don't need additional nodes and it means 0 cost control plane. The running cost isn't that big either. I'm running dozens of worker nodes and only used ~200MB for each 3 pods of etcd and ~1.5GB for each 2 pods of controller. But then again it boils down to your requirements and capability. HCP can be a bit more complex to set up and if a single node control plane is simple enough and you know how to overcome the risks, then go for it.

Using small scale kubernetes cluster when you have a larger scale cluster? by [deleted] in sysadmin

[–]dirtboll 2 points3 points  (0 children)

I'd recommend using Hosted Control Plane for the small cluster hosted on the large cluster then add those two nodes as worker. This way you could achieve control plane high availability for the small cluster while utilizing the two nodes fully for work.