Kubernetes Imperative Vs Declarative handling

Kubernetes Imperative Vs Declarative handling

Kubernetes objects like pods, replicaset, statefulset, services, etc.. can be created in Imperative and Declarative mode. Imperative mode In the imperative mode of creating Kubernetes objects, the objects are created with Kubernetes's kubectl commands. One ... Read more

Kubernetes Explained in Layman terms

Default

In order to start Kubernetes tutorials, let's have an initial understanding, of what Kubernetes is. This section is meant only for freshers who have no knowledge of Kubernetes. If you are having a basic understanding ... Read more