DataIKU Deployment and Installation in Azure Kubernetes
Hello,
I'm looking for some information, reference architecture to deploy dataiku on Azure Kubernetes. We would like to set up a dev environment for testing the app.
also, any guidance , pros cons etc would be appreciated .
Also looking for documentation and steps on how to deploy the app on Azure K8's.
Operating system used: Redhat
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
The first thing to understand is that Dataiku, in general terms, does not run in Kubernetes. I say that because the main node components, Designer and Automation, do not run in Kubernetes. There are however certain things that can in Kubernetes:
- API Node: https://doc.dataiku.com/dss/latest/apinode/kubernetes/index.html
- Certain workloads: https://doc.dataiku.com/dss/latest/user-isolation/reference-architectures/kubernetes.html
- Code Studios: https://doc.dataiku.com/dss/latest/code-studios/index.html
My advice will be that you do not look at any of the above until you have some actual and real ML use cases that need the above components AND more importantly the use case will benefit from using Kubernetes.