Skip to content

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:

  1. Log in to the Wiz platform. Contact the Siemens OPS team if you need login-related information.
  2. Create a service account using this link: Wiz Sign in.

    Service account

  3. Configure the helm chart by following the steps:

    1. Create namespace: kubectl create namespace wiz
    2. 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
      
    3. 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/
      
  4. Use the deployment service Helm chart available at: Private Cloud Wiz Integration Manifests.

  5. After deploying Wiz, submit a support request to the CNAPP team through the CNAPP Service Management portal.

    Cluster


Last update: February 6, 2025