K3s is a lightweight Kubernetes distribution which is great for Edge, IoT, CI, ARM, etc, so it is quite useful when building a local integration environment for an application mostly for testing purpose. My previous post introduced detailed steps to setup an integration environment with K3s and docker-compose, which is…