Files
helm-anything/src/postgres
Sun-ZhenXing 3360ca01a2 init repo
2026-02-16 09:12:50 +08:00
..
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00
2026-02-16 09:12:50 +08:00

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