Postgres-operator: Expose services over NodePort

Created on 19 May 2020  路  4Comments  路  Source: zalando/postgres-operator

For migration purposes we must expose postgres outside of k8s cluster, our main exposure method is a NodePort.

It would be nice if cluster CRD will allow to alter service type to a NodePort and optionally specify a value for nodeport number

enhancement help wanted

Most helpful comment

All 4 comments

I would also like this option!

Sounds like a reasonable small PR to do. There is some code already around service creation and config so that would be the place to start. (compare lb vs non lb service)

Thanks. I am waiting for this option too

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaroslav-muller picture jaroslav-muller  路  5Comments

sergeyshaykhullin picture sergeyshaykhullin  路  5Comments

insertjokehere picture insertjokehere  路  5Comments

valer-cara picture valer-cara  路  5Comments

hjacobs picture hjacobs  路  7Comments