youtube image
From YouTube: Kubectl Plugins

Description

Kubectl commands are one of the essential building blocks which help in interaction with the Kubernetes cluster and using Plugins as sub-commands with it helps in extending the features of kubectl. In this talk, I will be explaining what Kubectl plugins are and how it is managed and installed by Krew, an open-source plugin manager for kubectl. Along with this, different kubectl plugins will be explained by showing a practical demo of them which will give attendees a better understanding of plugins and how to adapt it and use it in daily practice.
Some of the widely used plugins are kubectx,kubens, popeye, and so on. I am a final year Computer Science Engineering student who is learning about Kubernetes and the cloud-native world. I am working as a technical writer where I write blogs related to different cloud-native projects and kubectl plugins attracted me the most in the Kubernetes project and I decided to give a talk on kubectl plugins. As kubectl plugins are managed through Krew and these plugins give new and custom features to kubectl and give a way to consolidate common Kubernetes management actions in a way that are easily distributed across the team and it correctly fits in KCD and in an open-source ecosystem as these plugins help users and developers to manage and enhance kubectl, as well as giving a motivation to contribute in it.