-
Slow Nfs Performance
I I I just started trying to build this site in a cronjob, It was taking 20 minutes I just moved into the master node and the results were wild at ~30x faster I
-
💠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
-
💠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
-
💠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
-
💠Kubernetes Persistent Volumes With Deployment An...
Example of how to add a pvc to a deployment.
-
💠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
-
💠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