LinuxCommandLibrary

prowler-kubernetes

Kubernetes cluster security assessment

TLDR

Run Kubernetes security assessment

$ prowler kubernetes
copy
Run with specific context
$ prowler kubernetes --context [my-cluster]
copy
Run specific checks
$ prowler kubernetes --checks [pod_security_policy]
copy
Output to JSON
$ prowler kubernetes -M json -o [results/]
copy

SYNOPSIS

prowler kubernetes [options]

DESCRIPTION

prowler kubernetes performs security assessment of Kubernetes clusters. Checks for misconfigurations, RBAC issues, and security best practices. Supports CIS Kubernetes Benchmark.

PARAMETERS

--checks checks

Specific checks to run.
--context name
Kubernetes context.
--namespace name
Target namespace.
--compliance framework
Compliance framework.
-M, --output-modes format
Output format.
-o, --output-directory dir
Output directory.

SEE ALSO

prowler(1), kubectl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community