Skip to main content

Google Cloud Platform

Use the GKE activity to automate work in GKE, and integrate GKE with other activities. Boltic has built-in support for a wide range of GKE features, including retrieving configmaps, services, deployments, statefulsets, etc.

GKE Secrets

Prerequisites

  • Create a Google account
  • Setup gcloud on local system to authenticate using API Key. Refer CLI setup Documentation for details

Supported Authentication Methods

  • API key
  • OAuth2

Refer to GKE API documentation for more information about the service.

Using API Key

To configure this secret, you'll need:

  1. API Key: Refer to the API authentication documentation for detailed instructions on getting your API key.

Using OAuth2

Using OAuth2 is straight-forward. When creating a new destination, select OAuth2 from dropdown and click Connect to Google Account button. Follow on-screen instructions, allowing the required access to the user and continue. OAuth2 setup should be done.

Basic Operations

  • ConfigMap [List/Get]
  • CronJob [List/Get/Create]
  • Deployment Project [List/Get]
  • Ingress Redis [List/Get]
  • Jobs [List/Get]
  • Namespace [List/Get]
  • Pod [List/Get]
  • Secret [List/Get]
  • Service [List/Get]
  • StatefulSet [List/Get]