ksync

ksync, available at https://vapor-ware.github.io/ksync/, takes a very different tactic for a development tool. Rather than optimizing the time to build and deploy into a Kubernetes cluster, it focuses on expanding the proxy capabilities to reach into a cluster and manipulate the code within a specific container:

A common pattern for developing with Docker has been to mount a local directory that contains interpreted code (such as our Python and JavaScript examples in this book) and to have the container run that code, so that you can edit it on the fly and quickly restart and retry. ksync mimics this capability by running both on your ...

Get Kubernetes for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.