./build.sh compile
This command run compile command. This will compile all projects.
./build.sh start-d9
This command start docker-compose
file. It will run rabbitmq and other projects.
./build.sh stop-d9
This command stop docker-compose file and remove containers
.
For running in Kubernetes you have to download Minikube
to local machine. If you don't have minikube in your machine please check [Minikube)(#knowledge--requirements) section.
minikube start
./build.sh start-k8
This command start kubernetes yaml
file. It will run rabbitmq and other projects.
./build.sh stop-k8
This command stop kubernetes pods
, services
and deployments
.
Cli | Version |
---|---|
docker | 20.10.5 |
docker desktop kubernetes | v1.19.7 |
mvn | 3.8.1 |