Kubernetes Spoke

  • Release version: Washingtondc
  • Updated April 29, 2025
  • 2 minutes to read
  • Automate changes in Kubernetes when an event occurs in ServiceNow.

    Request apps on the Store

    Visit the ServiceNow Store website 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 v 1.1.2 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:

    Category Action Description
    Endpoint Management Create Endpoints Creates an endpoint in the Kubernetes instance.
    Delete Endpoints Deletes an endpoint from the Kubernetes instance.
    Namespace Management Create Namespace Creates a namespace in the Kubernetes instance.
    Delete Namespace Deletes a namespace from the Kubernetes instance.
    Node Management Create Node Creates a node in the Kubernetes instance.
    Delete Node Deletes a node in the Kubernetes instance.
    Inspect Node Inspects a specified node in the Kubernetes instance and returns node information and status.
    Pod Management Create Pod Creates a Pod in the Kubernetes instance.
    Delete Pod Deletes a pod from the Kubernetes instance.
    Inspect Pod Inspects the specified pod in the Kubernetes instance and returns pod information and status.
    Secret Management Create Docker Hub Secret Creates a secret in the Kubernetes instance.
    Delete Docker Hub Secret Deletes a Secret from the Kubernetes instance.
    Service Management Create Service Creates a service on a Kubernetes server.
    Delete Service Deletes a service from the Kubernetes server.
    Volume Management Create Persistent Volume Creates a persistent volume in the Kubernetes instance.
    Create Persistent Volume Claim Creates a Persistent Volume Claim in a Kubernetes instance.
    Delete Persistent Volume Deletes a persistent volume from the Kubernetes instance.
    Delete Persistent Volume Claim Deletes a persistent volume claim from the Kubernetes instance.
    Inspect Persistent Volume Claim Inspects a persistent volume claim in a Kubernetes instance and returns claim information and status.

    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 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.