
Ultimate access to all questions.
You are preparing to deploy a new feature for a web-based application to production using Google Kubernetes Engine (GKE). You want to implement a phased rollout, exposing the feature to only half of the web server pods initially.
What steps should you take to achieve this?
A
Use a partitioned rolling update.
B
Use Node taints with NoExecute.
C
Use a replica set in the deployment specification.
D
Use a stateful set with parallel pod management policy.