GKE dynamic PersistentVolume capacity does not match PersistentVolumeClaim
I do not know if this is specific to GKE or k8s storage in general. I assume it’s user error.
Why can’t I deploy a yaml file Kubernetes Google?
I’m trying to deploy my first application via Google Kubernetes. When I enter the command kubectl apply -f deploy.yaml I should get this:
GKE meta data identity
I have a google kubernetes service running. I configured the deployment with a service account. This setup seems to work since I managed to connect to the google storage.
However I would also like to access an AWS service for which I want to use an identity token which I can then use to access the AWS service.