1 repositorio
Techniques and tools to reduce the development cycle in cloud-native environments, specifically by reducing rebuilds.
Distinct from Cloud Native Application Development: Focuses on the efficiency of the development loop (cycle time) rather than the general act of building cloud-native applications.
Explore 1 awesome GitHub repository matching devops & infrastructure · Workflow Optimizations. Refine with filters or upvote what's useful.
Telepresence is a hybrid development environment and network proxy for Kubernetes. It provides a system for running workloads on a local machine while maintaining active connectivity to a remote cluster environment. The project functions as a traffic interceptor and network bridge, establishing a two-way tunnel between a local workstation and a remote cluster. This allows for the redirection of traffic from a remote Kubernetes service to a local process, enabling real-time debugging and testing of code without the need to redeploy containers. Its capabilities cover remote cluster connectivit
Reduces the time spent on container rebuilds and deployments by running workloads locally during the development cycle.