All Products
Search
Document Center

Container Service for Kubernetes:Download SDK

Last Updated:Jul 11, 2025

Container Service for Kubernetes supports the development of Java, TypeScript, Go, Python, PHP, C#, C++, Swift, and SDK for Java in asynchronous mode. This topic describes the download and operation guides for different SDK languages.

Download SDKs

The source code of Container Service for Kubernetes (ACK) is managed on the open source platform GitHub and mainstream dependency repositories. We recommend that you use mainstream dependency management tools in different programming languages.

SDK

GitHub address

Reference

Download Java SDK

alibabacloud-java-sdk-cs-20151215

Get started with V2.0 Java SDK

Download Python SDK

alibabacloud-python-sdk-cs-20151215

Get started with V2.0 Python SDK

Download Go SDK

alibabacloud-go-cs-20151215

Get started with V2.0 Go SDK

Download PHP SDK

alibabacloud-sdk-php-CS-20151215

Get started with V2.0 PHP SDK

Download C# SDK

alibabacloud-csharp-sdk-cs-20151215

None

Download C++ SDK

alibabacloud-sdk-cpp-cs-20151215

None

Download TypeScript SDK

alibabacloud-typescript-sdk-cs-20151215

None

Download Swift SDK

alibabacloud-sdk-swift-cs-20151215

None

Download Java (asynchronous) SDK

alibabacloud-java-async-sdk-cs-20151215

None

SDK invocation parameters for cluster creation

You can generate SDK invocation parameters for creating different cluster types through the console. Currently supported programming languages include Java, TypeScript, Go, PHP, and C#.

  1. Log on to the ACK console. In the navigation pane on the left, click Clusters.

  2. On the Clusters page, click Cluster Templates.

  3. In the Select Cluster Template dialog box, find the target cluster type and click Create. On the Cluster Configurations step, configure the parameters.

  4. Click Generate API Request Parameters in the Confirm step.

  5. In the right panel, select the language tab to obtain the code corresponding to your current cluster creation configuration.

SDK invocation parameters for add-on management

You can generate SDK invocation parameters for managing add-on through the console. Currently supported programming languages include Java, TypeScript, Go, PHP, and C#.

  1. Log on to the ACK console. In the navigation pane on the left, click Clusters.

  2. On the Clusters page, find the one you want to manage and click its name. In the navigation pane on the left, click Add-ons.

  3. On the Add-ons page, find the target add-on, and click Install or Configuration.

  4. In the dialog box that appears, click Console-to-Code. In the Console-to-Code panel on the right, click a tab to obtain the ready-to-use code snippets required for add-on configurations.