Clk K8s
FleetingA great tool to install and setup everything needed to play with k8s.
kind and k3d are great, but you still need to setup other stuff, like an local docker registry, some ingress controller.
Also, to play with k8s, you still need to run some helm commands and start tilt.
This command aims at running the whole flow so that you just need to run clk k8s flow
and just play with your source code. In a sense, it is like the
docker-compose of k8s.
Notes linking here
- clk k8s and earthly in a local dev env (blog)
- clk k8s: accessing the host from the pod on linux and mac (blog)
- how I debug MTU issues in k3d in docker in earthly in docker in k8s (blog)
- how I debug my k8s tests not running
- several flavors of testing one’s code
- use kind and k3d with tilt and clk k8s