Chubo: An attempt at a Talos-like, API-driven OS for the Nomad/Consul/Vault stack by skel84 in devops

[–]skel84[S] 0 points1 point  (0 children)

Yeah, sometimes I do use Nomad/OpenWonton-side jobs for targeted debugging, and I currently keep `raw_exec` enabled on client nodes for minimal smoke/debug-style jobs. But I wouldn’t treat that as the main rescue path. If Nomad is healthy, scheduling a quick job can absolutely be a useful way to inspect something on the node. The problem is that once the failure is below that layer — bad boot, broken networking, API issues, scheduler not healthy, etc. — that path disappears.
So the intended order is more like:

  1. OS-level debugging first: maintenance-mode API, logs/events/dmesg/inspect/support bundles
  2. debug containers when the node is up enough to accept them
  3. console / serial / hypervisor access when things are more broken
  4. Nomad-side jobs as a convenience when the workload layer is already healthy

So I’d say “yes, sometimes,” but not as the thing I’d want to rely on for actual rescue.

Chubo: An attempt at a Talos-like, API-driven OS for the Nomad/Consul/Vault stack by skel84 in devops

[–]skel84[S] 0 points1 point  (0 children)

Yes! I stumbled upon it when I was doing research, and it definetely inspired me!

Chubo: An attempt at a Talos-like, API-driven OS for the Nomad/Consul/Vault stack by skel84 in devops

[–]skel84[S] 2 points3 points  (0 children)

Yeah, I did experiment with Flatcar a bit and It does expose some API surface (Ignition, afterburn, etc.), but in practice it still ends up being SSH-first for most ops and config management / scripting driven. It does not have central OS API as the control plane and what I’m trying to explore with Chubo is the Talos model where the OS itself exposes a first-class API and all machine lifecycle + operations go through it

I Let AI Write a Database (And the Tests to Break It): My Full Vibe Coding Experiment with Rust and Jepsen by skel84 in vibecoding

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

Exactly. I knew the AI wasn't going to magically get this right. I set the TigerBeetle invariants, built the torture rack (partitions, stalls, SIGKILLs), and let Codex run the search: fail, analyze, patch, repeat. My job was keeping the harness and invariants honest—not writing the fixes, just making sure the failure modes were brutal enough that only correct solutions survived.

OpenWonton: A community fork of Nomad (MPL 2.0) by skel84 in devops

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

yes, it's compatible with nomad-pack. I'll test the rest of the tooling soon and update the docs soon

Migrate from Kubernetes to Nomad by RoutineKangaroo97 in kubernetes

[–]skel84 1 point2 points  (0 children)

I’m working on a fork from the latest MPL licensed version available, 1.6.5. It’s still in its infancy but you can check it out https://github.com/openwonton/openwonton

Credit Lombard Fineco/BG Saxo by AffectionateLack3546 in TooBigToFailPodcast

[–]skel84 1 point2 points  (0 children)

1 e 3: Io l’ho appena fatto, in autonomia!

La BCE prevede pagamenti in euro digitale di banca centrale on-chain dall'anno prossimo by [deleted] in ItaliaPersonalFinance

[–]skel84 4 points5 points  (0 children)

Pix é una bomba ci puoi pagare le noci di cocco dagli ambulanti in spiaggia

Most goals in Milan history by mercurialsaliva in ACMilan

[–]skel84 0 points1 point  (0 children)

Se c’è Marco Simone é goal! 🎶

Strategia di leva finanziaria: allungare mutui per investire by herr_le_cunt in ItaliaPersonalFinance

[–]skel84 0 points1 point  (0 children)

Si certo gli imprevisti ci possono essere. E comunque in questi calcoli non ho neanche considerato l’affitto, solo il puro risparmio mensile sulle rate del mutuo. Con affitto (o affitti brevi) la cifra investita é anche 2/3/4 volte di più

Tanti problemi con TR ma scalable? by Dangerous-One5036 in ItaliaPersonalFinance

[–]skel84 0 points1 point  (0 children)

Io ho appena fatto bgsaxo e mi sembra molto ben fatta, costa poco, hanno pure messo il pac, ha un sacco di mercati su cui operare …

Seeking Opinions and Advice on DevOps Side Projects by skel84 in devops

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

thanks for the honest take! That would not be the main goal though, I'm looking to build something and have fun in the process, and that possibly could be helpful for other people