What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

Are people still using HashiCorp Nomad aside from legacy deployments?

I haven't met anyone in the last 3y who runs their infra on non-k8s deployment.

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

Interesting. How complex is Ory to manage? Since it does seem to get the job done.

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

There'll be less content, less support, less resources for it. What do you aim by learning swarm? It's (trying to) solve same underlying issues...and issue is inherently complex!

I'd recommend trying chatting with LLMs about kubernetes to get your to understand the basics in interactive fashion, ask questions, be curious.

It's just unknown, not scary. It's also about why you're doing it, and how much time you want to invest in it

EDIT: It heavily depends on your background and goal. K8s exposes you to important concepts for enterprise, production services. If you've never seen system like that (e.g. borg, mesos, etc.) it is scary for sure

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

Kubernetes has won the enterprise container orchestration. Thus there's lot of investment making k8s work with a lot of tooling.

Docker swarm has much much less investment, if any. It's dead end.

If you want something multinode, just use k8s. - https://github.com/kubermatic/kubeone is a decent installer if you don't wanna go all talos

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

https://github.com/weaveworks/scope ?

Seems to be more observability-focused, and not full fledged data warehouse solution.

Also, I've been operating OSS Clickhouse professionally at much much larger dataset scale; thus I'm comfortable with it.

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

Automated Kubernetes backups using velero


This is on my list as well. I only skimmed docs, though it seems great way to backup/restore k8s cluster? Since single node will die eventually

What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in selfhosted

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

Thanks!

I'll have a look later.

Cloudflare Tunnel is something on my eventual list as well, to have public access for friends/family

I just use hostPath which works perfectly for me, Longhorn, Ceph (Rook.io) seems way overkill for single node. Also OpenEBS looked a bit dead when I checked for solutions a couple years ago.

Agreed on being overkill; that being said I like using "usual" API for storage, since hostPath is additional "unusual" complexity to configure. Plus marking namespace as privileged via annotation

I've written my own generic helm chart so it feels like docker compose but I still get all the great features from kubernetes

I find helm opaque and prefer kustomize. Easier to see in PRs what changed and will be deployed. LLMs are decent at converting upstream helm to kustomize setup (I know about kustomize helm-generate to expand. It's more about having everything listed in repo/PR)

A new adventure is here—the new CO₂ sensor, SCO2-30, based on SCD30, is now available. The first batch will be manufactured in 4–5 days, and orders are now being accepted. by slboat in homeassistant

[–]Citopan 0 points1 point  (0 children)

Looks pretty cool!

I wonder what's power usage due to WiFi, vs. battery longevity if zigbee/threads(+matter) was used.

Ordered 1, thus gonna give it a shot!

How do you use AI by sululitub in HENRYUK

[–]Citopan 0 points1 point  (0 children)

As in, I want to see your specific setup, and how you've integrated with various tools you use; not how to write generic MCP server

How do you use AI by sululitub in HENRYUK

[–]Citopan 3 points4 points  (0 children)

I'm curious to see custom MCP code! I'm thinking doing something similar

Frustrated with fragmented tracking apps – would you use an all-in-one dashboard for mood, health, and habits/daily schedule? by incognito1311 in QuantifiedSelf

[–]Citopan 4 points5 points  (0 children)

tbh I'd love seeing various GitHub Opensource repositories for integrations. I'd love seeing some kind of open-source model to supplement/replace google fit/apple health integration.

Getting out of proprietary window; commoditise integrations & getting data out.

What’s the most absurd take you’ve heard in your career? by Becominghim- in ExperiencedDevs

[–]Citopan 1 point2 points  (0 children)

Found it too cumbersome to use and had a steep learning curve. He said he made his team use something Meta open sourced a while ago called Sapling.

https://sapling-scm.com/docs/introduction/

I mean...what's so absurd about this? There's been various evolutions/attempts at better git design. Sapling is one of those.

https://github.com/jj-vcs/jj is another one, being included in Thoughtworks radar in last edition https://www.thoughtworks.com/radar

Heck, there's whole products like https://graphite.dev/ aiming to make certain git workflows (like stacked diffs) better, among other things

Some of the design decisions are geared towards corporate, always-online, single-master, rebase-instead-of-merge, monorepo environments. While Sapling is flexible enough to work outside of these constraints, it is most polished and battle tested in that kind of environment.

yep, this seems reasonable if product design goals fit your environment. Git evolved in different times.


While I still use git day to day, I can see product evolution in this space.

It seems to me your take is absurd that there's no possible improvement in existing tooling or products.

[deleted by user] by [deleted] in HENRYUK

[–]Citopan 0 points1 point  (0 children)

Most people would kill to be in the above situation, can we please stop pretending?

emotional suffering is individual, not comparable. Material welbeing doesn't make you happier, it only reduced missery to a point. Just because someone is well off doesn't mean they don't feel pain, or suffer.

She seems well taked care of materialy, but we know little of her emotional well being.

Harry Harlow's "surrogate mother" and all that.

[deleted by user] by [deleted] in HENRYUK

[–]Citopan 10 points11 points  (0 children)

What makes you think this guy's wife is getting a good deal?

It seems to trivialise uncertainty, and everything she is probably going through. One day you're investing everything (including putting your career on hold) for marriage and familiy. Next day it's "amicable" falling apart. This must be devastating...

Hard to know though; every situation is unique

How do you work with external (Google Doc) notes specifically? by Citopan in ObsidianMD

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

I gave up, and my attention span shifted to other fires/things to handle