- Install kubectl
- Have a Kubernetes cluster available. For testing the Simple Authoring and Simple Delivery you can used any cluster. If using
minikube, please run the following commands, to avoidcontext deadline exceedederrors:
minikube image pull craftercms/authoring_tomcat:5.0.0-SNAPSHOTminikube image pull craftercms/authoring_tomcat:5.0.0E-SNAPSHOTminikube image pull craftercms/delivery_tomcat:5.0.0-SNAPSHOTminikube image pull craftercms/delivery_tomcat:5.0.0E-SNAPSHOTminikube image pull craftercms/deployer:5.0.0-SNAPSHOTminikube image pull craftercms/deployer:5.0.0E-SNAPSHOTminikube image pull opensearchproject/opensearch:2.19.1
For the Authoring cluster example, you will need and AWS EKS cluster with the AWS Load Balancer Controller installed: https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html.
- Create the
craftercmsnamespace:kubectl create namespace craftercms