26 lines
457 B
YAML
26 lines
457 B
YAML
id: kubelet-stats
|
|
|
|
info:
|
|
name: Kubelet Stats
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet stats
|
|
tags: tech,k8s,kubernetes,devops,kubelet
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/stats/summary"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"node":'
|
|
- '"nodeName":'
|
|
condition: and |