1 repo
Logic for directing incoming traffic to appropriate cluster components or nodes based on session state.
Distinguishing note: Focuses on the traffic management layer of a distributed system, distinct from session scheduling.
Explore 1 awesome GitHub repository matching devops & infrastructure · Request Routing. 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 central API gateway manages authentication, traffic routing, and metrics collection for all incoming function invocations across the cluster.