All Products
Search
Document Center

Container Service for Kubernetes:Install ACK SDK

Last Updated:Nov 16, 2022

This topic describes how to install Container Service for Kubernetes (ACK) SDK.

Step 1: Install Tea-console

Before you debug the SDK, you must install Tea-console:

  • Java SDK

To install Tea-console for Java by using Apache Maven, add the following dependencies to the project file:

        <dependency>
                  <groupId>com.aliyun</groupId>
                  <artifactId>tea-console</artifactId>
                  <version>0.0.1</version>
        </dependency>
  • Python SDK

To install Tea-console for Python by using Python Package Index (PyPI), run the following command:

pip install alibabacloud_tea_console
  • Go SDK

To install Tea-console for Go by using Go, run the following command:

go get github.com/alibabacloud-go/tea-console/client
  • TypeScript/Node.js SDK

To install Tea-console for TypeScript in Node.js by using node package manager (NPM), run the following command:

npm install @alicloud/tea-console@^1.0.0 --save

Step 2: Install ACK SDK

You can run the following commands to install the latest ACK SDK. Select an SDK version as needed from the code repositories for different languages. We recommend that you use the latest version of ACK SDK. For more information about ACK SDK version details and examples on how to use ACK SDK, see Alibaba Cloud OpenAPI Developers Center For more information about the upgrade details about each version, see Version details.

  • Java SDK

To install ACK SDK for Java by using Apache Maven, add the following dependencies to the project file:

  <dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>cs20151215</artifactId>
    <version>Use the version shown in the maven badge</version>
  </dependency>
  • Go SDK

To install ACK SDK for Go by using Go, we recommend that you run the following command. By default, the latest version is installed.

go get github.com/alibabacloud-go/cs-20151215/v2/client
  • .NET SDK

To install ACK SDK for .NET by using DOTNET, we recommend that you run the following command:

dotnet add package AlibabaCloud.SDK.CS20151215
  • PHP SDK

To install ACK SDK for PHP by using Composer, we recommend that you run the following command:

composer require alibabacloud/cs-20151215
  • TypeScript/Node.js SDK

To install ACK SDK for TypeScript in Node.js by using NPM, we recommend that you run the following command:

npm install @alicloud/cs20151215 --save
  • Python SDK

To install ACK SDK for Python by using PyPI, we recommend that you run the following command:

pip install alibabacloud-cs20151215