美文网首页
DevOps 2.0 Toolkits

DevOps 2.0 Toolkits

作者: Jeff | 来源:发表于2016-11-06 11:01 被阅读152次

    《The DevOps 2.0 Toolkit: Automating the Continuous Deployment Pipeline with Containerized Microservices》

    https://www.goodreads.com/book/show/29355734-the-devops-2-0-toolkit

    This book is about different techniques that help us architect software in a better and more efficient way with microservices packed as immutable containers, tested and deployed continuously to servers that are automatically provisioned with configuration management tools. It's about fast, reliable and continuous deployments with zero-downtime and ability to roll-back. It's about scaling to any number of servers, design of self-healing systems capable of recuperation from both hardware and software failures and about centralized logging and monitoring of the cluster.In other words, this book envelops the whole microservices development and deployment lifecycle using some of the latest and greatest practices and tools. We'll use Docker, Kubernetes, Ansible, Ubuntu, Docker Swarm and Docker Compose, Consul, etcd, Registrator, confd, and so on. We'll go through many practices and even more tools. Finally, while there will be a lot of theory, this is a hands-on book. You won't be able to complete it by reading it in a metro on a way to work. You'll have to read this book while in front of the computer and get your hands dirty.

    Toolkits

    用工具让开发和部署变得更有效率,实现微服务架构下的DevOps。

    • Vagrant
    • Docker and its composing tools like Swarm or Kubernetes
    • Chef/Ansible
    • Jenkins pipeline
    • ...

    要解决的问题有:

    • 如何快速可重复的准备各个环境?包括基础的OS和部署依赖
    • 需要什么样的CI和CD pipeline?如何实现?
    • 如何一步一步的完成测试,模拟和生产环境的部署?
    • 如何回滚?
    • 如何监控?

    相关文章

      网友评论

          本文标题:DevOps 2.0 Toolkits

          本文链接:https://www.haomeiwen.com/subject/zbcgyttx.html