Severalnines Blog
Discussions around deploying stateful applications on Kubernetes are more friendly today because of advancements over the years — particularly Kubernetes operators. Operators are Kubernetes extensions that use custom resources to manage applications and their components. Many operators use Persistent Volumes to store data in Kubernetes, and these Persistent Volumes are...
- Backup Management
- Cloud
- ClusterControl
- Configuration Management
- Database - General
- DBaaS
- Deployment & Scaling
- Disaster recovery
- Hybrid Operations
- Hybrid-cloud
- Industry News & Events
- Logging
- Monitoring & Alerting
- Multi-cloud
- Operational Reporting
- Performance Management
- Recovery & Repair
- Security & Compliance
- Sovereign DBaaS
- Upgrades & Patches
The best of DBaaS news, delivered to your inbox
Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containerized applications. Running a PostgreSQL database on Kubernetes is a popular topic of discussion nowadays, as Kubernetes provides ways to provision stateful workloads using persistent volumes, StatefulSets, etc. This blog will start with a quick overview...