Skip to main content

Kubelinter

KubeLinter aims to help developers analyze whether Kubernetes YAML files are under protection based on the best practices of container orchestration.

Available APIs

tip

See KubeLinter API Reference for more details.

  1. Get KubeLinter result (GET /api/v1/kubelinter/get)
  2. Execute new KubeLinter scan (GET /api/v1/kubelinter/new)
  3. List all KubeLinter scans, fetched from database (GET /api/v1/kubelinter/list)
  4. Delete a KubeLinter scan (POST /api/v1/kubelinter/delete)