How does a pod actually reach another pod?
I scaled the backend to three replicas.
That was it. That's all I did. No config change, no code change. Just:
kubectl scale deployment backend --replicas=3
Thirty seconds later my frontend stopped w
heyyprakhar01.hashnode.dev18 min read