I really like having my dev environment as close to production as possible. Run everything in containers and have a reverse proxy e.g. ngrok sending TLS connections from the outside to your local k8s ingress. Share the Docker image cache with k8s for fast dev inner loop.

#webdev

Comments