MKMurali Krishna Appariinmuralidevops.hashnode.dev·Aug 18, 2025 · 5 min readSafely Deleting PostgreSQL Roles and Reassigning Ownership (Interactive Script)Managing PostgreSQL roles securely is crucial, especially when decommissioning application users or consolidating database accounts. Simply dropping a role can fail if it owns objects, databases, or has privileges scattered across multiple databases....00
MKMurali Krishna Appariinmuralidevops.hashnode.dev·Jan 31, 2025 · 3 min readGCP Secrets to K8s SecretsLet us say that we have a secret in GCP, which is having multiple values in a single secret. For example, this is my secret KEYCLOAK_USER=*** KEYCLOAK_PASSWORD=*** KC_DB=*** KC_DB_URL=*** KC_DB_USERNAME=*** KC_DB_PASSWORD=*** KC_PROXY=*** health-en...00
MKMurali Krishna Appariinmuralidevops.hashnode.dev·Sep 12, 2024 · 1 min readCreating Kubernetes dashboardFirst connect with the Cluster: If using AWS kubernetes cluster aws eks --region <region> update-kubeconfig --name <cluster_name> If using GCP kubernetes Cluster: gcloud container clusters get-credentials <name> --zone <region> --project <project-id...00