English |
---|
The following guide will show steps to deploy Joget on EKS using Terraform |
Table of Contents |
---|
Prerequisites
- Ensure that you have these CLI tools installed:
- Configured AWS CLI with Access Keys or assumed role with sufficient permissions
- You have downloaded the Terraform IaC from here
...
- Download the Kubernetes manifest here.
- Modify the fileSystemId in StorageClass to the one that has been deployed through terraform in prior steps.
- Run
kubectl apply -f joget-dx8-tomcat9-deployment.yaml
- Wait for the containers to initialize. Run
kubectl get pods -A
to obtain the status of the pods.
...