Skip to main content

Management

Admin tools, GitOps, and utility services for managing the UIS platform.

Services

ServiceDescriptionDeploy
BackstageDeveloper portal and service catalog./uis deploy backstage
ArgoCDGitOps continuous delivery./uis deploy argocd
pgAdminPostgreSQL web admin./uis deploy pgadmin
RedisInsightRedis web admin./uis deploy redisinsight
NginxCatch-all web server and default backend./uis deploy nginx
WhoamiHTTP 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