2 repos
Lightweight processes that run alongside application containers to handle networking, protocol translation, or observability.
Distinguishing note: Focuses on the sidecar pattern for protocol translation between HTTP and standard input/output.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Sidecar Proxies. Refine with filters or upvote what's useful.
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
A lightweight process runs alongside each function container to translate HTTP requests into standard input and output for the function code.
Dapr is a distributed application runtime that provides a sidecar-based infrastructure layer for building resilient microservices and event-driven applications. By utilizing a sidecar proxy pattern, it abstracts complex infrastructure tasks into standardized, network-accessible APIs, allowing developers to focus on application logic while the runtime handles service discovery, state management, and secure communication. The platform distinguishes itself through a pluggable component architecture and language-agnostic design, enabling services written in any programming language to interact wi
Runs a dedicated process alongside the application to intercept network traffic and provide infrastructure capabilities without modifying the primary code.