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

Intro to CoreOS

Intro to CoreOS

bradgignac

July 02, 2014
Tweet

More Decks by bradgignac

Other Decks in Programming

Transcript

  1. CoreOS
    An Introduction to

    View Slide

  2. @bradgignac
    bradgignac.com

    View Slide

  3. What is CoreOS?

    View Slide

  4. Based on Gentoo
    Kernel + Containers
    Built for running HA clusters
    Updates applied automatically
    CoreOS

    View Slide

  5. Docker + nspawn
    Isolated from other applications
    Less overhead than VMs
    Containers

    View Slide

  6. System management daemon
    Services, timers, and one-off jobs
    Logging through journal
    systemd

    View Slide

  7. Key-Value Database
    Provides service discovery for cluster
    Similar to Consul and Zookeeper
    etcd

    View Slide

  8. Cluster-level service management
    Schedules jobs across cluster
    Reschedules units on failure
    fleet

    View Slide

  9. Demo

    View Slide

  10. Questions?

    View Slide