Code studio exposition
Hello , we have a custom Dataiku version 12.5.2 running inside an azure vm and we want to use the code studio feature ! unfortunately the communication between DSS UI and the HTTP server running inside the pod uses portforwarding and it's not permitted in the environment we're working on ! Is it possible to change the exposition like in webapps ? (through an arbitrary yaml where we can define a service and an ingress)
Thank you !
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
I don't believe this is possible. Furthermore in order to allow containerised execution you will need to have full inbound conectivity from the K8S cluster nodes into the DSS server in any TCP port:
"The containers running on the cluster must be able to open TCP connections on the DSS host on any port."
https://doc.dataiku.com/dss/latest/containers/setup-k8s.html
"The networking requirement is that the DSS machine has full inbound connectivity from the EKS cluster nodes."
https://doc.dataiku.com/dss/latest/containers/eks/managed.html#network-settings