Giter Site home page Giter Site logo

google-cloud-cli's Introduction

Google Cloud CLI

Build Status


This Docker image features the tools required to interact with the Google Cloud API (via the gcloud CLI tool and with any Kubernetes cluster, both hosted (via the GKE) or running on prem

Usage

Getting the image

Pull the latest image with

$ docker pull containersol/google-cloud-cli

Running the image

You most likely will want to keep a local copy of the cache directories of gcloud and kubectl, so this is the most effective way to run and use this image:

$ docker run \
  --rm \
  -v $(PWD)/config:/root/.config \
  -v $(PWD)/kube:/root/.kube \
  -it containersol/google-cloud-cli

Running the kubectl proxy

At some point you will want to get access to the Kubernetes dashboard that's running remotely. For this you'll have to run the kubectl proxy command, together with some extra options for the Docker daemon so that you can expose the right ports:

$ docker run \
  --rm \
  -v $(PWD)/config:/root/.config \
  -v $(PWD)/kube:/root/.kube \
  -p 8001:8001 \
  --entrypoint /usr/bin/kubectl \
  -it containersol/google-cloud-cli proxy --accept-hosts '^.+$' --address 0.0.0.0

Development

Requirements

What? Version
make > 4.1

Building the image

$ make build

Running the image

$ make run

Running the kubectl proxy

$ make proxy

Making a new release

$ make release

google-cloud-cli's People

Stargazers

Simon Elsbrock avatar

Watchers

James Cloos avatar Pini Reznik avatar  avatar  avatar

Forkers

ruben-nieva

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.