Use rsync with K8s for fast development
When doing active development on k8s, stop constantly building with docker and waiting on slow deployments in k8s. Use rsync & fswatch to update code and binaries directly in a container for a fast edit-compile-test …