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 |
None | ||
None | ||
None | ||
None | ||
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#.
Log on to the ACK console. In the navigation pane on the left, click Clusters.
On the Clusters page, click Cluster Templates.
In the Select Cluster Template dialog box, find the target cluster type and click Create. On the Cluster Configurations step, configure the parameters.
Click Generate API Request Parameters in the Confirm step.
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#.
Log on to the ACK console. In the navigation pane on the left, click Clusters.
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.
On the Add-ons page, find the target add-on, and click Install or Configuration.
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.