Categorygithub.com/PranitRout07/Practice-Golangattempts-port-forwarding-using-kubectl
package
0.0.0-20241101072159-b6832a90a376
Repository: https://github.com/pranitrout07/practice-golang.git
Documentation: pkg.go.dev

# README

Here after executing kubectl port-forward service/my-service 8501:8501 , when there is a scale down in the number of pods due to less it throws some error and the command stops executing. To solve this error i have written this golang program which will automatically re run the command when the error occurs.