short lived tasks in cloud foundry #cfdtokyo

19

Upload: toshiaki-maki

Post on 16-Apr-2017

425 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 3: Short Lived Tasks in Cloud Foundry #cfdtokyo

continual scalable available

terminating singleton consistent

Long-Running Process (LRP) Task

Page 4: Short Lived Tasks in Cloud Foundry #cfdtokyo

continual scalable available

terminating singleton consistent

App Process

Long-Running Process (LRP) Task

Page 5: Short Lived Tasks in Cloud Foundry #cfdtokyo

continual scalable available

terminating singleton consistent

App Process Staging Task

Long-Running Process (LRP) Task

Page 6: Short Lived Tasks in Cloud Foundry #cfdtokyo

continual scalable available

terminating singleton consistent

App Process Staging Task App Task

Long-Running Process (LRP) Task

Page 7: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 8: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 9: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 10: Short Lived Tasks in Cloud Foundry #cfdtokyo

instance_index=JSON.parse(ENV["VCAP_APPLICATION"])["instance_index"]

rescue nilexit(0) unless instance_index == 0

😨

Page 11: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 12: Short Lived Tasks in Cloud Foundry #cfdtokyo

cf install-plugin https://github.com/cloudfoundry/v3-cli-plugin/releases/download/0.6.7/v3-cli-plugin.osx

Page 13: Short Lived Tasks in Cloud Foundry #cfdtokyo

cf v3-push hello -b ruby_buildpackcf v3-run-task hello say "./hello.rb"

Page 14: Short Lived Tasks in Cloud Foundry #cfdtokyo

cf v3-run-task rails-sample migration 'bundle exec rake db:migrate'

Page 15: Short Lived Tasks in Cloud Foundry #cfdtokyo

cf v3-run-task flyway-migration migrate ".java-buildpack/open_jdk_jre/bin/java org.springframework.boot.loader.JarLauncher"

Page 16: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 17: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 18: Short Lived Tasks in Cloud Foundry #cfdtokyo
Page 19: Short Lived Tasks in Cloud Foundry #cfdtokyo