Not able to port forward from local to redis server in wrokload in GCP
I am trying to connect to redis cache in dev server which is a pod in GCP. we are trying to connect it through a proxy server using below command gcloud beta compute ssh --zone "<zone>" "proxy-server" --project "project-name" --internal-ip…