networkservicemesh / deployments-k8s

Apache License 2.0
42 stars 35 forks source link

Add PostgreSQL server to the spire server config and get rid of using persistent volume #12072

Open denis-tingaikin opened 5 months ago

denis-tingaikin commented 5 months ago

Context

We are using persistent volumes https://github.com/networkservicemesh/deployments-k8s/pull/10287

Now we can remove it and replace PostgreSQL server configuration.

See more details ihttps://github.com/spiffe/spire/issues/1840, https://spiffe.io/docs/latest/deploying/configuring/

It could simplify the system and requirements for the customers.

Closes https://github.com/networkservicemesh/deployments-k8s/issues/11930

denis-tingaikin commented 2 months ago

Looks like done.

denis-tingaikin commented 5 days ago

It's still todo. The spire server reports about persistent volume claims on the K8S cluster without persistent volume support.

Found by @Ex4amp1e