Jun Tech Blog
Discover interesting articles and insights
Cloud SQL for PostgreSQL Production Maintenance — A Runbook for Zero Data Loss, Zero Corruption
**Scope:** Scale the compute tier (vCPUs/RAM) of a Cloud SQL for PostgreSQL instance that is heavily utilized by GKE microservices with Kafka-based upstream and...
By Jun Nguyen
Native Kubernetes Resources: Everything You Need to Know
If you’ve ever wondered “_What resources come built into Kubernetes?_” or found yourself confused about which resources require additional installations, you’re...
By Jun Nguyen
Debugging Kubernetes CrashLoopBackOff: A Deep Dive into Redis Eviction Policies
> TL;DR: Your pod is crashing because it’s refusing to start with an unsafe Redis configuration. This article explains why that’s actually good design and how t...
By Jun Nguyen
Postgres DB v14 → v18 Migration Guideline
This article provides a comprehensive, step-by-step plan for upgrading your PostgreSQL database from version 14 to 18. It addresses the specifics of your enviro...
By Jun Nguyen
Kustomize for beginner
Kustomize is a tool that helps you manage different versions of your Kubernetes configuration (YAML) files for different environments, such as development, stag...
By Jun Nguyen