Kubernetes 1.19

The image provides the necessary tools to initialize or join CAST AI managed multi-cloud kubernetes cluster. It is based on Ubuntu 20.04 LTS with pre-installed packages for operating kubernetes.

Software Included

Package Version License
Docker CE 19.03.5 Apache 2.0
Kubelet 1.19.7 Apache 2.0
Kubeadm 1.19.7 Apache 2.0
Kubectl 1.19.7 Apache 2.0

Creating an App using the Control Panel

Click this button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Kubernetes 1.19 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Kubernetes 1.19 Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "castai-kubernetes119-20-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Kubernetes 1.19

This image main purpose is to be used by CAST AI platform to provision managed multi-cloud kubernetes clusters.

However you can use it as a base image for bootstrapping your own kubernetes cluster.

Use ssh or connect with basic authorization to the droplet. Then use kubeadm to initialize or join existing cluster.

To connect to the created droplet run: ssh [email protected]_droplet_public_ipv4