Hi,
I am trying to do a POC for a business process using Temporal. I am facing errors while setting up temporal locally with Kubernetes on MAC OS. I tried the instructions provided here, GitHub - temporalio/helm-charts: Temporal Helm charts.
This is the pod status after deploying the temporal using helm charts:
$$kubectl get pods
NAME READY STATUS RESTARTS AGE
mysql-1633380845-0 1/1 Running 7 3h1m
temporaltest-admintools-7f5c4db86d-brvbs 1/1 Running 0 25m
temporaltest-cassandra-0 1/1 Running 0 25m
temporaltest-frontend-58f895fd57-c8cgh 0/1 CrashLoopBackOff 7 25m
temporaltest-history-57bccb54fd-59h9s 0/1 CrashLoopBackOff 7 25m
temporaltest-matching-76598d78bc-c82xx 0/1 CrashLoopBackOff 7 25m
temporaltest-web-6dd9b4f97b-r2gdx 1/1 Running 0 25m
temporaltest-worker-8669cb678-xjw4l 0/1 CrashLoopBackOff 7 25m
I tried to look at the logs for the issues: found this ERROR:
** server can’t find temporaltest-cassandra.default.svc.cluster.local: NXDOMAIN
*** Can’t find temporaltest-cassandra.default.svc.cluster.local: No answer
waiting for cassandra service
Server: 10.96.0.10
Address: 10.96.0.10:53
TIA for the help.
Cassandra service is coming up successfully and under the environment i see the value of CASSANDRA_SEEDS as temporaltest-cassandra-0.temporaltest-cassandra.default.svc.cluster.local