Alibaba Cloud Container Service for Kubernetes (ACK) Setup

Deploy to ACK using the Kubernetes provider for Spinnaker.

This page describes how to set up a Kubernetes cluster on ACK to be used with Spinnaker’s Kubernetes provider.

Create a cluster

You can create a Kubernetes cluster on ACK using console as shown in the official documentation . You can also use Alibaba Cloud CLI or Terraform tools to automate provisioning your clusters.

Download kubectl configuration file on hal node

Run the following command on the hal node:

mkdir $HOME/.kube
scp root@$MASTER:/etc/kubernetes/kube.conf $HOME/.kube/config

Next Steps

Follow the setup instructions for adding a Kubernetes account in Spinnaker .

Last modified August 28, 2020: fix ordering to match current site (4ca0bf9)