Skip to content

testdrivenio/kubernetes-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Kubernetes Cluster on DigitalOcean with Python and Fabric

Check out the blog post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtualenv

  3. Install the requirements

  4. Sign up for Digital Ocean and generate an access token

  5. Add the token to your environment:

    $ export DIGITAL_OCEAN_ACCESS_TOKEN=[your_token]
  6. Add a public SSH key to your account.

  7. Spin up the cluster:

    $ sh create.sh