How to create a local development environment for Kubernetes?
问题 Kubernetes seems to be all about deploying containers to a cloud of clusters. What it doesn't seem to touch is development and staging environments (or such). During development you want to be as close as possible to production environment with some important changes: Deployed locally (or at least somewhere where you and only you can access ) Use latest source code on page refresh (supposing its a website; ideally page auto-refresh on local file save which can be done if you mount source code