Deploying CDP Manager
This section provides detailed instructions on how to deploy HCL CDP Manager using the Devtron in the AWS.
Prerequisites:
Make sure to create cdp-manager secret with required data in the AWS Secrets Manager before deploying CDP Manager.

To create the cdp-manager secret in the AWS secret manager, follow the steps below:
- Create a cdp-manager secret sample key and value in the cdp-manager secret, and
update ConfigMaps data with actual
values.
{ "AerospikeHost": "<AerospikeHost>", "AerospikePort": "<AerospikePort>", "DbName": "<DbName>", "DbPassword": "<DbPassword>", "DbUrl": "<ip:port>", "DbUsername": "<DbUsername>", "KafkaBrokers": "<KafkaBrokers>", "KafkaPassword": "<KafkaPassword>", "KafkaSaslMechanism": "<KafkaSaslMechanism>", "KafkaSecurityProtocol": "<KafkaSecurityProtocol>", "KafkaUsername": "<KafkaUsername>" }
Deploying CDP Manager
To deploy the CDP Manager, follow the steps below:
- Navigate to the Devtron Chart Store, and select the cdp-manager chart to
deploy.
.png)
- Now, configure and deploy the CDP Manager charts.

- In the YAML section, update the ConfigMap using below details and deploy
the
charts.
AerospikeNamespace: <AerospikeNamespace> AerospikeSetName: <AerospikeSetName> NifiApiUrl: http://<ip:port>/nifi-api NifiParentProcessorGroupId: <NifiParentProcessorGroupId> NifiRouteonattributeProcessorId: <NifiRouteonattributeProcessorId> NifiRouterProcessorId: <NifiRouterProcessorId> NifiSourceFailureProcessorId: <NifiSourceFailureProcessorId> NifiSourceSuccessProcessorId: <NifiSourceSuccessProcessorId>
- On successful deployment, validate the deployment as shown below.
