39 lines
789 B
YAML
39 lines
789 B
YAML
id: kubelet-healthz
|
|
|
|
info:
|
|
name: Kubelet Healthz
|
|
author: sharath
|
|
severity: info
|
|
description: Scans for kubelet healthz
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,k8s,kubernetes,devops,kubelet
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/healthz"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- "text/plain"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "ok"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Kubernetes"
|
|
|
|
# digest: 4a0a00473045022100b6a5185e99843651a0ec7f195e57ef7926ad97bdf071d475d0ded2cdd5d35ef002207d86815477937a5637be55b83ad3d9eae0344a6d4a2a4704b59bffba5832bba7:922c64590222798bb761d5b6d8e72950
|