1
0
Fork 0
mirror of https://github.com/imjasonh/gke-auth synced 2026-07-07 00:23:18 +00:00

comparison is the thief of joy

This commit is contained in:
Jason Hall 2022-03-13 15:29:16 -04:00
parent 6296f1ef4f
commit 0dde9ffb24

View file

@ -57,3 +57,4 @@ If you're downloading and installing and running `gcloud` just to execute `gclou
Installing `gcloud` can take _minutes_, compared to just a few seconds with `gke-auth`, even if you have to build it from source.
The [example GitHub Actions workflow](./.github/workflows/test-action.yaml) sets up Workload Identity auth to GKE and lists pods in a cluster in _about seven seconds_.
Compare that to [the equivalent using `gcloud`](./.github/workflows/using-gcloud.yaml), which takes 33 seconds.