GCP credentials with skaffold for local development

3/31/2020

What is the standard approach to getting GCP credentials into k8s pods when using skaffold for local development?

When I previously used docker compose and aws it was easy to volume mount the ~/.aws folder to the container and everything just worked. Is there an equivalent solution for skaffold and gcp?

-- Marty Young
google-cloud-platform
kubernetes
skaffold

0 Answers