Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.42 KB

File metadata and controls

52 lines (38 loc) · 2.42 KB

Documentation

Getting Started

  • Installation — binary downloads, building from source, package managers
  • Quick Start Guide — first run with env and file backends
  • Docker — Docker images, Docker Compose, Kubernetes

Configuration

Backends

Each backend has its own README with authentication, options, and examples:

Backend Guide Watch Support
etcd README Yes
Consul README Yes
Vault README No
Redis README Yes
Zookeeper README Yes
File README Yes
Environment Variables README No
DynamoDB README No
SSM Parameter Store README No
Secrets Manager README No
ACM README No
EC2 IMDS README No

Operating

  • Service Deployment — systemd, Docker, Kubernetes deployment patterns
  • Logging — log levels, JSON format, structured logging
  • Noop Mode — dry runs, diff output, safe testing

Architecture

  • Architecture — package structure, execution flow, design patterns

Development