Day 33/100daysofK8s
It feels so long since I started this thing and it’s only the 33rd day!
Anyway, today I learned about Deployment vs DeploymentConfigs and labels and label selectors.
Interesting thing is, if a K8s resource has been labeled with app=something and if you filter with label app!=something, it will return resource that do not have the label with key ‘app’ along with other resources that might have the key ‘app’ but not have value ‘something’.