What is bazel-java?
This project covers the basics of building Java applications with
Bazel. You will set up your workspace and build a simple Java project that
illustrates key Bazel concepts, such as targets and BUILD files.
Estimated completion time: 30 minutes.
What you'll learn
In this tutorial you learn how to:
- Build a Hello world Java app using Bazel
- Run it through DevOps CI/CD
- Deploy it in Azure K8s Cluster
- Scale K8s node
Before you begin
Who is this project for?
This project is for anyone who is getting started with Bazel and is interested to perform a test deployment via pre-defined CI/CD.