A small example monorepo for learning Bazel basics
bazel run dev
bazel test //...
bazel build //services/server:server
bazel run //services/server:server
ibazel run //services/server:dev_server
ibazel run //services/another-server:dev_server
docker stop $(docker ps -a -q)
docker system prune --volumes
Install gcloud
https://www.addictivetips.com/ubuntu-linux-tips/install-google-cloud-sdk-on-linux/ and authenticate
bazel run //services/server:push_server
bazel run //services/server:k8s_deploy