Deploying Wiz¶
This section explains the steps to deploy the Wiz Kubernetes integration efficiently in a cloud-native environment.
To deploy Wiz Kubernetes, follow the steps:
- Log in to the Wiz platform. Contact the Siemens OPS team if you need login-related information.
-
Create a service account using this link: Wiz Sign in.
-
Configure the helm chart by following the steps:
- Create namespace:
kubectl create namespace wiz
-
Create Docker registry secret.
kubectl -n wiz create secret docker-registry sensor-image-pull \ --docker-server=wizio.azurecr.io/sensor \ --docker-username=wizio-repo-5a152dcf-6595-4c76-9cb8-20d77420e984 \ --docker-password=Kur7dR1L8CrM11c+7+Fb0FeIMIZiKDeJwp39T9Kqmy+ACRDBAq2p
-
Fetch and extract Helm chart.
helm search repo wiz-sec/wiz-kubernetes-integration helm pull wiz-sec/wiz-kubernetes-integration tar -zxvf wiz-kubernetes-integration-0.1.106.tgz wiz-kubernetes-integration/
- Create namespace:
-
Use the deployment service Helm chart available at: Private Cloud Wiz Integration Manifests.
-
After deploying Wiz, submit a support request to the CNAPP team through the CNAPP Service Management portal.
Last update: February 6, 2025