Postgresql (PG) is a quite powerful open source database systems and widely used as DB for many application types.By default, PG stores its data in one particular space, usually under /var/lib/pgsql/data.Sometimes …
Today I am on a quest to have all my applications running in Kubernetes containers connected to PostgreSQL to only use encrypted database connections. Earlier I did Sonarqube and posted …
I am using Sonarqube to validate my code, since I consider code quality important. My Sonarqube is running as container in Kubernetes, and uses an external Postgresql database. For security …