Upgrade to Pro — share decks privately, control downloads, hide ads and more …

OpenShift internals @ Zurich Geeks

OpenShift internals @ Zurich Geeks

Marek Jelen

March 13, 2013
Tweet

More Decks by Marek Jelen

Other Decks in Technology

Transcript

  1. 2 i. basic understanding what cloud is and what it

    is not ii. you are a developer or operations (or general interest) iii. questions are good! iv. questions are awesome! v. discussion is preferred to my monologue My expectations
  2. 3 What is Cloud? • Cloud is a way to

    • make you photos better • feed hungry children • cure all the diseases
  3. 4 What is Cloud? • Way to deploy applications •

    Automation of operations • Public / Private / Hybrid • IaaS / PaaS / SaaS
  4. 5 PaaS • Build on IaaS • Foundation for SaaS

    • Simple way to deploy your app • Provides • Consistent environment • Developers are self-provisioning • Scalability
  5. 6 What is OpenShift? Red Hat's free, auto-scaling Platform as

    a Service (PaaS) for applications in the cloud.
  6. 7

  7. 8 Looks great, but what’s the catch? • OpenShift is

    free-as-in-beer & free-as-in-freedom • Three times 0.5GB RAM/1GB storage • Need more resources, just ask! • We are in Developer Preview • Sign up at openshift.com • Promo code: ZurichGeeks
  8. 9 And now, let's get geeky, And now, let's get

    geeky, Zurich geeky Zurich geeky
  9. 10

  10. 11

  11. 12

  12. 14 1. Take the Vagrant's way • http://www.krishnaraman.net/installing-openshift-origin-using-vagrant-and-puppet/ 2. Download

    the Vagrant template curl -s \ https://nodeload.github.com/openshift/puppet- openshift_origin/legacy.tar.gz/master | \ tar zxf - --strip 1 '**/test' && mv test origin_vagrant cd origin_vagrant curl -o Vagrantfile https://gist.github.com/marekjelen/5016159/raw/1ac5310014796b514a9bb9e010d1dd725 4cb469c/Vagrantfile 3. vagrant up 4. vagrant ssh Adventerous?
  13. 15 1. Run it yourself for free using Origin 2.

    Take it to production with Enterprise 3. Enjoy operation-free environment with Online • Sign up with “ZurichGeeks” promo code Conclusion