package
0.0.0-20250106104712-c9ecf6f8c9a3
Repository: https://github.com/beamlit/beamlit-controller.git
Documentation: pkg.go.dev

# README

Beamlit Proxy

Beamlit Proxy is a configurable HTTP proxy used to handle traffic splitting inside a Kubernetes cluster. Beamlit Proxy is part of the Beamlit Operator project.

Features

  • Traffic splitting between any type of service (Kubernetes or not)
  • Request/Response header manipulation
  • Centralized authentication (basic auth, OAuth, JWT, API key)
  • Caching
  • Automatic retries
  • Circuit breaking
  • Healthchecks
  • ...

Build

docker build -t beamlit/beamlit-gateway:latest .

Run

docker run -p 8080:8080 -p 8081:8081 beamlit/beamlit-gateway:latest

API

See API.

# Packages

No description provided by the author
nolint:errcheck.
No description provided by the author