Skip to content

ngcloud/bootstrap

Repository files navigation

Build Status Docker Repository on Quay

ngcloud

ngcloud is coming soon

Quick start

AWS using kops

Bootstrap scripts are available as a docker image. Simply pull the image and run the image by mounting your ssh and aws credentials directory.

docker pull ngcloud/creator # or docker pull quay.io/ngcloud/creator
docker run --rm -it --name ngcloud-creator -v ~/.aws:/home/ngcloud/.aws -v ~/.ssh:/home/ngcloud/.ssh ngcloud/creator

Continue with the cloud creation from within the docker bash shell

cd ~/bootstrap/scripts
# vi aws-setup.sh and configure
./aws-setup.sh create # Get a coffee or two
./aws-setup.sh bastion # Save the config without any change to proceed
./aws-setup.sh iam-auth

Azure using acs-engine

docker pull ngcloud/azure-creator
docker run --rm -it --name ngcloud-creator -v ~/.azure:/home/ngcloud/.azure ngcloud/azure-creator

Power users

For users not willing to use the creator docker image follow the instructions in power users to setup your computer or vm

Support/question/discussion

We use Discord for chat. GitHub issues is also best.

About

Bootstrap scripts for ngcloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •