
Ultimate access to all questions.
Your application is hosted on Google Kubernetes Engine (GKE), and you're planning 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
Employ a Kubernetes deployment strategy, leveraging Spinnaker for rolling out each new version of the application.
B
Utilize a Kubernetes deployment object, with Spinnaker handling the deployment of each new application version.
C
Opt for a Kubernetes Replica Set, then use Spinnaker to establish a new service for every new version deployed.
D
Choose a Kubernetes Replica Set, and then have Spinnaker update the replica set for each new version deployed without creating conflicts with Kubernetes.