How to create a basic Cloud Build CI/CD Pipeline
Introduction Cloud Build is a Serverless CI/CD platform offered by Google Cloud Platform. It can natively integrate with other GCP Products and can easily be integrated with Spinnaker also. We would we deploying application on Cloud Run which is also a serverless offering for container deployment. Some key benefits of Cloud Build are: - Fully serverless Flexible - We can use custom build steps and pre-created extensions Native Docker support Generous Free Tier - Free 120 build minutes per day Supports both local as well as building in the cloud