Summary
Unable to access Airbyte via browser on Google Cloud VM, getting connection refused error
Question
I have an issue setting up airbyte on GC with a VM.
Airbyte is successfully installed. I can curl the localhost. but not reach it via the browser.
E1003 10:28:47.613520  122799 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"<https://127.0.0.1:34847/api?timeout=32s>\": dial tcp 127.0.0.1:34847: connect: connection refused"
E1003 10:28:47.615658  122799 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"<https://127.0.0.1:34847/api?timeout=32s>\": dial tcp 127.0.0.1:34847: connect: connection refused"
E1003 10:28:47.617708  122799 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"<https://127.0.0.1:34847/api?timeout=32s>\": dial tcp 127.0.0.1:34847: connect: connection refused"
E1003 10:28:47.619407  122799 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"<https://127.0.0.1:34847/api?timeout=32s>\": dial tcp 127.0.0.1:34847: connect: connection refused"
E1003 10:28:47.620960  122799 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"<https://127.0.0.1:34847/api?timeout=32s>\": dial tcp 127.0.0.1:34847: connect: connection refused"
The connection to the server 127.0.0.1:34847 was refused - did you specify the right host or port?
BM@airbyte:~$ kind get clusters
airbyte-abctl
BM:~$ kubectl config current-context
kind-airbyte-abctl
BM@airbyte:~$ kubectl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig --namespace airbyte-abctl get pods
NAME                                                      READY   STATUS      RESTARTS        AGE
airbyte-abctl-airbyte-bootloader                          0/1     Completed   0               7h55m
airbyte-abctl-connector-builder-server-77bd46c94c-226vw   1/1     Running     0               7h54m
airbyte-abctl-cron-5b5fbbcb99-68jg9                       1/1     Running     0               7h54m
airbyte-abctl-pod-sweeper-pod-sweeper-59c9f5966f-2s2xs    1/1     Running     0               7h54m
airbyte-abctl-server-7b8685fd77-qq8mk                     1/1     Running     1 (7h51m ago)   7h54m
airbyte-abctl-temporal-688489fcb6-nk8vc                   1/1     Running     0               7h54m
airbyte-abctl-webapp-58b8dfc689-bvx76                     1/1     Running     0               7h54m
airbyte-abctl-worker-695f6b4fdb-kpj9n                     1/1     Running     0               7h54m
airbyte-abctl-workload-api-server-7f6d5d677c-4j8f5        1/1     Running     0               7h54m
airbyte-abctl-workload-launcher-867db77d98-r2pzc          1/1     Running     0               7h54m
airbyte-db-0                                              1/1     Running     0               7h55m
airbyte-minio-0                                           1/1     Running     0               7h55m```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1727951764473499) if you want 
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte", "google-cloud", "vm", "kubectl", "connection-refused", "browser"]
</sub>