kubernetes-part-3
Imperative vs. Declarative: Two Approaches to Kubernetes Infrastructure Management
Imperative: Directly command Kubernetes to perform actions step-by-step
To create a pod in imperative way we need to run a single command kubectl run my-pod —image=n...
blogs.praduman.site8 min read