I’m on 0.18.1-rc.1 and I’m still seeing it.
- 3 Posts
- 13 Comments
Maybe I’m blind but I don’t see the sorting options you metion.
anthr76@lemmy.kutara.ioOPto Selfhosted@lemmy.world•GitHub - anthr76/lemmy-ks: Kustomizations and published OCI manifests to deploy Lemmy on KubernetesEnglish1·2 years agoI am :) you still need a PVC for the db though. Granted I plan on now moving that to nvme block storage.
anthr76@lemmy.kutara.ioOPto Selfhosted@lemmy.world•Anyone else running Lemmy with Kubernetes?English1·2 years agoFirstly, awesome to hear you’re using bjw-s app-template helm chart. He’s my good friend and former coworker :)
I’m also doing what @seang96@exploding-heads.com is doing.
While I don’t consider this completed yet I have posted how I’m doing things so far here
anthr76@lemmy.kutara.ioto Selfhosted@lemmy.world•Self hosted web based note applicationEnglish3·2 years ago+1 to Trillium. I looked long and hard on this before settling on obsidian with the livesync plugin.
My personal gotcha with Trillium was that it required sqlite over something like postgres and that web based editors was less important to me.
anthr76@lemmy.kutara.ioto Selfhosted@lemmy.world•Deciding between Kubernetes or Docker Swarm1·2 years agoI’m more of a Kubernetes the Hard way kind of person, but I think it can be suitable for certain production workloads. I’d trust a production workload on it way more then Docker Swarm
anthr76@lemmy.kutara.ioto Selfhosted@lemmy.world•Deciding between Kubernetes or Docker Swarm4·2 years agoI agree with this. I think single node or not the industry is moving towards Kubernetes for container orchestration. Docker has showed their evil intentions and it’s time to leave them in the past. Even podman has native kubernetes manifest support (albeit limited last i checked) as @rs5th@lemmy.scottlabs.io pointed out there’s good avenues to take if you want to avoid the complexities of kubernetes like k3s.
anthr76@lemmy.kutara.ioOPto Selfhosted@lemmy.world•Anyone else running Lemmy with Kubernetes?English3·2 years agoVery neat! I also considering writing a helm-chart with my close friend’s amazing helm library. In the end I decided against it since this is a pretty simple deployment as of today. Tomorrow I will clean up the Kustomize manifests and some CI with a non-federated config file and post it :)
I just use wireguard with VyOS. Simple and efficient
K8s + GitOps is surprisingly low maintenance for the benefits you get out of it.
This is pretty cool! I also run Kubernetes at home
that’s so very cool!