Dataiku deployment on Kubernetes Cluster

Solved!
gizmo1177
Level 1
Dataiku deployment on Kubernetes Cluster

I have general question related to the Dataiku in a Kubernetes Cluster. It is more to verify if my understanding is correct. Please correct me in case I am wrong.

In general:

Is this correct?

0 Kudos
1 Solution
JordanB
Dataiker

Hi @gizmo1177,

This is correct! Note, when deploying your api service on a Kubernetes cluster, the load balancer is configured within your k8s Infrastructure in DSS UI under "service exposition". When you choose "load balancer" as your exposition mode, a load balancer annotation is applied to the manifest for the service and will be deployed with your api service to dispatch traffic. โ€ƒ

Screenshot 2023-07-31 at 3.45.58 PM.png

Thanks!

Jordan

View solution in original post

0 Kudos
1 Reply
JordanB
Dataiker

Hi @gizmo1177,

This is correct! Note, when deploying your api service on a Kubernetes cluster, the load balancer is configured within your k8s Infrastructure in DSS UI under "service exposition". When you choose "load balancer" as your exposition mode, a load balancer annotation is applied to the manifest for the service and will be deployed with your api service to dispatch traffic. โ€ƒ

Screenshot 2023-07-31 at 3.45.58 PM.png

Thanks!

Jordan

0 Kudos