devops-basics

devops-basics

全面的DevOps工具链学习与实践资源库

devops-basics项目是一个综合性DevOps学习资源库,涵盖20多个核心DevOps主题。项目为每个主题提供概述、官方文档链接、实践示例和进阶资源,助力从初学者到专业人士全面提升DevOps技能。作为DevOps三部曲的首部,该项目为DevOps工具链的学习和实践提供了系统化的指导。项目内容包括Docker、Kubernetes和Terraform等20多个关键DevOps工具和技术,通过系统化的学习结构,为DevOps领域的学习者提供了从入门到精通的完整学习路径。

DevOps容器化持续集成自动化云服务Github开源项目
<h1 align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Devops-toolchain.svg" width="500"></h1> <h1 align="center">DevOps Basics</h1> <p align="center">🚀 Practical and document place for DevOps toolchain 💝</p> <p align="center">With comprehensive documentation, basic hands-on scripts, advanced examples, and additional resources for a variety of DevOps tools</p> <p align="center"> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <a href="#contributors-" target="_blank"><img alt="👪 All Contributors: 34" src="https://img.shields.io/badge/all_contributors-34-blue.svg?style=flat-square" /></a> <!-- ALL-CONTRIBUTORS-BADGE:END --> <a href="https://img.shields.io/github/last-commit/tungbq/devops-basics/main"><img alt="last commit" src="https://img.shields.io/github/last-commit/tungbq/devops-basics/main" /></a> <a href="https://github.com/tungbq/devops-basics/releases"><img alt="devops-basic release" src="https://img.shields.io/github/release/tungbq/devops-basics.svg" /></a> <a href="https://github.com/tungbq/devops-basics/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/tungbq/devops-basics"/></a> </p>

Introduction :wave:

You are new to DevOps or want to learn some DevOps tools, or you are already a DevOps engineer, and you are looking for DevOps documents and a place to practice DevOps tools? This repository will assist you in enhancing your DevOps skills and serve as a bookmark for documents related to DevOps. Key features include:

  • Wide range of topics: Explore 20+ important DevOps subjects like Docker, Kubernetes, Terraform, Ansible, Cloud services, System Architecture, Monitoring, and more.
  • Useful resources: Each topic comes with an overview, official documentation links, cheatsheets, and extra resources to help you learn more.
  • Hands-On practice: Get basic examples for each topic so you can try out what you learn.
  • Advanced examples: Once you've grasped the basic concepts, exploring advanced examples will further elevate your skills.

This is the first of my DevOps trio repositories: devops-basics ↔️ devops-practice ↔️ devops-project, designed to help you learn, practice, and apply DevOps.

Getting started :rocket:

What is DevOps?

DevOps combines development (Dev) and operations (Ops) to increase the efficiency, speed, and security of software development and delivery compared to traditional processes. A more nimble software development lifecycle results in a competitive advantage for businesses and their customers (source: GitLab)

Overview

DevOps topics 🔥

We cover a wide range of DevOps topics in our content library, explore them under topics. You can also refer to roadmap.sh/devops to see where each topic fits in the toolchain

