Hi Team I have deployed the oathkeeper+keto+kartos...
# talk-keto
a
Hi Team I have deployed the oathkeeper+keto+kartos on k8s using helm : But facing one issue from oauthkeeper pod,i unable to ping or connect keto endpoint : oauthkeeper-->keto --> not working
Copy code
$ kubectl exec -it ory-oathkeeper-stance-dev-cbb5fcc9-f5mbn  -n ory-oathkeeper  -- sh
/ $ wget -qO- ory-keto-stance-dev-read.ory-keto.svc.cluster.local/health/alive
wget: server returned error: HTTP/1.1 503 Service Unavailable
I have trired to ping keto from other pod it working fine : kratos --> keto --> working fine
Copy code
kubectl exec -it kratos-65f4695bbd-vgffx kratos-frontend -- sh
/ # wget -qO- ory-keto-stance-dev-read.ory-keto.svc.cluster.local/health/alive
{"status":"ok"}
Can someone help here ? ``````
s
looks like a problem with your networking config in k8s
a
@steep-lamp-91158 Already checked , the keto pod only not connect from oathkeeper pod only .