
Ultimate access to all questions.
Your application is hosted on Google Kubernetes Engine (GKE), and you aim to utilize Spinnaker with the Kubernetes Provider V2 for blue/green deployments to manage traffic between different versions of your application. What is the recommended approach?
A
Utilize a Kubernetes Deployment and leverage Spinnaker to update the deployment for each new version of the application.
B
Employ a Kubernetes Replica Set and use Spinnaker to create a new service for each new version of the application.
C
Adopt a Kubernetes Replica Set and use Spinnaker to update the Replica Set for each new version of the application.
D
Implement a Kubernetes Deployment and use Spinnaker to create a new deployment object for each new version of the application.