@vwbusguy Strictly speaking, it's #CNCF's #k0s, just like #k3s. I recently had the chance to meet one of the k3s maintainers at KubeCon in Amsterdam. Super nice person! I'd say we're already in a friendly competition, since we're fighting the same dragons.

Found this nice tui for kubernetes this weekend - https://github.com/janosmiko/lfk

One of the things I like about it is that it has #argocd specific logic - you can use it to alter argo settings and do other things you might otherwise do with the argocd command line tool

Looks pretty neat, especially for #homelab @homelab #k8s users

#sre #devops #k8s #kubernetes #k3s #talos

Updated my #homelab to #k3s 1.35, deployed #vaultwarden, #pihole with #unbound and #forgejo with #woodpecker. All the web guis have #letsencryt certificates. Storage redundancy is achieved by #longhorn which maintains redundant copies of pvcs across the nodes. The nodes are vms controlled by #incus, so that I can shut down the whole k8s thingy with a simple incus stop command when I’m done playing.
k3s is really nice and easy to deploy and well documented, getting things to run in k8s though is mainly pasting yaml from the internet and hoping for the best.
@electret nice, I‘m currently also experimenting with #k3s controlled through #ArgoCD with a self hosted #Forgejo. #renovatebot updates the helm chart of the #appOfApps each night and creates pull requests which gets validated by a #forgejorunner worklow before merging. Still at the beginning of the journey from single host docker to a cluster though.
the m2 nvme in my #homelab server seems to have an i/o problem that caused the #k3s node to stop responding. yay!

#TIL I could place OCI images as tarball on my single node #k3s setup and k3s would pick them up. No need for a private image registry.

https://docs.k3s.io/add-ons/import-images?import-images=Offline+image+importing

Import Images | K3s

Container images are cached locally on each node by the containerd image store. Images can be pulled from the registry as needed by pods, preloaded via image pull, or imported from an image tarball.

Nothing like going to upgrade k3s and shit going completely sideways 😅 think past me changed things post initial setup commands… oops. #kubernetes #k3s #homelab
I Almost Ditched k3s for Docker Swarm (And Why I Didn't)

After two years of k8s complexity, I seriously evaluated switching to Docker Swarm. Here's what I learned about the trade-offs and why I ultimately stayed.

Ștefan Muraru

Bring Kubernetes to Air-Gapped environments? Here’s how Cytrence Kiwi makes it simple!

Kubernetes-driven workflows offer huge advantages beyond Cloud, especially for enterprises. However, air-gapped environments are still everywhere, with security leading the way.

Checkout the demo and learn more at cytrence.com

#AirGapped #Kubernetes #CloudNative #DevOps #CyberSecurity #EnterpriseIT #kvm #crashcart #k8s #k3s

https://youtube.com/shorts/Jrjc7fhZcNQ

Air-Gapped K3s w/Cytrence Kiwi+ Drive #kvm #k8s #k3s #kubernetes #devops

YouTube
When Kubernetes restarts your pod — And when it doesn’t

A production internals guide verified against Kubernetes 1.35 GA Companion repository: github.com/opscart/k8s-pod-restart-mechanics Engineers say “the pod restarted” when they mean four different…

CNCF