The presentation discusses the deployment of mission-critical PostgreSQL databases on Kubernetes, exploring the benefits, use-cases, and implementation of robust, secure, scalable, and easily manageable database architectures on Kubernetes.
- Evolution of database architecture from bare metal to virtualization to containerization
- Introduction to containers, container orchestration, and Kubernetes
- Benefits of deploying databases on Kubernetes, including flexibility, scalability, and automation of DBA tasks
- Demonstration of deploying a PostgreSQL cluster on Kubernetes
- Anecdote about generating data in a database using PG bench
The presenter generated data in a database using PG bench while waiting for the default dashboards to load, highlighting the importance of generating activity for interesting dashboards. She also admitted to using the default admin username and password, emphasizing the need for better security practices in production environments.