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
- how I run k3d in docker in earthly in docker in k8s
- several flavors of testing one’s code
- use kind and k3d with tilt and clk k8s