PostgreSQL
Introduction
PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development.
Installation
To install PostgreSQL, run:
make install
Usage
After installation, verify the deployment:
kubectl get pods -n postgres
To connect to PostgreSQL:
kubectl -n postgres exec -it postgres-0 -- psql -U postgres