Google Kubernetes Engine
Version: 1.0
Updated: Jun 18, 2026
Google Kubernetes Engine (GKE) is a managed Kubernetes service that lets you deploy, manage, and scale containerized applications on Google Cloud infrastructure.
Actions
- Delete Deployment (Containment) - Deletes a specified deployment from a GKE cluster.
- Get Cluster (Enrichment) - Retrieves details of a specific GKE cluster.
- Get Deployment (Enrichment) - Retrieves details of a specific deployment in a GKE cluster.
- List Cluster Role Bindings (Enrichment) - Lists all cluster role bindings in a GKE cluster.
- List Clusters (Enrichment) - Lists all GKE clusters in the specified project and region.
- List Workloads (Enrichment) - Lists all workloads running in a GKE cluster.
- Grant Cluster Role Binding (Containment) - Creates a cluster role binding in a GKE cluster.
- Revoke Cluster Role Binding (Containment) - Deletes a cluster role binding from a GKE cluster.
- Pod Security Monitor Daemon (Daemon) - Monitors pod security events and alerts on policy violations in a GKE cluster.
- Scale Down Deployment (Containment) - Scales down the replica count of a specified deployment in a GKE cluster.
Google Kubernetes Engine configuration
The Google Kubernetes Engine integration supports two types of authentication:
- Service Account
- WIF (Workload Identity Federation)
We recommend using WIF since it is more secure and easier to manage. For more information, see Workload Identity Federation.
Required AWS details from Sumo Logic
To configure the Google Kubernetes Engine integration using WIF authentication, you need the following AWS details from Sumo Logic. These details are essential for setting up the Workload Identity Federation (WIF) credentials in Google Cloud:
- Deployment name is the unique name of your Sumo Logic deployment, for example,
dub,fra, etc. - Sumo Logic AWS account ID:
926226587429 - Sumo Logic AWS role:
<deployment_name>-csoar-automation-gcpgke - Sumo Logic AWS Lambda function:
<deployment_name>-csoar-automation-gcpgke - Full ARN:
arn:aws:sts::926226587429:assumed-role/<deployment_name>-csoar-automation-gcpgke/<deployment_name>-csoar-automation-gcpgke
Workload Identity Federation (WIF) authentication
Follow the steps below to create WIF credentials in Google Cloud, which are required to configure the Google Kubernetes Engine integration:
-
Log in to the Google Cloud portal.
-
Select a Google Cloud project (or create a new one).
-
Navigate to API & Services.
-
On the same page, click ENABLED API AND SERVICES and search for Kubernetes Engine API, Cloud Resource Manager API, IAM Service Account Credentials API, Identity and Access Management (IAM) API, Security Token Service API, and enable them all.
-
Navigate to IAM & Admin > Service Accounts page.
-
Click CREATE SERVICE ACCOUNT. A Service Account is required to access Google Kubernetes Engine.
-
While creating the service account, in Permissions add the roles Service Account Token Creator and Kubernetes Engine Admin, then click DONE. If your organization prefers least-privilege access, you can create a custom role with only the following permissions instead of Kubernetes Engine Admin:
container.clusters.getcontainer.clusters.listcontainer.deployments.getcontainer.deployments.listcontainer.deployments.deletecontainer.deployments.updatecontainer.clusterRoleBindings.listcontainer.clusterRoleBindings.createcontainer.clusterRoleBindings.deletecontainer.pods.listcontainer.events.list
-
Navigate to IAM & Admin > Workload Identity Federation.

-
Click CREATE POOL, provide the details, and click CONTINUE.

-
Add the Provider details. Select AWS as the provider type and enter the AWS Account ID provided by Sumo Logic. Click CONTINUE and SAVE.

-
Now you will see the created pool and provider.

-
Build a principal name to configure in Sumo Logic. The format of the principal name is:
principalSet://iam.googleapis.com/projects/{YourProjectID}/locations/global/workloadIdentityPools/{YourPoolName}/attribute.aws_role/arn:aws:sts::{SumoAWSAccountID}:assumed-role/{SumoAWSRole}/{SumoAWSLambdaFunction}. -
Navigate to IAM & Admin > IAM and click Grant Access to add a new principal.
-
In the New principals field, provide the principal name created in step 12 and select the role as Workload Identity User. Click SAVE.

