PostgreSQL: Get Started
PostgreSQL is a very popular open-source relational database management system (RDBMS), known for its extensibility and feature-rich capabilities, making it suitable for mission-critical applications. Not to mention its active PostgreSQL community. In the upcoming posts, I will start a series of PostgreSQL studies to: Explore PostgreSQL main features, installation, and basic administration tasks. Deploy a PostgreSQL cluster onto K8S with PostgreSQL Operator, validate backup and rolling upgrades. Create a simple Flash microservice application to connect to the PostgreSQL cluster and validate failover. Integrate the whole deployment into a CICD pipeline for automation. Create AWS RDS PostgreSQL, with S3 Block storage as a replica. By the end of the series, we should be able to have a comprehensive understanding of PostgreSQL from a DevOps perspective. ...