vmware-archive / wwsko-techdays-diy

Some content for the WWSKO TechDays CF vs DIY session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wwsko-techdays-diy

Steps to deploy boot example on Mesos:

  1. Deploy DOCS to AWS [https://mesosphere.com/amazon/setup/ https://mesosphere.com/amazon/setup/]

  2. Point DCOS CLI to your Mesos URL (from output of Cloudformation template). Then deploy cassandra service.

  • dcos config set core.dcos_url $URL
  • dcos package install cassandra
  1. Deploy sample apps in boot example direction
  • Docker image to update Cassandra: dcos marathon app add cassandra-init.json
  • Main java app: dcos marathon app add marathon-app.json
  • Public NGinx Proxy: dcos marathon app add proxy/marathon-web-proxy.json
  • Access Application:
    • curl -d '{"content":"init","handle":"azwickey"}' -H 'Content-Type: application/json' http://$MESOS_URL/api/models
    • curl /test
    • curl /api/models

About

Some content for the WWSKO TechDays CF vs DIY session

License:BSD 2-Clause "Simplified" License


Languages

Language:CSS 79.6%Language:Ruby 8.2%Language:HTML 6.5%Language:Scala 2.7%Language:Java 2.0%Language:Dockerfile 0.8%Language:Lua 0.2%