Tag: kubernetes
-
Adding a (scientifically-useful?) workload to k3s
I’ve got a k8s cluster in my cupboard, and the plan here is to work on some debugging and monitoring posts and tools, so I need a workload. The first workload will be folding@home, because it’s easy :) And in a break from helming, I’m going to apply the manifest here. We have a couple…
-
kubectl port-forward and the lost art of bash job control
A really common part of debugging stuff in k8s is to create a port-forward and then open a new shell and do a thing. Which is fine and easy when you’re port-forwarding to the machine you’re actually sat at, but less so when you’re not.