Mesos in Action

Roger Ignazio

  • 出版商: Manning
  • 出版日期: 2016-05-17
  • 定價: $1,480
  • 售價: 6.0$888
  • 語言: 英文
  • 頁數: 272
  • 裝訂: Paperback
  • ISBN: 1617292923
  • ISBN-13: 9781617292927
  • 相關分類: Docker
  • 立即出貨

買這商品的人也買了...

相關主題

商品描述

Summary

Mesos in Action introduces readers to the Apache Mesos cluster manager and the concept of application-centric infrastructure. Filled with helpful figures and hands-on instructions, this book guides you from your first steps creating a highly-available Mesos cluster through deploying applications in production and writing native Mesos frameworks.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Modern datacenters are complex environments, and when you throw Docker and other container-based systems into the mix, there’s a great need to simplify. Mesos is an open source cluster management platform that transforms the whole datacenter into a single pool of compute, memory, and storage resources that you can allocate, automate, and scale as if you’re working with a single supercomputer.

About the Book

Mesos in Action introduces readers to the Apache Mesos cluster manager and the concept of application-centric infrastructure. Filled with helpful figures and hands-on instructions, this book guides you from your first steps creating a highly-available Mesos cluster through deploying applications in production and writing native Mesos frameworks. You’ll learn how to scale to thousands of nodes, while providing resource isolation between processes using Linux and Docker containers. You’ll also learn practical techniques for deploying applications using popular key frameworks.

What’s Inside

  • Spinning up your first Mesos cluster
  • Scheduling, resource administration, and logging
  • Deploying containerized applications with Marathon, Chronos, and Aurora
  • Writing Mesos frameworks using Python

About the Reader

Readers need to be familiar with the core ideas of datacenter administration and need a basic knowledge of Python or a similar programming language.

About the Author

Roger Ignazio is an experienced systems engineer with a focus on distributed, fault-tolerant, and scalable infrastructure. He is currently a technical lead at Mesosphere.

Table of Contents

    PART 1 HELLO, MESOS

  1. Introducing Mesos
  2. Managing datacenter resources with Mesos
  3. PART 2 CORE MESOS

  4. Setting up Mesos
  5. Mesos fundamentals
  6. Logging and debugging
  7. Mesos in production
  8. PART 3 RUNNING ON MESOS

  9. Deploying applications with MarathoN
  10. Managing scheduled tasks with Chronos
  11. Deploying applications and managing scheduled tasks with Aurora
  12. Developing a framework

商品描述(中文翻譯)

《Mesos in Action》介紹了Apache Mesos集群管理器和應用程序中心基礎架構的概念。這本書充滿了有用的圖表和實踐指南,從創建高可用性Mesos集群的第一步開始,一直引導讀者部署生產應用程序並編寫本地Mesos框架。

購買印刷版書籍還包括Manning Publications提供的PDF、Kindle和ePub格式的免費電子書。

現代數據中心是複雜的環境,當你將Docker和其他基於容器的系統納入其中時,就需要簡化。Mesos是一個開源的集群管理平台,將整個數據中心轉變為一個計算、內存和存儲資源的單一池,您可以像使用單個超級計算機一樣分配、自動化和擴展。

《Mesos in Action》介紹了Apache Mesos集群管理器和應用程序中心基礎架構的概念。這本書充滿了有用的圖表和實踐指南,從創建高可用性Mesos集群的第一步開始,一直引導讀者部署生產應用程序並編寫本地Mesos框架。您將學習如何擴展到數千個節點,同時使用Linux和Docker容器在進程之間提供資源隔離。您還將學習使用流行的關鍵框架部署應用程序的實用技巧。

內容包括:
- 啟動您的第一個Mesos集群
- 調度、資源管理和日誌記錄
- 使用Marathon、Chronos和Aurora部署容器化應用程序
- 使用Python編寫Mesos框架

讀者需要熟悉數據中心管理的核心思想,並具備Python或類似編程語言的基本知識。

作者Roger Ignazio是一位有豐富經驗的系統工程師,專注於分佈式、容錯和可擴展基礎架構。他目前是Mesosphere的技術負責人。

目錄:
第1部分 你好,Mesos
- 介紹Mesos
- 使用Mesos管理數據中心資源

第2部分 核心Mesos
- 設置Mesos
- Mesos基礎知識
- 日誌記錄和調試
- Mesos在生產環境中

第3部分 在Mesos上運行
- 使用Marathon部署應用程序
- 使用Chronos管理定時任務
- 使用Aurora部署應用程序和管理定時任務
- 開發框架