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 […]

Kubernetes Auditing

To know about Kubernetes auditing and learn how to apply audit policies and store logs. In general, auditing means inspection, and Kubernetes auditing refers to a set of records documenting the sequence of actions in a cluster. The cluster inspects the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. But […]

Getting Started With ETCD

To learn about ETCD – A Distributed Key-Value Store etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It is an open-source project maintained by CNCF. Most notably, it manages the configuration data, state data, and metadata for Kubernetes, the popular container orchestration platform. […]