Jun Tech Blog
Discover interesting articles and insights
Technology
Nov 8, 2025
7 min read
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
Kubernetes
Technology
Oct 19, 2025
13 min read
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
Redis
Technology
Oct 18, 2025
5 min read
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
Database
Postgres
Technology
Sep 16, 2025
3 min read
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
Productivity