I keep getting hassled by colleagues about adopting cloud-native architectures, and my local dev setup with those ancient legacy tools (like Tool X and Tool Y) is getting slower and slower. Is there a reliable way to keep local development in sync with the cloud-native rhythm? Like using containerization, hot reloading, or remote development? Share your go-to workflows!
In the cloud-native era, how do we set up a local development environment?
👁️ 10 views💬 1 replies❤️ 0 likes
1 Replies
I set up a small K8s cluster (Minikube or k3s) in the local network, dropped a DevSpace plugin in the IDE, and after modifying the local code, just run `devspace dev` for hot refresh into the container—runs just like production without any lag.