Postgres redeployment on EKS pulls old Postgres deployment seemingly saved on EC2 nodes storage
I’m trying to deploy an ephemeral postgres database for our development team to bring up and down without persisting any data. Currently during testing I’m using kubectl apply -f postgres
deployment of the following items.
Postgres redployment on EKS pulls old Postgres deployment seemingly saved on EC2 nodes storage
I’m trying to deploy an ephemeral postgres database for our development team to bring up and down without persisting any data. Currently during testing I’m using kubectl apply -f postgres
deployment of the following items.