QuestionQ153
Building and testing applicationsYou have an application running in a production Google Kubernetes Engine (GKE) cluster. You use Cloud Deploy to automatically deploy the application to your production GKE cluster. As part of your development process, you plan to make frequent changes to the application's source code and must choose tools to test those changes before pushing them to your remote source code repository. Your toolset must meet these requirements:
- Automatically test frequent local changes.
- Local deployment emulates the production deployment.
Which tools should you use to test building and running a container on your laptop while using minimal resources?
- A Docker Compose and dockerd
- B Terraform and kubeadm
- C Minikube and Skaffold
- D kaniko and Tekton
Community Discussion