skip to content
Alvin Lucillo

Set k9s plugins

/ 1 min read

💻 Tech

You can use community plugins in k9s like viewing the full logs of a pod. To do that:

  1. Get the location of the plugins via k9s info. Ensure the file exists (e.g., /home/user/.config/k9s/plugins.yaml)
  2. Go to the plugins folder of the k9s repo, and choose the plugin you want to use. For example, log-full.
  3. Copy the contents of the chosen’s plugin YAML file and paste it into the plugins.yaml in your directory.