zalando / zalando/postgres-operator

Ability to run the master and replica load-balancers from the same host

Open
#2,850 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
5.2k
Forks
1.1k
Avg merge
2d 16h
Merged PRs (30d)
3

Description

  • Which image of the operator are you using? e.g. ghcr.io/zalando/postgres-operator:v1.14.0
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? local k3d cluster
  • Are you running Postgres Operator in production? no
  • Type of issue? feature request

The master and replica load balancers both use the same port number, preventing them from running on the same host. Please provide a way to change the port number being used by each load balancer so we can run them on the same host if needed. This is especially needed for debugging/testing against a local cluster.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating where the operator creates the master and replica load balancers and assigns their ports. Check the local k3d setup described in the issue, then verify that each load balancer can be configured with a distinct port and both can run on one host.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes, postgresql
Domain
databases, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.