Etherpad
Purpose
Etherpad provides real-time collaborative editing for team documents.Domain
https://etherpad.dreambau.com
Runtime Components
- Etherpad application deployment
- ConfigMap-driven settings
- secret-managed admin and API credentials
- PostgreSQL dependency
Health Checks
- verify pod readiness and ingress health
- open editor and verify live collaboration sync
- verify admin access on
/admin
Standard Operations
- restart:
kubectl rollout restart deployment/etherpad -n dreambau - logs:
kubectl logs -n dreambau deployment/etherpad --tail=100 - db connectivity check from pod to PostgreSQL service