-
Book Overview & Buying
-
Table Of Contents
Learning Kubernetes Security - Second Edition
By :
A plugin is a way for a developer to enhance Kubernetes and extend the CLI with additional functionality. For example, plugins can add new subcommands to kubectl that are not part of the official Kubernetes distribution but provide useful features that are useful to specific tools or workflows. These plugins become available as additional commands users can run, such as kubectl trace or kubectl neat, allowing them to perform additional tasks not included in the standard set of Kubernetes operations. All plugins are made by third parties.
Third-party plugins play an important role in Kubernetes security by extending its native capabilities, helping detect threats, enforcing policies, and providing visibility that the default configuration alone cannot offer.
Next, you will see that there are many ways to install plugins, either manually or using some tools. In this chapter, we will be leveraging the most popular open source tool, Krew, which...