Kubernetes local development musings: work edition
Mon, Jun 20, 2022
One-minute read
Kubernetes local development musings: work edition
At work we use K8s for development, staging and production. We have to, our external dependencies are inaccessible without it.
This makes local development painful. We need to shift left and move more of the stack closer to our local systems.
Possible ideas:
- minikube as the local cluster
- k3s as a local cluster
- kind/k3d as a dockerised local cluster
TBC