...
Code Block |
---|
kubectl apply -f Ingress/traefik |
If you want to run GC with JMS
ActiveMQ
Run the following command on the master node. Create the namespace using the command.
Code Block |
---|
kubectl create namespace ef-external |
To deploy ActiveMQ asStatefulSet run
Code Block |
---|
kubectl apply -f StatefulSet/ |
Wait for the AMQ StatefulSet
Code Block |
---|
kubectl wait pods ef-amq-0 -n ef-external --for condition=Ready --timeout=600s |