How To: Migrate your Cloud Instance to AMD EPYC
… If your clients use a ClusterIP Service, you can switch by patching the selector on the Service so it targets green labels. kubectl patch service my-app -n my-namespace -p '{"spec":{"selector":{"app":"my-app-green"}}}' If you are using ingress, you can gradually increase traffic to the green enviro… …