Skip to content

Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.

License

Notifications You must be signed in to change notification settings

kkapoor1987/pega-helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pega Deployment on Kubernetes

This project provides Helm charts and basic examples for deploying Pega on Kubernetes. This project does not include the required database installation image which you may obtain from the Pega Community. Deploying Pega on Kubernetes requires Pega Infinity 8.2 or newer.

Build Status GitHub release

Getting Started

This project assumes you have an installation of Kubernetes available and have Helm installed locally. The following commands will verify your installation. The exact output may be slightly different, but they should return without error.

$ kubectl get nodes
NAME                              STATUS    ROLES     AGE       VERSION
ip-xxx-xxx-xxx-xxx.ec2.internal   Ready     <none>    2d        v1.11.5
ip-yyy-yyy-yyy-yyy.ec2.internal   Ready     <none>    2d        v1.11.5
ip-zzz-zzz-zzz-zzz.ec2.internal   Ready     <none>    2d        v1.11.5

$ helm version
Client: &version.Version{SemVer:"v2.12.2", GitCommit:"7d2b0c73d734f6586ed222a567c5d103fed435be", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.12.2", GitCommit:"7d2b0c73d734f6586ed222a567c5d103fed435be", GitTreeState:"clean"}

Start by performing a clone (or download) of the latest Charts.

git clone https://github.com/pegasystems/pega-helm-charts.git

Navigate to the project directory and open the values.yaml file. This is the configuration file that tells Helm what and how to deploy. For additional documentation covering the different deployment options, see the Pega Community article on Deploying the Pega Platform by using Kubnernetes.

About

Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 88.3%
  • Makefile 11.7%