Getting started with Kubernetes NamespacesIt's crucial to understand that Kubernetes namespaces are not thesame as Linux kernel namespaces. Kernel and Namespaces divide operating systems into virtual operatingsystems called containers. Kubernetes Namespaces Divide Kubernetes cluster into vir...Oct 20, 2022
Here's how Kubernetes makes your life easyWhat is Kubernetes? Kubernetes is an open-source platform "Orchestration engine" mainly used to manage containerized applications, it is released by Google in 2014, and the project is donated to CNCF (Cloud-native computing foundation), primarily it ...May 8, 2022