Both are valid methods of managing Kubernetes objects, but there is a difference in the way they behave when objects are modified by multiple writers. It is the desired behavior, in such scenarios, that should drive the choice between the two. There are three different ways to manage objects in Kubernetes. The diagram below describes […]
Author Archives: Samrat Sen
YAML fundamentals for Kubernetes
YAML is a human friendly data serialization standard for all programming languages. It is a simple, text/human-readable annotation format that can be used to store/represent data. We don’t really need to know the entire set of complex YAML syntax in order to work with the K8S YAML object definition files. Once we grasp the below […]