Kubernetes - Advanced Deployment Patterns
Given the following Kubernetes Service selector for blue deployment:
What happens if you change the selector to
selector: app: myapp version: blue
What happens if you change the selector to
version: green?