google-cloud-sdk

manage resources on Google Cloud Platform

WWW CVSWeb GITHub
  1. Package version
    google-cloud-sdk-467.0.0
  2. Maintainer
    Antoine Jacoutot

The Google Cloud SDK contains tools and libraries that allow you to create and
manage resources on Google's Cloud Platform, including App Engine, Compute
Engine, Cloud Storage, Cloud SQL, and BigQuery.

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

To enable command completion, add this to the shell profile:

* bash
source ${PREFIX}/google-cloud-sdk/completion.bash.inc

* zsh
source ${PREFIX}/google-cloud-sdk/completion.zsh.inc

Quick start
===========

$ gcloud auth login
$ gcloud config set project ${PROJECT_NAME}

Connecting to Google Kubernes Engine
------------------------------------

To interact with Kubernetes, the kubectl command is required:
$ doas pkg_add kubectl

Authenticating to a GKE cluster also requires a specific provider:
$ doas pkg_add gke-gcloud-auth-plugin

$ gcloud container clusters get-credentials main --region ${REGION}
$ kubectl config set-context --current --namespace=${NAMESPACE}
$ kubectl get pods

  • lang/python/3.10

  • devel/git
  • lang/python/3.10