evgenyigumnov / cblt

Safe and fast minimalistic web server, written in Rust, that serves files from a directory and proxies requests to another server.
MIT License
40 stars 7 forks source link

Support for Label-Based Configuration for kubernetes and docker swarm #19

Open evgenyigumnov opened 1 week ago

evgenyigumnov commented 1 week ago

Add support to read configuration from labels in Docker Swarm or Kubernetes environments. This feature should enhance deployment flexibility and simplify configuration management for containerized environments.

Proposed Feature:

Parameters:

  1. --labeled-config=docker_swarm: Enables reading configuration from Docker Swarm labels.
  2. --labeled-config=kubernetes: Enables reading configuration from Kubernetes labels.

Additional Considerations:

Benefits: