Initial commit

This commit is contained in:
2024-12-30 11:42:12 -07:00
commit 09ba4114c1
86 changed files with 7522 additions and 0 deletions

18
home-kubernetes/README.md Normal file
View File

@@ -0,0 +1,18 @@
## Home Kubernetes With K3S
<https://k3s.io/>
## Other Kubernetes Distros
I have tried k0s a few times and consistently got an "agent not available on node" error that stopped me from reading logs from pods.
I have used kubeadm to deploy clusters, while it works, it it pretty manual.