Accessing the Helm charts to deploy Pega Platform by using Kubernetes on GitHub
Pega maintains the pega-helm-charts GitHub repository that contains the Helm charts required to deploy Pega Platform by using Kubernetes. To clone or download the repository, see the repository readme for details. For details about using the Helm charts, see Using Helm Charts to deploy Pega Platform.
The Pega application requires the use of a Tomcat application server. The published Docker images reference the latest and most secure versions of Tomcat and Java that are supported. For details about the Docker image, see https://github.com/pegasystems/docker-pega-web-ready.
Referring to Pega Docker images
Pega provides the following two Docker images for the Pega application and Elasticsearch on Dockerhub:
- The Pega application image: https://hub.docker.com/r/pegasystems/pega
- The Pega Elasticsearch image: https://hub.docker.com/r/pegasystems/search
You can either use to these public images directly (the default) or pull them into your private Docker registry and reference them in your values.yaml file. For details on using a private docker registry, see How to use your own registry article on the Docker blog.