Skip to content

Instantly share code, notes, and snippets.

@bsodmike
Created August 6, 2014 06:41
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 bsodmike/5c56a19ae00c729b0003 to your computer and use it in GitHub Desktop.
Save bsodmike/5c56a19ae00c729b0003 to your computer and use it in GitHub Desktop.
Getting started with Docker, Packer, Terraform for Immutable Infrastructure
  • Build base OS images from source ISOs
  • Develop with Vagrant
  • Build as Docker image
  • Provision AMI instances.

AWS Example

  • Packer built base OS, configured with chef-client.
  • Develop with Vagrant
  • Provision AMI instance (node).

AMI instance is added to the Chef-server as a node & fully configured based on its role.

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