From 83143f4438c65d385b0a72e4e75076c6ba4b6609 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:23:35 +0100 Subject: [PATCH] chore: add resource under postgresql-dba:postgresql-infrastructure-skills:kubernetes-deployment --- .../105-kubernetes-deployment/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/105-kubernetes-deployment/index.md b/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/105-kubernetes-deployment/index.md index a99b03843..ab77fbc68 100644 --- a/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/105-kubernetes-deployment/index.md +++ b/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/105-kubernetes-deployment/index.md @@ -67,4 +67,6 @@ 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. \ No newline at end of file +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/) \ No newline at end of file