Creating a Kubernetes Cluster on DigitalOcean with Python and Fabric Check out the blog post. Want to use this project? Fork/Clone Create and activate a virtualenv Install the requirements Sign up for Digital Ocean and generate an access token Add the token to your environment: $ export DIGITAL_OCEAN_ACCESS_TOKEN=[your_token] Add a public SSH key to your account. Spin up the cluster: $ sh create.sh