'Can’t install YugabyteDB in kubernetes cluster

[Question posted by a user on YugabyteDB Community Slack]

I have tried setting up YugaByte in Kubernetes and it keeps erroring out during installation. Can someone help here?

I have a Digital Ocean Kubernetes cluster and I am trying to install YugaByteDB over there. I am using Helm I tried deploying yugabyte into Minikube in my local and it worked. But when I am trying to do similar at Kubernetes it goes unresponsive for a while and then error out

With this command:

helm install yb-demo yugabytedb/yugabyte --namespace yb-demo --wait

It gives me this error: Error: INSTALLATION FAILED: timed out waiting for the condition.

I am following this: https://docs.yugabyte.com/preview/deploy/kubernetes/single-zone/oss/helm-chart/

I can see the pods from the cluster but they are reporting sync issues. Running:

kubectl get svc -n yb-demo

enter image description here

kubectl get pods -n yb-demo

enter image description here

enter image description here

enter image description here

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source