-
slow nfs performance
I'm running a two node k3s cluster at home, I _thought_ I could simply mount an nfs share on each worker node, and essentially have the same storage accros
-
💠Manual Upgrades | K3s
You can give k3s an install channel to install stable, latest, or specific versions like 1.26. This is handy to
-
💠Uptime Kuma
Uptime kuma is a fantastic self hosted monitoring tool. One docker run command and you are up and running. Once you ar
-
💠Creating k8s jobs with python
I was looking to add running kubernetes jobs to a python cli I am creating, and I found this solution, mostly thanks to
-
💠Translate a Docker Compose File to Kubernetes Re...
kompose is a sick cli to convert docker-compose.yml to kubernetes manifest. bash install curl -L https://githu
-
💠Kubernetes Persistent Volumes with Deployment an...
Example of how to add a pvc to a deployment.
-
💠Inspect a Kubernetes PersistentVolumeClaim | Fra...
I was curious to see what was going on inside of my minio object storage. Great technique here by Frank to create an ins
-
💠Can't create Secret in Kubernetes: illegal base6...
In order to use k8s secrets manifest you first need to encode the data values. bash echo -n 'megasecretkey' | ope
-
💠Can I access k3s using just kubectl (no sudo and...
Right after installing k3s you are going to need to use sudo to use any kubectl command. The reason for this is tha
-
💠Quick-Start Guide | K3s
I recently spun up k3s in my homelab. I'm trying to offload some work off of my free tier fly.io app in order to keep i