https://www.orchest.io/ logo
#tech-support
Title
# tech-support
b

Bruno Oliveira dos Santos

04/10/2023, 10:42 AM
Hi everyone. I have some errors in deploying Orchest on GKE. I will detail in the thread.
I'm conducting tests to deploy Orchest on a GKE cluster. My cluster is a single node, I applied the necessary yamls to deploy the application, however some PODs were uploaded and others were not, as shown in the images below:
image.png
Observing the OrchestComponents, it is seen that the API component was applied, but the deployment and PODS of the API did not go up:
I checked here in orchest-cluster the following status:
Copy code
status:
  conditions:
    - event: deploying orchest-database
      lastHeartbeatTime: '2023-04-06T10:37:40Z'
      lastTransitionTime: '2023-04-06T10:37:40Z'
    - event: deploying rabbitmq-server
      lastHeartbeatTime: '2023-04-06T10:38:15Z'
      lastTransitionTime: '2023-04-06T10:38:15Z'
    - event: deploying orchest-api
      lastHeartbeatTime: '2023-04-06T10:38:27Z'
      lastTransitionTime: '2023-04-06T10:38:27Z'
  lastHeartbeatTime: '2023-04-06T10:37:40Z'
  observedHash: 7c97f5f444
  state: Deploying Orchest Control Plane
It looks like it's still in the deployment process, but it doesn't leave this status.
Could someone help me with this analysis?
r

Rick Lamers

04/10/2023, 1:42 PM
Hi @Bruno Oliveira dos Santos, @Jacopo will be back on Wednesday We've never run on GKE, in an ideal world all managed k8s act the same but unfortunately there are usually gotchas. Most of the idiosyncrasies are related to the storage layer, so maybe check the installation docs for EKS and compare notes to GKE docs to see if everything is properly configured
b

Bruno Oliveira dos Santos

04/10/2023, 1:45 PM
Hi @Rick Lamers, ok no problems. You don't have any internal document with GKE context right?
r

Rick Lamers

04/10/2023, 1:45 PM
Nope, we hadn't ever had a need to deploy to GKE yet
b

Bruno Oliveira dos Santos

04/10/2023, 1:46 PM
Uh cool, I'll take a look at the storage part. Thanks a lot for the feedback.
👍 1
90 Views