Automate the deployment of a .war application on a Payara-Full Pod in a Kubernetes cluster Automate the deployment of a .war application on a Payara-Full Pod in a Kubernetes cluster docker docker

Automate the deployment of a .war application on a Payara-Full Pod in a Kubernetes cluster


You can merely copy your .war to payara autodeploy directory inside container (${PAYARA_HOME}/glassfish/domins/[domain you use]/autodeploy) and restart service. You web-app will be deployed automatically on domain restart.