Created
September 9, 2019 20:12
-
-
Save Niraj-Fonseka/51523efe03b566cd8dcb96a17649484b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo " ---- Getting credentials for the hd-engineering cluster ---- " | |
gcloud container clusters get-credentials hd-engineering-cluster --zone us-central1-a --project hd-engineering | |
echo " ---- Creating a ephemeral pod in the retooling cluster ---- " | |
echo " ---- run -> telnet internalhostip 6379 to connect to the memorystore instance " | |
kubectl -n retooling run memorystore-proxy --rm -i --tty --image us.gcr.io/hd-engineering/memorystore-proxy -- bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment