Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover the Trends Shaping AI in 2026: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ubaldo1002
Contributor
Contributor

Containerize Qlik Replicate

Hi,..

 

Is possible to containerize Qlik Replicate in Docker/Kubernetes  instead of having it installed in a VM ??

 

Is there any documentation about this ?

Thanks

2 Solutions

Accepted Solutions
Maria_Halley
Support
Support

@ubaldo1002

 

I will move this to the Qlik Replicate board

View solution in original post

mattdevdba
Luminary
Luminary

Yes this is possible. If you login to support and go to the downloads for Replicate Qlik provide a download that will generate a Dockerfile. I have a lab licence for Replicate and run it locally when trying out different features against AWS RDS. I've attached my customised Dockerfile and startup script (inline below as upload blocked) that I use for this purpose.

 

start_replicate.sh

#!/bin/bash
# Run Attunity Replicate
/opt/attunity/replicate/bin/areplicate start >> /dev/null 2>&1

View solution in original post

2 Replies
Maria_Halley
Support
Support

@ubaldo1002

 

I will move this to the Qlik Replicate board

mattdevdba
Luminary
Luminary

Yes this is possible. If you login to support and go to the downloads for Replicate Qlik provide a download that will generate a Dockerfile. I have a lab licence for Replicate and run it locally when trying out different features against AWS RDS. I've attached my customised Dockerfile and startup script (inline below as upload blocked) that I use for this purpose.

 

start_replicate.sh

#!/bin/bash
# Run Attunity Replicate
/opt/attunity/replicate/bin/areplicate start >> /dev/null 2>&1