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.
- Get KubeLinter result (
GET /api/v1/kubelinter/get
) - Execute new KubeLinter scan (
GET /api/v1/kubelinter/new
) - List all KubeLinter scans, fetched from database (
GET /api/v1/kubelinter/list
) - Delete a KubeLinter scan (
POST /api/v1/kubelinter/delete
)