Created
May 27, 2025 01:59
-
-
Save devops-school/f8a88b7305f5ace9b3e9aad0d01b9ccd to your computer and use it in GitHub Desktop.
Revisions
-
devops-school created this gist
May 27, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,97 @@ # π οΈ DevOpsSchool Markdown Reference Welcome to **DevOpsSchool** β your one-stop platform for mastering DevOps and Cloud skills. Below is a demonstration of Markdown language features while introducing our top certifications and frameworks. --- ## π DevOps Certifications Offered Here is a categorized list of certifications you can pursue at DevOpsSchool: ### β Core DevOps Certifications - **Certified DevOps Engineer (CDE)** - **Certified DevOps Professional (CDP)** - **Certified DevOps Architect (CDA)** - **Certified DevOps Manager (CDM)** - **DevOps Certified Professional (DCP)** - **Master in DevOps Engineering (MDE)** ### π Security & Reliability - **DevSecOps Certified Professional (DSOCP)** - **Site Reliability Engineering Certified Professional (SRECP)** ### π€ AI & Data-Centric Ops - **MLOps Certified Professional (MLOCP)** - **AiOps Certified Professional (AIOCP)** - **DataOps Certified Professional (DOCP)** ### βοΈ Cloud Native - **Kubernetes Certified Administrator & Developer (KCAD)** - **Master in Azure DevOps** --- ## π DORA Metrics The **DORA (DevOps Research and Assessment)** metrics help measure DevOps success: | Metric | Description | |---------------------------|---------------------------------------------------------| | Deployment Frequency | How often code is deployed to production. | | Lead Time for Changes | Time from code commit to deployment. | | Mean Time to Recovery | How long it takes to restore service after an incident. | | Change Failure Rate | Percentage of deployments causing failures. | --- ## π¦ Sample Code Block ```yaml stages: - build - test - deploy build_job: stage: build script: echo "Building App" test_job: stage: test script: echo "Running Tests" ``` --- ## π External Resources - [DevOpsSchool Website](https://www.devopsschool.com) - [DORA Metrics Overview](https://www.devops-research.com/research.html) --- ## π¬ Blockquote Example > βDevOps is not a goal, but a never-ending process of continual improvement.β β Jez Humble --- ## βοΈ Task Checklist Example - [x] Learn Git - [x] Master CI/CD - [ ] Explore Kubernetes - [ ] Get DevOps Certified --- ## π Conclusion DevOpsSchool helps you transform into a modern cloud-native DevOps practitioner, through hands-on training and world-class certifications. Stay curious. Stay DevOps!