| GitHub | https://github.com/ipsi |
| Blog | https://www.andrew-thorburn.com/ |
| GitHub | https://github.com/ipsi |
| Blog | https://www.andrew-thorburn.com/ |
One of my OG #HomePods decided to blow a fuse or something tonight - sudden popping sound, repetitive playing of a very loud sound, extremely hot to the touch, lovely smell of burning plastic. I’ve put it outside (on concrete!) the hope that it’ll cool off and not burst into flames.
If that doesn’t work, I might to organise a group call between the fire department, the bomb squad, and an exorcist 🤔😬
I really want to like Docker Swarm - it's *very nearly* a simple alternative to K8s, but is sadly missing a few things I would really, really like:
* Can create config-maps! But they're immutable - if you want to change it you need to delete the associated stacks, delete the config, create the config, create the stack 😬
* Can't assign static IPs. I realise that's a bit awkward with a "create N replicas" thing, but something like "10.0.0.[1-4]" would be great.
If you really want to use VLANs, then at the very least stick to one per Ethernet port per computer.
Having multiple small, cheap computers is in many ways less painful than having one large, powerful PC and plonking a thousand docker containers on it.
Some of that is just Docker being an awkward fit for hosting lots of stateful apps. Part of it is that although the alternatives (e.g., Proxmox) are more flexible, they're *way* less plug-and-play, at least for what I'm doing.
I'd also like to give a shoutout to OpenSearch (and probably also ElasticSearch) for being probably the best log-search application while *also* the hardest to stand up (by a _huge_ margin), *and* the most brittle. It _really_ doesn't like running in Docker Swarm 🤔
Could be related to running the swarm nodes on different VLANs, so going to nuke it all and try again now that's fixed. If it still struggles to work, then I guess it's back to grep for searching logs...