mockserver-monorepo: MockServer functions as an HTTP(S) mock server and proxy, enabling development and testing against unavailable or misbehaving APIs. It also facilitates recording, inspecting, and modifying network traffic, along with injecting faults for resilience testing.; kubefwd: kubefwd is a command-line utility that enables seamless local development by bulk port forwarding Kubernetes services to your workstation. It assigns a unique loopback IP to each service, allowing local applications to access cluster services by their in-cluster names without configuration changes.
Develop and test applications even when dependent systems are unavailable, incomplete, or hard to reproduce.
Develop local applications that seamlessly connect to Kubernetes cluster services by their in-cluster names.