You need to implement blue-green deployments for a microservice in AKS. Which Kubernetes resource strategy best achieves this?
-
A
Use two separate Deployments with a Service selector toggling between labels
-
B
Use a DaemonSet with rolling update strategy
-
C
Use a StatefulSet with partition-based updates
-
D
Use a CronJob to swap container images on a schedule