Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion enforcers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Aqua Enforcers secure your workloads and infrastructure during runtime.
### Enforcers Types
Following are the enforcers that can be deployed in Aqua:
* [Aqua Enforcer](./aqua_enforcer): full runtime protection for containers, as well as selected host-related functionality.
* [Kube Enforcer](./kube_enforcer): runtime security for your Kubernetes workloads and infrastructure. It can be deployed with advanced configuration and/or co-requisite Starboard.
* [Kube Enforcer](./kube_enforcer): runtime security for your Kubernetes workloads and infrastructure. It can be deployed with advanced configuration and/or co-requisite Trivy-operator.
* [VM Enforcer](./vm_enforcer): enforcement and assurance functionality for hosts (VMs) and Kubernetes nodes.
* [Windows Enforcer](./windows_enforcer): full runtime protection for containers, as well as selected host-related functionality for Windows platforms.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Deploy KubeEnforcer using Helm

You can deploy KubeEnforcer in your Kubernetes cluster, using the Helm charts. KubeEnforcer can be deployed on the same cluster as the Aqua Server or on a different cluster, per your configuration. KubeEnforcer can be deployed with Starboard and/or advanced configuration by passing the required parameters through Helm commands. For deployment instructions, use the following resources:
You can deploy KubeEnforcer in your Kubernetes cluster, using the Helm charts. KubeEnforcer can be deployed on the same cluster as the Aqua Server or on a different cluster, per your configuration. KubeEnforcer can be deployed with Trivy-operator and/or advanced configuration by passing the required parameters through Helm commands. For deployment instructions, use the following resources:

* [Install KubeEnforcer using helm charts](https://github.com/aquasecurity/aqua-helm/tree/2022.4/kube-enforcer#deploy-the-helm-chart)
* [Pass the required parameters for KubeEnforcer Advanced configuration](https://github.com/aquasecurity/aqua-helm/tree/2022.4/kube-enforcer#configurable-parameters)
Expand Down
Loading