SKSai krishna Guduruinpostgresdatabase.hashnode.dev·Jan 18 · 3 min readRestore Pre-Prod PostgreSQL Database to Dev Using GitLab CI/CDIn most teams, the Dev database changes frequently. Developers run multiple development activities on the Dev DB such as testing new features, validating schema updates, debugging issues, or performing experiments. Sometimes, they may intentionally d...00
SKSai krishna Guduruinssl-certificate-renewal-k8s-ingress.hashnode.dev·Dec 20, 2025 · 4 min readSSL Certificate Renewal with Kubernetes IngressRenewing SSL certificates in Kubernetes can look simple on paper, but small mistakes (certificate order, secrets, ingress reloads) can cause confusion and delays. This article documents a real-world, end-to-end SSL renewal flow using NGINX Ingress, i...00
SKSai krishna Guduruinpostgresdatabase.hashnode.dev·Nov 29, 2025 · 3 min readHow to Create a Safe Read-Only User in PostgreSQL for Team AccessProblem Statement In many teams, the database is accessed using a powerful admin/superuser login.This increases risk because: An accidental UPDATE or DELETE may modify production data New tables or sequences may get created unintentionally Grants ...00