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’.

--

--

http://valaparthvi.github.io

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store