Things we readily use
There are a few types of k8s resources we use without hesitation. I’m only listing resources here that we create explicitly; most of these resources implicitly create other resources (like Pods) that I will not mention but which we of course (indirectly) use.
- Deployments : Most of our pods are created through deployments. Ever
...
See more