To enable Carbon Black Container, you must install one Carbon Black Kubernetes Sensor for each Kubernetes cluster. To do so, you must add a cluster to the console.
A Kubernetes extension called Operator and a custom resource definition are used to deploy the Kubernetes Sensor. Operators consist of set of controllers that deploy and manage user-defined components and report on their health. You define the components with a custom resource definition.
The Carbon Black operator deploys the Kubernetes Sensor inside the cluster and manages its lifecycle. The data in the custom resource file defines which features are enabled for the sensor. The essential steps of the sensor deployment procedure are:
- Setup and install the Carbon Black Operator
- Deploy the Carbon Black Agent on top of the Operator.
- Allow access to the Carbon Black Cloud console
- Configure the Kubernetes Sensor and scanner
Note:
- The Add Cluster wizard walks you through these steps in Add a Cluster and Install the Kubernetes Sensor.
- A technical overview and separate deployment instructions for the Operator and Agent are included in Carbon Black Container Operator Technical Reference. You generally do not need to separately install these components, but the background information and deployment content is added here for your convenience.