Kubernetes in production

Hello Techies,

I am from Windows background and working as Windows server admin, i recently started learning Kubernetes, just would to know if we can use the Pods like we use VMware/Hyper-V VMs in production environment, or its just used in development and testing environment.

regards
Vinay

Pods can be used in Production, Dev and Testing just like VM’s. Are you familiar with containers, docker? It might take a long explanation if i have to write it here.

Please read below explanation and comparison from the official Kubernetes Docs https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/

Understanding Pods
https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/

1 Like