The Wiz Kubernetes Connector provides security visibility into your Kubernetes clusters by scanning for vulnerabilities, misconfigurations, and compliance issues. This guide covers how to install the connector on Talos Linux.Documentation Index
Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have the following:- Talos 1.83 or later
- A Wiz account with access to the Wiz portal.
- A Wiz Service Account with Kubernetes Connector permissions. You can create one in the Wiz portal under Settings > Service Accounts.
helminstalled on your local machine.kubectlconfigured to access your Talos cluster.
Set up the Wiz Kubernetes connector credentials
To install the Wiz Kubernetes Connector, you need to set your Wiz credentials as shell variables and create a Helm values file that references them. Step 1. Export your Wiz credentials as shell variables, replacing each placeholder with the corresponding value from Wiz:wiz-values.yaml by running the following command. This file configures authentication with the Wiz API and specifies the cluster to register:
Install the Wiz Kubernetes connector
You can install the Wiz Kubernetes Connector in one of the following ways:- Using Omni manifest sync: Recommended if you manage clusters with Omni. This approach renders the Helm chart to static manifests that Omni applies automatically after the cluster becomes available.
- Using Helm: Recommended if you manage your clusters directly without Omni.
Using Omni manifest sync
With Omni manifest sync, you manage the Wiz connector declaratively as part of your cluster configuration. First render the Helm chart to static manifests, then reference those manifests in your cluster template. Step 1. Render the Helm chart to a manifest file:wiz-prereqs.yaml file with the namespace and secret:
Running state. After startup, the connector registers with the Wiz portal and begins scanning the cluster. You can verify the connection in the Wiz portal under Settings > Connectors.
Using Helm
If you are not using Omni, you can install the connector directly with Helm. Step 1. Add the Wiz Helm repository:Running state. The connector will register with the Wiz portal and begin scanning your cluster. You can confirm the connection in the Wiz portal under Settings > Connectors.