Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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

...

  1. Download the Kubernetes manifest here.
  2. Modify the fileSystemId in StorageClass to the one that has been deployed through terraform in prior steps.
  3. Run kubectl apply -f joget-dx8-tomcat9-deployment.yaml
  4. Wait for the containers to initialize. Run kubectl get pods -A to obtain the status of the pods.

...