https://github.com/ryuheechul/gcloud
https://github.com/ryuheechul/gcloud
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryuheechul/gcloud
- Owner: ryuheechul
- Created: 2020-08-21T16:38:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T12:55:26.000Z (about 5 years ago)
- Last Synced: 2025-06-17T22:11:27.381Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gcloud via docker
quickly use gcloud tools and other stuff in a container via docker
# run as a container
`$ make shell`
# run Cloud Shell
`$ make cloud-shell`
# build
> for example, when you updated Brewfile
`$ make build`
# sink-conf
`$ make sink-conf`
This will copy `~/.kube/config # container's perspective` to `./home/cloud-kubeconfig # outside's perspective`.
So that you can use it to connect your k8s container from outside when you wish.
> GKE's session with this copied config file will be only temporarily valid though