hasura / hasura-k8s-stack

A feature-complete Hasura stack on Kubernetes
MIT License
138 stars 26 forks source link

Question about dns, NodePort and remote schema #4

Closed sachaarbonel closed 5 years ago

sachaarbonel commented 5 years ago

Hi guys, would it be theoretically possible to connect a hasura instance to a remote schema service without exposing it or knowing its ip adress? Via remoteschema.svc.cluster.local for example. The main purpose would be to add the migration step to the manifests

shahidhk commented 5 years ago

@Sach97 Yes, it is possible. It is hinted here: https://github.com/hasura/hasura-k8s-stack/blame/master/README.md#L315

sachaarbonel commented 5 years ago

Thank's I missed that line