Deploying an IAST agent for microservices on Kubernetes
AppScan supports automatic installation of the IAST agent on a Kubernetes cluster. Using a MutatingAdmissionWebhook, the IAST agent is automatically installed in any starting pod. You can install or remove the agent using Helm or Webhook scripts.
About this task

General instructions
Procedure
Helm-based installation
About this task
Procedure
Script-based installation
About this task
Procedure
Excluding a pod from IAST installation
Procedure
Using a private registry
About this task
Procedure
Installing in restricted environments
About this task
secagent
namespace where the MutatingAdmissionWebhook is deployed. In some restricted
environments, automatic namespace creation is not allowed. For example:
- Managed Kubernetes platforms, such as enterprise or cloud-managed clusters, where only administrators can create namespaces.
- Environments with strict RBAC policies that prevent service accounts or scripts from creating namespaces.
- Clusters with pre-provisioned namespaces that must be used as is.

