docker-compose up
Access the console on localhost:8089
docker-compose down --rmi all -v --remove-orphans
-
Build the Docker image and store it in your project's container registry:
make push
-
Create 4 node GKE cluster
-
Deploy:
make deploy
make clean
kubectl autoscale deployment feathers --min=1 --max=10 --cpu-percent=80