1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

chore: add resource under postgresql-dba:postgresql-infrastructure-skills:kubernetes-deployment

This commit is contained in:
roadmap bot
2023-07-05 22:23:35 +01:00
parent 8adc6cb7b4
commit 83143f4438

View File

@@ -68,3 +68,5 @@ You can deploy a PostgreSQL application on Kubernetes by following these steps:
- **Scale your deployment** - You can easily scale your PostgreSQL application by changing the number of replicas in the deployment file, then updating it using `kubectl apply -f deployment.yaml`.
By following these steps, you can successfully deploy and manage a PostgreSQL application using the Kubernetes deployment system.
- [Run PostgreSQL. The Kubernetes way](https://cloudnative-pg.io/)