Management
Admin tools, GitOps, and utility services for managing the UIS platform.
Services
| Service | Description | Deploy |
|---|---|---|
| Backstage | Developer portal and service catalog | ./uis deploy backstage |
| ArgoCD | GitOps continuous delivery | ./uis deploy argocd |
| pgAdmin | PostgreSQL web admin | ./uis deploy pgadmin |
| RedisInsight | Redis web admin | ./uis deploy redisinsight |
| Nginx | Catch-all web server and default backend | ./uis deploy nginx |
| Whoami | HTTP request test service | ./uis deploy whoami |
Overview
- Backstage provides a developer portal with service catalog, API documentation, and Kubernetes visibility
- ArgoCD automates deployments from Git repositories
- pgAdmin and RedisInsight provide web interfaces for their respective databases
- Nginx serves as the default backend — any request that doesn't match a service gets the Nginx landing page
- Whoami is a diagnostic tool for testing ingress and authentication