Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions getting_started/enforce_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ The flow is:
</Step>
</Steps>

<Note>
**Experimental example:** [`kosli-dev/kosli-admission-webhook`](https://github.com/kosli-dev/kosli-admission-webhook) is a reference implementation of a Kubernetes admission webhook that asserts container image compliance in Kosli before scheduling. It is provided as an example to get you started — not a supported product — and feedback is welcome.
Comment thread
mbevc1 marked this conversation as resolved.
Outdated
</Note>

<Tip>
The [Kosli K8S Reporter](/helm/k8s_reporter) reports what is running in your Kubernetes environments to Kosli. Pair it with an admission controller to both enforce and monitor compliance.
</Tip>
Expand Down