getting started with mantl

65
getting started with mantl terraform > ansible mesos | marathon | consul + etcd/ calico / vault / docker / collectd / logstash philcryer // @fak3r // 09.04.2015 // thanks

Upload: phil-cryer

Post on 11-Apr-2017

1.447 views

Category:

Internet


0 download

TRANSCRIPT

Page 1: Getting started with Mantl

getting started with mantl

terraform > ansiblemesos | marathon | consul

+etcd/ calico / vault / docker / collectd / logstash

philcryer // @fak3r // 09.04.2015 // thanks

Page 2: Getting started with Mantl
Page 3: Getting started with Mantl

mantl~ aka ~

microservices-infrastructure

Page 4: Getting started with Mantl
Page 5: Getting started with Mantl
Page 6: Getting started with Mantl
Page 7: Getting started with Mantl

mantl~

getting started

Page 8: Getting started with Mantl

DISCLAIMER: this was tested on Debian 8.1 (amd64) on Amazon Web Services on a t1.small in us-east1. As

always, ymmv and we cannot be responsible for lost or stolen articles.

Please lock your doors.

Page 9: Getting started with Mantl

DISCLAIMER2: any system details, hostnames, internet protocol (IP)

addresses, ports, etc that you might see have all been wiped and are no

longer active or accessible. My lawyer made me say this, sorry. Moving on…

Page 10: Getting started with Mantl

ssh to your host

ssh -i ~/.ssh/id_rsa 1.1.1.1

# your values will be different, so go ahead an use yours

Page 11: Getting started with Mantl

install requiredapt-get updateapt-get install -y git curl unzip python-pip python-crypto-dbgpip install markupsafe

Page 12: Getting started with Mantl

install terraform

cd ~; mkdir bin; cd binwget https://dl.bintray.com/mitchellh/terraform/terraform_0.6.3_linux_amd64.zipunzip terraform_0.6.3_linux_amd64.zip

echo "export PATH=$PATH:$HOME/bin" >> .profile ; source .profile

Page 13: Getting started with Mantl

get mantlcd ~git clone https://github.com/CiscoCloud/microservices-infrastructure.git;cd microservices-infrastructure/

Page 14: Getting started with Mantl

install python mods

pip install requirements.txt

Page 15: Getting started with Mantl
Page 16: Getting started with Mantl

mantl~

getting started

Page 17: Getting started with Mantl

prepare aws.tfcp terraform/aws.sample.tf aws.tf

Page 18: Getting started with Mantl
Page 19: Getting started with Mantl

mantl~

security setup

Page 20: Getting started with Mantl
Page 21: Getting started with Mantl

mantl~

comment out consul_acl_datacenter

Page 22: Getting started with Mantl
Page 23: Getting started with Mantl
Page 24: Getting started with Mantl
Page 25: Getting started with Mantl

mantl~

build env

Page 26: Getting started with Mantl
Page 27: Getting started with Mantl

+1 minute

Page 28: Getting started with Mantl
Page 29: Getting started with Mantl
Page 30: Getting started with Mantl

mantl~

deploy to env

Page 31: Getting started with Mantl
Page 32: Getting started with Mantl

+30 minutes

Page 33: Getting started with Mantl
Page 34: Getting started with Mantl
Page 35: Getting started with Mantl

mantl~

marathon

Page 36: Getting started with Mantl
Page 37: Getting started with Mantl
Page 38: Getting started with Mantl

mantl~

mesos

Page 39: Getting started with Mantl
Page 40: Getting started with Mantl
Page 41: Getting started with Mantl

mantl~

consul

Page 42: Getting started with Mantl
Page 43: Getting started with Mantl
Page 44: Getting started with Mantl

mantl~

run docker on marathon

Page 45: Getting started with Mantl
Page 46: Getting started with Mantl
Page 47: Getting started with Mantl
Page 48: Getting started with Mantl
Page 49: Getting started with Mantl
Page 50: Getting started with Mantl
Page 51: Getting started with Mantl
Page 52: Getting started with Mantl
Page 53: Getting started with Mantl
Page 54: Getting started with Mantl
Page 55: Getting started with Mantl
Page 56: Getting started with Mantl
Page 57: Getting started with Mantl
Page 58: Getting started with Mantl
Page 59: Getting started with Mantl
Page 60: Getting started with Mantl
Page 61: Getting started with Mantl
Page 62: Getting started with Mantl

mantl~

cleanup

Page 63: Getting started with Mantl
Page 64: Getting started with Mantl
Page 65: Getting started with Mantl

mantl~

http://mantl.io

philcryer // @fak3r // 09.04.2015 // thanks