summaryrefslogtreecommitdiff
path: root/internal/orchestrator/orchestrator.go
AgeCommit message (Collapse)Author
7 daysfeat: Implement orchestrator for PostgreSQL management via Docker and Kubernetesexatombe
- Added configuration options for orchestrator in config.go, including Docker and Kubernetes settings. - Created orchestrator package to manage PostgreSQL instances, supporting automatic container creation, conflict resolution, and resource limits. - Implemented Docker orchestrator with methods for creating, deleting, and retrieving database information. - Added Kubernetes orchestrator skeleton with TODOs for future implementation. - Developed comprehensive README documentation for orchestrator usage and configuration. - Created test script for orchestrator API to validate functionality and ensure reliability.