SPOG Helm Charts
SPOG uses two Helm charts that extend CloudControl's hub-and-spoke architecture to provide unified observability and management for distributed PowerDNS infrastructure.
Hub-and-Spoke Architecture
SPOG follows CloudControl's hub-and-spoke model, where a central control plane (hub) connects to multiple user planes (spokes). SPOG adds a NATS messaging layer for real-time communication between the hub and spokes:
- Glass UI deploys alongside the CloudControl controlplane chart in the central management cluster
- Glass Instrumentation deploys alongside the CloudControl userplane chart in each managed DNS cluster
Helm Charts
| Chart | Description |
|---|---|
| Glass UI | Control plane services providing the web interface, authentication, authorization, and cluster coordination |
| Glass Instrumentation | Edge services for service discovery, state monitoring, and CloudControl integration |
Installation
Registry Authentication
Authenticate with the Helm registry:
| Bash | |
|---|---|
Install Glass UI
Deploy Glass UI in your control plane cluster:
| Bash | |
|---|---|
See the Configuration Reference for all available parameters.
Install Glass Instrumentation
Deploy Glass Instrumentation in each user plane cluster:
| Bash | |
|---|---|
See the Configuration Reference for all available parameters.
For a complete end-to-end walkthrough including CloudControl setup, see the Quickstart Guide.
What's Next
- Glass UI Overview - Learn about control plane components
- Glass Instrumentation Overview - Learn about edge services
- Common Configuration - Shared configuration patterns