awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Sidecar Proxies · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesSidecar Proxies

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.

  1. Home
  2. DevOps & Infrastructure
  3. Sidecar Proxies

Awesome Sidecar Proxies GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • openfaas/faas

    openfaas/faas

    26,092View on GitHub↗

    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.

    Godockerfaasfunctions
    26,092View on GitHub↗
  • dapr/dapr

    dapr/dapr

    25,510View on GitHub↗

    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.

    Gocontainersevent-drivenkubernetes
    25,510View on GitHub↗