💻 Tech
You can use community plugins in k9s like viewing the full logs of a pod. To do that:
- Get the location of the plugins via
k9s info
. Ensure the file exists (e.g.,/home/user/.config/k9s/plugins.yaml
) - Go to the plugins folder of the k9s repo, and choose the plugin you want to use. For example, log-full.
- Copy the contents of the chosen’s plugin YAML file and paste it into the
plugins.yaml
in your directory.