背景:最初自己研发小工具,想搭建一套开发、上线环境,Google了解到相关到话术是“持续集成”。
Medium:持续集成的学习路线图 推荐的学习路径是:
Learn a Programming LanguageUnderstand different OS conceptsLearn to Live in terminal- Networking and Security
- What is and how to setup
- Learn Infrastructure as code:Docker、K8
- Learn some Continuous Integration and Delivery (CI/CD) tools:Jekins
- Learn to monitor software and infrastructure
- Learn about Cloud Provides
结尾了提到,如果只学习一门教程,会推荐 Udemy:学习DevOps,其内容大致包含了(重点在Jekins):
总之重点应该掌握的两个知识点,一个是容器(Docker或K8),一个是集成工具Jekins。
通过阮一峰的 Docker 入门教程 了解Docker:[学习笔记] 对Docker的一些理解。