-
Notifications
You must be signed in to change notification settings - Fork 81
kubectl plugins
Dev edited this page Jan 27, 2021
·
1 revision
- kubectl man - Show Man page information about a Custom Resource
- kubectl connections - Show relationships of a Kubernetes resource with other resources.
- kubectl metrics cr - Get CPU/Memory/Storage consumption of a Custom Resource instance
- kubectl metrics service - Get CPU/Memory/Storage consumption of all the Pods reachable from a Service instance
- kubectl metrics account - Get CPU/Memory/Storage consumption of all the Pods that belong to a account
- kubectl metrics helmrelease - Get CPU/Memory/Storyage consumption of all the Pods that are part of a Helm release
- kubectl grouplogs cr composition - Get logs of all the Pod/containers of a Custom Resource instance
- kubectl grouplogs cr connections - Get logs of all the Pod/containers that are related to a Custom Resource instance
- kubectl grouplogs service - Get logs of all the Pods/containers that are related to a Service instance
- kubectl grouplogs helmrelease - Get logs of all the Pods/containers that are part of a Helm release