🧪 Helm Day-1: Deploy App on EKS
🎯 Goal
Understand Helm basics
Deploy an app to EKS using Helm
Learn chart, values, install, upgrade, uninstall
🧰 Prerequisites (Quick Check)
Make sure these already work:
kubectl get nodes
You should see EKS worker nodes.
helm version
If He...
tirucloud.hashnode.dev2 min read