...
- 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.
...