The Obol Stack supports installing additional applications on top of your local Kubernetes cluster. Applications extend the functionality of your stack with monitoring, RPC proxies, and other services.
The application system is under active development. Currently, default applications are deployed automatically with the stack. The obol app command for installing additional applications is planned for a future release.
Default applications
When you run obol stack up, the following applications are automatically deployed:
Monitoring stack
A complete monitoring solution based on Prometheus and Grafana:
Grafana - Dashboards and visualization
Prometheus - Metrics collection and storage
Pre-configured dashboards - Kubernetes and application metrics
Access Grafana at: http://grafana.localhost:8080
Grafana is configured with anonymous admin access for local development. No login required.
obol app list # List available apps
obol app install <app-name> # Install an application
obol app edit <app-name> # Edit application configuration
obol app sync <app-name> # Deploy/update application
obol app delete <app-name> # Remove application
# View default namespace resources
obol kubectl get all -n default
# View monitoring stack
obol kubectl get all -n monitoring
# View all Helm releases
obol helm list -A