Files
releases/docs/website/content/integrations/gatekeeper.md
T
Charlie Egan 9bf54788f5 [docs] Move OPA ecosystem pages to site top-level (#6198)
* We are having trouble managing the complexity of having ecosystem pages shown in the versioned area of the OPA docs site (see website: link ecosystem from edge #6170)
* We have invested in the OPA ecosystem data recently and it makes sense to make it more prominent.
* The data in the OPA Ecosystem is harder to use when nested in docs as some Hugo functions are unavailable to nested sections.

This PR implements a solution by:

* Pages that were under /docs/version/ecosystem, /docs/version/integrations etc have been moved to /ecosystem and /integrations.
* Redirects have been created for the old pages in the netlify config.

Signed-off-by: Charlie Egan <charlie@styra.com>
2023-08-31 09:36:51 +01:00

992 B

title, subtitle, labels, code, software, tutorials, videos, docs_features, allow_missing_image
title subtitle labels code software tutorials videos docs_features allow_missing_image
OPA Gatekeeper Rego Policy Controller for Kubernetes
type layer
poweredbyopa configuration
https://github.com/open-policy-agent/gatekeeper
kubernetes
https://open-policy-agent.github.io/gatekeeper/website/docs/howto
https://youtu.be/RMiovzGGCfI?t=1049
https://youtu.be/6RNp3m_THw4?t=864
go-integration kubernetes
note
OPA Gatekeeper is written in Go and uses the [Rego Go API](https://www.openpolicyagent.org/docs/latest/integration/#integrating-with-the-go-api) to evaluate policies loaded from Custom Resources.
note
OPA Gatekeeper integrates with [Kubernetes Admission](https://open-policy-agent.github.io/gatekeeper/website/docs/customize-admission/) and also uses Custom Resources and the Kubernetes API server to store policy state.
true

Manage Rego Kubernetes admission policies using Custom Resources.