
Ultimate access to all questions.
Your application is running 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? (Select One)
A
Use a Kubernetes Replica Set and then use Spinnaker to create a new service for each new version deployed
B
Use a Kubernetes Replica Set and then use Spinnaker to update the replica set for each new version deployed
C
Use a Kubernetes deployment and use Spinnaker for each new version of the application
D
Use a Kubernetes deployment object and use Spinnaker for each new version of the application