31 lines
682 B
YAML
31 lines
682 B
YAML
id: kubelet-stats
|
|
|
|
info:
|
|
name: Kubelet Stats
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet stats
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,k8s,kubernetes,devops,kubelet
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/stats/summary"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"node":'
|
|
- '"nodeName":'
|
|
condition: and
|
|
|
|
# digest: 4b0a0048304602210088d4d2093fb7565e743c2c60040525082e347187f5a00a18f8004e2ed09c55af022100e96a207099d2c2e65d60b8bf94bc251c9b68527a4b0edb97cd70f261f4f71a88:922c64590222798bb761d5b6d8e72950
|