Kubernetes: Deployments vs StatefulSets vs DaemonSets

To understand different workload resources in Kubernetes Kubernetes (K8s) is one of the popular open-source container orchestration systems for automating deployment, scaling, and management of containerized applications. Kubernetes provides a basic resource called Pod. A pod is the smallest deployable unit in Kubernetes which has a collection of containers. As a pod can have one or more containers so different configurations can […]

Exploring Kubectl Plugins

To learn different Kubectl Plugins via Krew Plugin Manager To manage and operate different Kubernetes-related tasks, kubectl is one of the handiest and most powerful tools to be used. With its core features, we can do various tasks like creating pod resources, listing them, and so on. But sometimes Kubernetes-admin and users might need to perform tasks […]