Hi, I followed <https://docs.airbyte.com/deploying...
# kubernetes
a
Hi, I followed https://docs.airbyte.com/deploying-airbyte/on-kubernetes/ to deploy airbyte into our kubernetes cluster by running
Copy code
kubectl apply -k kube/overlays/stable
I am trying to create a Postgres source by connecting to the Postgres instance deployed as airbyte db, but got
Check Connection Failed!
, I checked airbyte-server log and got
Copy code
2022-08-02 19:27:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.16.41.115 POST 200 /api/v1/scheduler/sources/check_connection - {"connectionConfiguration":"REDACTED","sourceDefinitionId":"decd338e-5647-4c0b-adf4-da0e75f5a750"}
which made me feel like the connection is established successfully, what should I check next to proceed?
I created a port-forward for the Postgres instance and I was able to connect to it with the same parameters I put there to create the source connection
k
hey @Arvin Zheng were you able to figure this out?
a
@Kevin Han thanks for checking here, yes, I looked through the worker log and turned out that it was my networkpolicy issue which caused worker not able to talk to K8S API service