Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Kubernetes Spoke

Automate changes in Kubernetes when an event occurs in ServiceNow.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Kubernetes spoke v1.4.0 is the latest version.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Supported versions

API version v1.

Spoke actions

The Kubernetes spoke provides actions to automate Kubernetes tasks when events occur in ServiceNow. Available actions include:

CategoryActionDescription
Endpoint ManagementCreate EndpointsCreates an endpoint in the Kubernetes instance.
Delete EndpointsDeletes an endpoint from the Kubernetes instance.
Namespace ManagementCreate NamespaceCreates a namespace in the Kubernetes instance.
Delete NamespaceDeletes a namespace from the Kubernetes instance.
Node ManagementCreate NodeCreates a node in the Kubernetes instance.
Delete NodeDeletes a node in the Kubernetes instance.
Inspect NodeInspects a specified node in the Kubernetes instance and returns node information and status.
Pod ManagementCreate PodCreates a Pod in the Kubernetes instance.
Delete PodDeletes a pod from the Kubernetes instance.
Inspect PodInspects the specified pod in the Kubernetes instance and returns pod information and status.
Secret ManagementCreate Docker Hub SecretCreates a secret in the Kubernetes instance.
Delete Docker Hub SecretDeletes a Secret from the Kubernetes instance.
Service ManagementCreate ServiceCreates a service on a Kubernetes server.
Delete ServiceDeletes a service from the Kubernetes server.
Volume ManagementCreate Persistent VolumeCreates a persistent volume in the Kubernetes instance.
Create Persistent Volume ClaimCreates a Persistent Volume Claim in a Kubernetes instance.
Delete Persistent VolumeDeletes a persistent volume from the Kubernetes instance.
Delete Persistent Volume ClaimDeletes a persistent volume claim from the Kubernetes instance.
Inspect Persistent Volume ClaimInspects a persistent volume claim in a Kubernetes instance and returns claim information and status.

Available AI agents

Install Now Assist for Integration Hub and start using the available AI agents. For more information, see ServiceNow Otto for Integration Hub.

This spoke provides standalone AI agents that mimic human-like intelligence to perform tasks in your ServiceNow instance.

  • In the ServiceNow agentic system, you can create an agentic workflow that comprises of a set of large language model (LLM) instructions along with one or more standalone AI agents to execute an objective. See for information about adding AI agents to create agentic workflows as per your requirement and provide the required trigger.

    You can also search for other available AI agents and add them to your agentic workflow. See Find AI agents for more information.

  • You can create a clone of the required spoke AI agent and customize it as per your requirement. See for more information about creating a clone.

  • See for information about AI agents.

Available AI agents include:

AI AgentDescription
Kubernetes endpoint management AI agentManages \(that is, creates or deletes\) an endpoint in the Kubernetes instance.
Kubernetes namespace management AI agentManages \(that is, creates or deletes\) a namespace in the Kubernetes instance.
Kubernetes node management AI agentManages \(that is, creates or deletes\) and inspects the specified node in the Kubernetes instance.
Kubernetes pod management AI agentManages \(that is, creates or deletes\) and inspects the specified pod in the Kubernetes instance.
Kubernetes secret management AI agentManages \(that is, creates or deletes\) a secret in the Kubernetes instance.
Kubernetes service management AI agentManages \(that is, creates or deletes\) a service in the Kubernetes instance.
Kubernetes volume management AI agent- Manages \(that is, creates or deletes\) a persistent volume. - Manages \(that is, creates or deletes\) and inspects the specified persistent volume claim.

There might be AI agents installed with the Now Assist application that are not used in agentic workflows. To learn how to see all agents that are available to you, see Find AI agents.

Note: Ensure that the user running an AI agent has the required roles and permissions to access data or perform operations on data in the table that is associated with the AI agent.

Kubernetes account requirements

The Kubernetes spoke requires generating and configuring your Kubernetes account to use a web API key.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

This spoke uses the Kubernetes alias record to authorize actions. To use the spoke connection alias, create an associated Connection record and an associated Credential record. For information about setting up the spoke, see Set up the Kubernetes spoke.

MID Server requirements

These actions use REST calls that can run either on an instance or, optionally, through a MID Server. Use the connection record associated with the Kubernetes alias to configure where actions run and, if needed, specify MID Server selection attributes. For more information, see MID server.

To set up the MID Server for this spoke, see Set up MID Server for a spoke.