Closed
How to deploy Pega with Kubrenetes
Hi,
Please share the procedure to deploy Pega with kubrenetes.
***Edited by Moderator: Lochan to branch reply to new post***
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Hi,
Please share the procedure to deploy Pega with kubrenetes.
***Edited by Moderator: Lochan to branch reply to new post***
Hello Vijay,
You should get all the necessary information on the following links:
Let us know if it helps.
Thank you,
Pawan
Yes we have the second link
But we have any steps how to deploy kubernetes and how to deploy DB
As i am new for pega
To load the Pega rulebase DB, you should follow deployment guide (which is independent of kuberntes deployment). You should learn the following skills before you can deploy Pega in kubernetes cluster.
1. Basic concepts of kubernetes (which you can google, this is a very popular topics, e.g. https://kubernetes.io/docs/tutorials/).
2. Basic concepts helm chart (which is the fastest way of installing applications on k8s).
e.g., https://github.com/helm/helm/blob/master/README.md
So for quick start you need (you should have a kubernetes cluster already available for you, for learning purpose, minikube would be the best option: https://kubernetes.io/docs/tasks/tools/install-minikube/)
a. install k8s command line tool (aka kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl/)
b. install helm client - see the link #2 above.
c. Clone pega-helm-chart to your local machine: https://github.com/pegasystems/pega-helm-charts
d. edit the values.yaml (under charts/pega directory) to your specific environment (e.g., db connection info, etc)
e. run helm command to install the Pega on k8s:
To load the Pega rulebase DB, you should follow deployment guide (which is independent of kuberntes deployment). You should learn the following skills before you can deploy Pega in kubernetes cluster.
1. Basic concepts of kubernetes (which you can google, this is a very popular topics, e.g. https://kubernetes.io/docs/tutorials/).
2. Basic concepts helm chart (which is the fastest way of installing applications on k8s).
e.g., https://github.com/helm/helm/blob/master/README.md
So for quick start you need (you should have a kubernetes cluster already available for you, for learning purpose, minikube would be the best option: https://kubernetes.io/docs/tasks/tools/install-minikube/)
a. install k8s command line tool (aka kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl/)
b. install helm client - see the link #2 above.
c. Clone pega-helm-chart to your local machine: https://github.com/pegasystems/pega-helm-charts
d. edit the values.yaml (under charts/pega directory) to your specific environment (e.g., db connection info, etc)
e. run helm command to install the Pega on k8s:
cd to charts/pega directory
helm install -f values.yaml <pegainfrel> --namespace <pegainf> . (do not forget . at the end)
you can replace <> with any meaningful names you choose.
There are a lot of things to learn here, but ultimately one command will install the entire pega cluster for you. Enjoy!
Question Solved
Question
Question
Question
Question
Question
Discussion
Question
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.