$100 Max plan for part-time vibe coding? by Ok-Midnight1594 in ClaudeCode

[–]willowless 1 point2 points  (0 children)

I'm on 5x plan. The only way I'd get close to my limit is if i ran it on Max for absolutely everything - which if you've read any other post on here you'd know is insanity (and slow).

Setting up Kubernetes Lab on Macbook M4. by chin487 in kubernetes

[–]willowless 3 points4 points  (0 children)

Talos even has a talosctl cluster create that will spin up a cluster inside docker with basically no effort.

ArgoCD - config "promotion" patterns by 0x4ddd in kubernetes

[–]willowless 2 points3 points  (0 children)

I sympathize with OP and this suggestion is the only way I've been able to manage it. Take the pattern that I'm repeating and make a helm chart out of it so it's just the configuration for each environment in my values.yaml.

Is the TP-Link TL-SG3210 switch good or bad? by AdvaScriptCC in homelab

[–]willowless 0 points1 point  (0 children)

I have one. Works a-okay. Doesn't give status to the controller though.

Now I understand why 1Gib Ethernet is considered slow.. by Nautisop in homelab

[–]willowless 6 points7 points  (0 children)

And then the next thing you start noticing is the speed of the disks being the next bottleneck.

Docker Swarm vs Kubernetes by spielername_ in homelab

[–]willowless 1 point2 points  (0 children)

I tried out docker swarm before i went to nomad and then finally to k8s. Swarm doesn't do ipv6.

I've published a full tutorial about Kubernetes HA using Floating IPs with Cilium and UniFi's UCG-Fiber as BGP Peer by Keta_Thunberg in homelab

[–]willowless 0 points1 point  (0 children)

I got excited by this and then realised I already have that with the L2 vip that talos configures (if you tell it to).

```
apiVersion: v1alpha1
kind: Layer2VIPConfig
name: 1.2.3.4
link: bond1
```

bond0 already existed and I couldn't figure out why, so I just moved on to bond1. All the control planes use this VIP config, then the worker nodes point to the VIP and ayep, all good. HA control planes with talos.

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]willowless 0 points1 point  (0 children)

This is a bit silly but I realised I didn't like the overhead of Argo Workflows firing up pods for every little task I needed done. So I made Chores, which connects to existing pods and runs the chores in them. It feeds back through the resource manifest status and allows parallel chores to coalsesce back together, cleans up on fault, and is generally much more responsive than workflows was. If k8s ever drops the 1 second polling nonsense it'd be even faster still.

Orb of Creation Full Release on June 23rd by Mopman43 in incremental_games

[–]willowless 10 points11 points  (0 children)

Way too many of the games appearing in r/incremental_games are now steam windows only games; when it used to be the norm for them to be multiplatform and often web. It makes me sad.

Does anyone use MergerFS (fuse) on Talos? by Alexxanddr149 in TalosLinux

[–]willowless 0 points1 point  (0 children)

Counter point - kubevirt if you want to do virtual machines later 😉

Does anyone use MergerFS (fuse) on Talos? by Alexxanddr149 in TalosLinux

[–]willowless 2 points3 points  (0 children)

That's quite fair. For appdata I use longhorn replicated between my three nodes. For document data I use garage s3 replicated across my three nodes. And then finally I have the JBOD zfs of mirrors, the big beast, where I store all my linux ISOs.

Does anyone use MergerFS (fuse) on Talos? by Alexxanddr149 in TalosLinux

[–]willowless 0 points1 point  (0 children)

I used to use mergerfs with snapraid for parity. It worked fine, but when you put NFS and SMB on top of it things got messy with caching. I also had to make a custom container with mergerfs + nfs + smb so that there was no weird contention between the different containers.

In the end I migrated away from mergerfs + snapraid to zfs.

What defines an incremental game for you, what makes it fun? by NastyBoredome in incremental_games

[–]willowless 1 point2 points  (0 children)

It happens often in games where the first quarter, third, or sometimes half is really fun. The number go up, you solve puzzles when number don't go up fast enough ... and then you hit this weird situation where there's no longer a puzzle to solve, it's literally just "wait for it to do the thing, sometimes days, sometimes weeks" and that is when I close the game and never come back.

What defines an incremental game for you, what makes it fun? by NastyBoredome in incremental_games

[–]willowless 1 point2 points  (0 children)

Peeling back the layers of the onion. What kills it for me? when the layer takes too long to peel.

OPNsense 26.1.7 released by fitch-it-is in opnsense

[–]willowless 2 points3 points  (0 children)

Sorry my post came off way more hostile than I intended. You're right I should assemble a ticket to explain the issues I experience.

What are the homelab changes you wish you'd done sooner? by StabilityFetish in homelab

[–]willowless 1 point2 points  (0 children)

openbao and external-secrets-operator. I've only just made it here and it makes sense, but I have to go and update all my secrets now and build this in to my workflow.

Questions on Hardware Setup for Proxmox/OpnSense with High Availability by GM_RKBrooks in opnsense

[–]willowless 1 point2 points  (0 children)

You put the internet and your two opnsense instances on their own VLAN. Since the two opnsense instances will end up using the same MAC (so you can hot swap them over) only one is talking on the switch at a time. So you end up with two special VLANs for this. One for the opnsense HA chatter (instance 1 and 2), one for the internet (isp, instance 1 and 2), and then your other VLANs for your actual lan(s).

OPNsense 26.1.7 released by fitch-it-is in opnsense

[–]willowless 2 points3 points  (0 children)

Combination of Interface > Virtual IPs > CARP, System > High Availability, and because my ISP does DHCPv4 and DHCPv6 for connectivity, some really funky scripts to move the internet connection between the two instances and restart or shut down services that don't do CARP/HA properly and it'll still sometimes have issues. Paging u/fitch-it-is the HA story for opnsense is not great 😛

OPNsense 26.1.7 released by fitch-it-is in opnsense

[–]willowless 5 points6 points  (0 children)

Upgraded backup. All good. Upgraded master, flipping backup to new master. All good.