Building a Write-Once Publishing Pipeline
The problem Writing content is the easy part. Publishing it consistently across platforms — with the right metadata, images, tags, canonical URLs, and updates — is where things usually fall …
DevOps | Kubernetes | Configuration Management
The problem Writing content is the easy part. Publishing it consistently across platforms — with the right metadata, images, tags, canonical URLs, and updates — is where things usually fall …
How to secure wikijs (node.js) storage backends with TLS successfully
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 …