Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Eg. For Kafka-v2 If you are using AWS as a cloud provider, change the respective volume id’s and zone’s

(You will get the volume id’s ids and zone details from either remote state bucket or from AWS portal)

...

Eg. Kafka-v2 If you are using Azure cloud provider, change the diskName and diskUri

(You will get the volume id’s ids and zone details from either remote state bucket or from Azure portal)

...

4.  Deploy the backbone services using  go command

Code Block
cd /eGov-infraOpsDIGIT-DevOps/deploy-as-code/egov-deployer
go run main.go deploy -e dev -p -c 'kafka-v2,redis,zookeeper-v2,elasticsearch-data-v1,elasticsearch-master-v1,playground,cert-manager,kafka-connect,kafka-connect-restart-tasks,kibana-v1,nginx-ingress'

...