I have a work requirement where I needed to create a Kubernetes Pod(say child pod) from with in a pod(sat Master pod) in the same cluster.
So far I was able to create a child pod from master pod.
Problem, where I wanted help is the setup for gcloud
and kubernetes
. To make my pod create these child pods, I had to install these two & configure them with same credentials as I have in my local system.
Issues at hand