<table> <tr> <th></th> <th>Item</th> <th>Content</th> <th>Official Docs</th> <th>Hands-on</th> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=ansible" /></td> <td>Ansible</td> <td><a href="./topics/ansible/">ansible</a></td> <td>📖 <a href="https://docs.ansible.com/">docs.ansible.com</a></td> <td>✔️ <a href="./topics/ansible/basic/helloworld/ansible-helloworld.sh"> ansible-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://wac-cdn.atlassian.com/dam/jcr:9567a40e-6541-4905-bf08-dfe201aa80e7/illustrations-spot-Agile.svg?cdnVersion=1946" /></td> <td>Agile</td> <td><a href="./topics/agile/">agile</a></td> <td>📖 <a href="https://www.atlassian.com/agile">www.atlassian.com/agile</a></td> <td>✔️ <a href="./topics/agile/README.md">Agile resources</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=docker" /></td> <td>Docker</td> <td><a href="./topics/docker/">docker</a></td> <td>📖 <a href="https://docs.docker.com/">docs.docker.com</a></td> <td>✔️ <a href="./topics/docker/basic/docker-helloworld.sh">docker-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://avatars.githubusercontent.com/u/13629408"></td> <td>Kubernetes (k8s)</td> <td><a href="./topics/k8s/">k8s</a></td> <td>📖 <a href="https://kubernetes.io/docs/home/">kubernetes.io/docs</a></td> <td>✔️ <a href="./topics/k8s/basic/helloworld/k8s-helloworld.sh"> k8s-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://upload.wikimedia.org/wikipedia/commons/a/a1/Istio-bluelogo-nobackground-unframed.svg"></td> <td>Istio</td> <td><a href="./topics/istio/">istio</a></td> <td>📖 <a href="https://istio.io/latest/docs/">istio.io/latest/docs</a></td> <td>✔️ <a href="https://istio.io/latest/docs/setup/getting-started/">getting-started</a></td> </tr> <tr> <!-- <td><img src="placeholder_logo_url"></td> --> <td><img height="28" src="https://skillicons.dev/icons?i=aws" /></td> <td>Aws</td> <td><a href="./topics/aws/">aws</a></td> <td>📖 <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a></td> <td>✔️ <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html">EC2_GetStarted</a></td> </tr> <tr> <td><img height="28" src="https://helm.sh/img/helm.svg"></td> <td>Helm</td> <td><a href="./topics/helm/">helm</a></td> <td>📖 <a href="https://helm.sh/docs/">helm.sh/docs</a></td> <td>✔️ <a href="./topics/helm/basic/helm-helloworld.sh">helm-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=jenkins" /></td> <td>Jenkins</td> <td><a href="./topics/jenkins/">jenkins</a></td> <td>📖 <a href="https://www.jenkins.io/doc/">www.jenkins.io/doc</a></td> <td>✔️ <a href="./topics/jenkins/basic/Jenkins-Hello-World.md">Jenkins-Hello-World.md</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=terraform" /></td> <td>Terraform</td> <td><a href="./topics/terraform/">terraform</a></td> <td>📖 <a href="https://developer.hashicorp.com/terraform/docs">terraform/docs</a></td> <td>✔️ <a href="./topics/terraform/basic/terraform-helloworld.sh">terraform-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=bash" /></td> <td>Shell</td> <td><a href="./topics/shell/">shell</a></td> <td>📖 <a href="https://devdocs.io/bash/">devdocs.io/bash</a></td> <td>✔️ <a href="./topics/shell/basic/basic.sh">basic.sh</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=git" /></td> <td>Git</td> <td><a href="./topics/git/">git</a></td> <td>📖 <a href="https://git-scm.com/doc">git-scm.com/doc</a></td> <td>✔️ <a href="./topics/git/basic/hello-world/git-helloworld.sh">git-helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=elasticsearch" /></td> <td>Elk</td> <td><a href="./topics/elk/">elk</a></td> <td>📖 <a href="https://www.elastic.co/guide/index.html">www.elastic.co/guide</a></td> <td>✔️ <a href="./topics/elk/basic/helloworld/">elk/basic/helloworld</a></td> </tr> <tr> <td><img height="28" src="https://avatars.githubusercontent.com/u/30269780"></td> <td>ArgoCD</td> <td><a href="./topics/argocd/">argocd</a></td> <td>📖 <a href="https://argo-cd.readthedocs.io/en/stable/">argo-cd.readthedocs.io</a></td> <td>✔️ <a href="./topics/argocd/basic/">argocd/basic</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=githubactions" /></td> <td>Github-Action</td> <td><a href="./topics/github-action/">github-action</a></td> <td>📖 <a href="https://docs.github.com/actions">docs.github.com/actions</a></td> <td>✔️ <a href="https://docs.github.com/en/actions/quickstart#creating-your-first-workflow">Create First Workflow</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=gitlab" /></td> <td>Gitlab CI</td> <td><a href="./topics/gitlabci/">gitlab-ci</a></td> <td>📖 <a href="https://docs.gitlab.com/ee/ci/">docs.gitlab.com/ee/ci</a></td> <td>✔️ <a href="https://docs.gitlab.com/ee/ci/quick_start/">Create First Pipeline</a></td> </tr> <tr> <td><img width="32" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Groovy-logo.svg/1920px-Groovy-logo.svg.png"></td> <td>Groovy</td> <td><a href="./topics/groovy/">groovy</a></td> <td>📖 <a href="https://groovy-lang.org/documentation.html">groovy-lang.org</a></td> <td>✔️ <a href="./topics/groovy/basic/">groovy/basic</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=prometheus" /></td> <td>Prometheus</td> <td><a href="./topics/prometheus/">prometheus</a></td> <td>📖 <a href="https://prometheus.io/docs/">prometheus.io/docs</a></td> <td>✔️ <a href="./topics/prometheus/basic/prometheus-helloworld.sh">helloworld.sh</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=py" /></td> <td>Python</td> <td><a href="./topics/python/">python</a></td> <td>📖 <a href="https://www.python.org/doc/">www.python.org/doc</a></td> <td>✔️ <a href="./topics/python/basic/">python/basic</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=openstack" /></td> <td>Openstack</td> <td><a href="./topics/openstack/">openstack</a></td> <td>📖 <a href="https://docs.openstack.org/2023.2/">docs.openstack.org</a></td> <td>✔️ <a href="./topics/openstack/basic/">openstack/basic</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=azure" /></td> <td>Azure-DevOps</td> <td><a href="./topics/azuredevops/">azuredevops</a></td> <td>📖 <a href="https://learn.microsoft.com/en-us/azure/devops">learn.microsoft.com</a></td> <td>✔️ <a href="./topics/azuredevops/basic/">azuredevops/basic</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=vscode" /></td> <td>Coding</td> <td><a href="./topics/coding/">coding</a></td> <td>📖 <a href="./topics/coding/">coding</a></td> <td>✔️ <a href="./topics/coding/practice.md/">practice.md</a></td> </tr> <tr> <td>📖</td> <td>Architecture</td> <td><a href="./topics/architecture/">architecture</a></td> <td>📖 <a href="https://github.com/tungbq/devops-basic/blob/main/topics/architecture/README.md">architecture/README.md</a></td> <td>✔️ <a href="./topics/architecture/">Architecture</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=graphql" /></td> <td>Microservices</td> <td><a href="./topics/microservices/">microservices</a></td> <td>📖 <a href="https://aws.amazon.com/microservices/">aws/microservices</a></td> <td>✔️ <a href="./topics/microservices/basic/">basic demo</a></td> </tr> <tr> <td><img height="28" src="https://skillicons.dev/icons?i=nginx" /></td> <td>Nginx</td> <td><a href="./topics/nginx/">nginx</a></td> <td>📖 <a href="https://nginx.org/en/docs/">nginx.org/en/docs</a></td> <td>✔️ <a href="./topics/nginx/basic/">Nginx basic</a></td> </tr> <tr> <td><img width="32" src="https://www.datocms-assets.com/58478/1638283616-packer.svg"></td> <td>Packer</td> <td><a href="./topics/packer/">packer</a></td> <td>📖 <a href="https://www.packer.io/">www.packer.io</a></td> <td>✔️ <a href="./topics/packer/basic/">Packer basic</a></td> </tr> <tr> <td><img width="32" src="https://www.hashicorp.com/_next/static/media/vault_on-dark.97792f64.svg"></td> <td>HashiCorp Vault</td> <td>coming-soon</td> <td>📖 <a href="https://developer.hashicorp.com/vault/docs">hashicorp.com/vault</a></td> <td>⏩ coming-soon</td> </tr>

编辑推荐精选

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具酷表ChatExcelAI智能客服AI营销产品使用教程
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

AI辅助写作AI工具AI论文工具论文写作智能生成大纲数据安全AI助手热门
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

AI办公办公工具AI工具博思AIPPTAI生成PPT智能排版海量精品模板AI创作热门
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

下拉加载更多