
Explanation:
The most appropriate approach for designing the CI/CD pipeline for the given scenario would be to use Google Cloud Build to create separate pipelines for front-end and back-end. Here’s why this approach is the best choice:
While other options might be possible, they have certain drawbacks:
Therefore, using Google Cloud Build with separate pipelines for the front-end and back-end is the most recommended approach for the given scenario.
Ultimate access to all questions.
No comments yet.
A company is developing a web application on Google Cloud Platform that uses both front-end and back-end technologies. The front-end is built using React and the back-end is built using Node.js. They want to design a CI/CD pipeline to automate the build, test, and deployment processes. Which approach would be most appropriate for designing the pipeline?
A
Use Jenkins to create separate pipelines for front-end and back-end.
B
Use Google Cloud Build and Cloud Run to create a single pipeline for both front-end and back-end.
C
Use Google Cloud Build to create separate pipelines for front-end and back-end.
D
Use Kubernetes Engine and Jenkins to create a single pipeline for both front-end and back-end.