Developing with WSL onWindows: How It Works and How to Use It EffectivelyAfter working with macOS and Linux for years, swithing to Windows felt unfamilir. PowerShell didn’t feel intuitive, and Git Bash was…May 5May 5
Understanding Go Modules and Packages — A Comparison with Node.jsWhen I first started learning Go, Node.js naturally came to my mind. Maybe it’s because both languages use the ideas of modules and…Apr 28Apr 28
Crunchy Data: How Cloud-Native PostgreSQL Works with KubernetesAs organization shift toward Kubernetes-native infrastructure, managing stateful workloads like databases requires automation, resilience…Apr 7Apr 7
Developing Software on Windows Using PowerShellPowerShell is a robust and versatile command-line tool built into Windows, but it’s often overlooked by developers in favor of Unix-like…Jan 4Jan 4
Push vs. Pull in IT: More Than You ThinkThere’s a joke in Korea: If you want to spot who’s Korean, watch how they open a door. They’ll push the door — no matter whether it’s…Dec 31, 2024Dec 31, 2024
Understanding the Chart Context in Helm TemplatesIf you’ve worked with Helm templates, you may have noticed the . (dot) being passed into helpers, like {{ include "common.names.fullname" …Dec 16, 2024Dec 16, 2024
How to Manage Environment Variables in Helm Charts: A Comprehensive GuideHelm is renowned not only as a package manager for Kuberentes but also for its robust templating and customization capabilities. These…May 12, 2024May 12, 2024
Setting Up a Local Kubernetes Development Environment with VirtualBox and Vagrant for AWS EKSIntroductionApr 20, 2024Apr 20, 2024