Implementing Dynamic Engine on a minikube
Install and configure Dynamic Engines on a minikube cluster for a quick hands-on before implementing them in your organization.
Prerequisites:
- You must have Docker and minikube installed.
- Ensure that the Docker daemon is running.
- The minikube tool has been installed and configured to use a Kubernetes version
supported by Dynamic Engines. For further information about the supported Kubernetes
versions, see Kubernetes specifications.
For further information, see minikube installation.
Add a Dynamic Engine on your minikube cluster
Procedure
Results
To monitor the process, run this command:
This
command returns a message like pod/engine-operator-dp-{id} condition
met, where {id} is a random alphanumeric identifier.
kubectl wait --for=condition=Ready pod -l app.qlik.com/name=engine-operator -n qlik-dynamic-engine --timeout=10m
Add a Dynamic Engine environment for the Dynamic Engine
Procedure
Results
What to do next
If you want to delete the minikube instance, use the following command:
minikube delete --profile QlikDE
This will remove the minikube instance and all its associated files.
- For more information about Dynamic Engine logs: see Deactivating log transfer.
- For known limitations of Dynamic Engines, see Known limitations.
- For a complete guide about Dynamic Engines, see Dynamic Engine Configuration Guide. With this guide, you create and deploy Dynamic Engines and their environments for production.