SkillAgentSearch skills...

Xpk

xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.

Install / Use

/learn @AI-Hypercomputer/Xpk
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- Copyright 2025 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Build Tests Nightly Tests

Overview

XPK (Accelerated Processing Kit, pronounced x-p-k) is a command line interface that simplifies cluster creation and workload execution on Google Kubernetes Engine (GKE). XPK generates preconfigured, training-optimized clusters and allows easy workload scheduling without any Kubernetes expertise.

XPK is recommended for quick creation of GKE clusters for proofs of concepts and testing.

XPK decouples provisioning capacity from running jobs. There are two structures: clusters (provisioned VMs) and workloads (training jobs). Clusters represent the physical resources you have available. Workloads represent training jobs -- at any time some of these will be completed, others will be running and some will be queued, waiting for cluster resources to become available.

The ideal workflow starts by provisioning the clusters for all of the ML hardware you have reserved. Then, without re-provisioning, submit jobs as needed. By eliminating the need for re-provisioning between jobs, using Docker containers with pre-installed dependencies and cross-ahead of time compilation, these queued jobs run with minimal start times. Further, because workloads return the hardware back to the shared pool when they complete, developers can achieve better use of finite hardware resources. And automated tests can run overnight while resources tend to be underutilized.

XPK supports a variety of hardware accelerators. | Accelerator | Type | Recipes | | :--- | :--- | :--- | | Ironwood | tpu7x | Run training workload with Ironwood and regular/gSC/DWS Calendar reservations using GCS Bucket storage<br>Run training workload with Ironwood with flex-start using Filestore storage<br>Run training workload with Ironwood and flex-start using Lustre storage | | Trillium | v6e | Create Cluster<br>Create Workload | | TPU v5p | v5p | Create Cluster<br>Create Workload | | TPU v5e | v5e | Create Cluster<br>Create Workload | | TPU v4 | v4 | Create Cluster<br>Create Workload | | GPU A4X | gb200 | Create Cluster<br>Create Workload | | GPU A4 | b200 | Create Cluster<br>Create Workload | | GPU A3 Ultra | h200 | Create Cluster<br>Create Workload | | GPU A3 Mega | h100-mega | Create Cluster<br>Create Workload | | GPU A3 High | h100 | Create Cluster<br>Create Workload | | GPU A100 | A100 | Create Cluster<br>Create Workload | | CPU | n2-standard-32 | Create Cluster<br>Create Workload |

XPK also supports the following Google Cloud Storage solutions:

| Storage Type | Documentation | | ------------------------------------------ | ----------------------------------------------------------------------- | | Cloud Storage FUSE | docs | | Filestore | docs | | Parallelstore | docs | | Block storage (Persistent Disk, Hyperdisk) | docs |

Documentation

Dependencies

| Dependency | When used | | --------------------------------------------------------------------------------------| -------------------------------------------- | | Google Cloud SDK (gcloud) | always | | kubectl | always (Auto-installed) | | ClusterToolkit | Provisioning GPU clusters (Auto-installed) | | Kueue | Scheduling workloads (Auto-installed) | | JobSet | Workload creation (Auto-installed) | | Crane | Building workload container (Auto-installed) | | CoreDNS | Cluster set up (Auto-installed) |

Privacy notice

To help improve XPK, feature usage statistics are collected and sent to Google. You can opt-out at any time by executing the following shell command:

xpk config set send-telemetry <true/false>

XPK telemetry overall is handled in accordance with the Google Privacy Policy. When you use XPK to interact with or utilize GCP Services, your information is handled in accordance with the Google Cloud Privacy Notice.

Contributing

Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.

Get involved

We'd love to hear from you! If you have questions or want to discuss ideas, join us on GitHub Discussions. Found a bug or have a feature request? Please let us know on GitHub Issues.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

View on GitHub
GitHub Stars173
CategoryDevelopment
Updated17h ago
Forks82

Languages

Python

Security Score

100/100

Audited on Apr 5, 2026

No findings