-
Go to the IAM & Admin > Workload Identity Federation and select the pool created in step 9.
-
Click Grant Access > Grant access using service account impersonation.
-
Select the service account created in the previous step. Set the principal type as
aws_roleand the ARN asarn:aws:sts::{SumoAWSAccountID}:assumed-role/{SumoAWSRole}and then click SAVE.
-
Navigate to Grant Access > Grant access using service account impersonation. Select the service account created in step 6. Select the principal as
aws_roleand provide the ARN asarn:aws:sts::{SumoAWSAccountID}:assumed-role/{SumoAWSRole}/{SumoAWSLambdaFunction}. Click SAVE. -
Download the WIF
conf.jsonfile. Ensure you save it in a safe place. Use the JSON content to configure the Google Kubernetes Engine integration to use WIF authentication in Automation Service and Cloud SOAR.
Service Account authentication
To create service account credentials in GCP, needed to configure the Google Kubernetes Engine integration, follow these steps:
-
Log in to the Google Cloud portal.
-
Select a Google Cloud project (or create a new one).
-
Navigate to API & Services > Credentials.
-
On the same page, click ENABLED API AND SERVICES and search for Kubernetes Engine API, Cloud Resource Manager API, IAM Service Account Credentials API, Identity and Access Management (IAM) API, Security Token Service API, and enable them.
-
Click CREATE CREDENTIALS and select Service Account.

-
Enter a service account name to display in the Google Cloud console. The Google Cloud console generates a service account ID based on this name.
-
(Optional) Enter a description of the service account.
-
In the Grant this service account access to project step, add the role Kubernetes Engine Admin, then click DONE to complete the service account creation. If your organization prefers least-privilege access, you can create a custom role with only the following permissions instead of Kubernetes Engine Admin:
container.clusters.getcontainer.clusters.listcontainer.deployments.getcontainer.deployments.listcontainer.deployments.deletecontainer.deployments.updatecontainer.clusterRoleBindings.listcontainer.clusterRoleBindings.createcontainer.clusterRoleBindings.deletecontainer.pods.listcontainer.events.list
-
Click the generated service account to open the details.

-
Under the KEYS tab, click ADD KEY and select Create new key.

-
Click CREATE (make sure JSON is selected).

-
The JSON file is downloaded. Ensure you save it in a safe place.
Configure Google Kubernetes Engine in Automation Service and Cloud SOAR
Before you can use this automation integration, you must configure its authentication settings so that the product you're integrating with can communicate with Sumo Logic. For general guidance, see Configure Authentication for Automation Integrations.
How to open the integration's configuration dialog
- Access App Central and install the integration. (You can configure at installation, or after installation with the following steps.)
- Go to the Integrations page.
Classic UI. In the main Sumo Logic menu, select Automation and then select Integrations in the left nav bar.
New UI. In the main Sumo Logic menu, select Automation > Integrations. You can also click the Go To... menu at the top of the screen and select Integrations. - Select the installed integration.
- Hover over the resource name and click the Edit button that appears.

In the configuration dialog, enter information from the product you're integrating with. When done, click TEST to test the configuration, and click SAVE to save the configuration:
-
Label. Enter the name you want to use for the resource.
- Authentication Type. Select the authentication type: Service Account Private Key Json or Workload Identity Federation Private Key Json and provide the selected type JSON content.
- Scopes. Default scope is
https://www.googleapis.com/auth/cloud-platform. If not already present, add this scope. - Project ID. Provide the Google Cloud Project ID where the GKE clusters are located.
- Cluster Location. Provide the Google Cloud region or zone where the GKE cluster is located (for example,
us-central1orus-central1-a). - Cluster Name. Provide the name of the GKE cluster to connect to.
-
Automation Engine. Select Cloud execution for this certified integration. Select a bridge option only for a custom integration. See Cloud or Bridge execution.
-
Verify Server Certificate. Select to validate the server’s SSL certificate.
-
Connection Timeout (s). Set the maximum amount of time the integration will wait for a server's response before terminating the connection. Enter the connection timeout time in seconds (for example,
180). -
Proxy Options. Select whether to use a proxy. (Applies only if the automation engine uses a bridge instead of cloud execution.)
- Use no proxy. Communication runs on the bridge and does not use a proxy.
- Use default proxy. Use the default proxy for the bridge set up as described in Using a proxy.
- Use different proxy. Use your own proxy service. Provide the proxy URL and port number.
For more information on Google Kubernetes Engine, see Google Kubernetes Engine documentation.
Change Log
- June 18, 2026 (v1.0) - First upload