Skip to content

Instantly share code, notes, and snippets.

@apaatsio
Created October 3, 2016 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apaatsio/5e1ced3ae727eaec76f0005592746599 to your computer and use it in GitHub Desktop.
Save apaatsio/5e1ced3ae727eaec76f0005592746599 to your computer and use it in GitHub Desktop.
Setting up OpenStack + Kubernetes dev environment

Instructions to setup OpenStack + Kubernetes development environment on VirtualBox

Total time for the setup is about 45 minutes but most of it is waiting packages to download and install.

  1. Download Ubuntu and install it on VirtualBox (20min)

  2. Start the Ubuntu (1min)

  3. Install git (1min)

     sudo apt install git
    
  4. Follow instructions on http://docs.openstack.org/developer/devstack/ (20min) Note: you don't need to create a separate stack user in Ubuntu. Just use your default user.

  5. Follow instructions on http://kubernetes.io/docs/getting-started-guides/openstack-heat/ (XXmin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment