60DaysOfK8s – Day 3 Imperative vs Declarative

Refer to this for details: https://kubernetes.io/docs/concepts/overview/working-with-objects/object-management/ Manage objects Imperative commands In such way, objects are created, modified, deleted in kubectl. It is a quick way to get started or to run a one-off task in a cluster. It doesn't provide a history of previous configurations. kubectl create <objecttype> [<subtype>] <instancename> Verb create can be replaced … Continue reading 60DaysOfK8s – Day 3 Imperative vs Declarative