Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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