https://www.orchest.io/ logo
Title
v

vihansh reddy

12/30/2022, 8:39 AM
Hey Guys, can you please help me a link/procedure to install Orchest tool in an on-prime Kubernetes (not with GKE/EKS).
j

Jacopo

12/30/2022, 9:01 AM
Hi @vihansh reddy, about the cluster not having access to the internet, some operations in Orchest pretty much require one; the most auxiliary ones (i.e. checking if a new version is out) fail gracefully but some core functionality, like building environment images, require internet access, unless you are willing to go through a lot of hoops by pre building images, pushing them to the container runtime of each node in the cluster, etc. And making this work properly in Orchest would be a feature in itself About on premise no GKE/EKS clusters, if it's multi node there are no explicit instructions to do so, although it's probably better if @Yannick pitches in here
y

Yannick

12/30/2022, 9:13 AM
I agree with @Jacopo on the sentiment that without an internet connection Orchest is probably not the best solution. Installation on most clusters is done the same way as the Orchest Controller will identify the k8s distro it is running on (docs). However, depending on the distro, there might be some caveats resulting in Orchest not working properly. So you could definitely try to install Orchest on your cluster but if its not GKE/EKS then we can't guarantee anything (sadly).
v

vihansh reddy

12/30/2022, 9:14 AM
Ok, thanks for your feedback. can you please Helm chart's of Orchest tool to install in on-prime Kubernetes cluster.
y

Yannick

12/30/2022, 9:19 AM
The recommended way to install Orchest is using the
orchest-cli
, alternatively you can install using `kubectl`: docs