Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save devops-school/f8a88b7305f5ace9b3e9aad0d01b9ccd to your computer and use it in GitHub Desktop.
Save devops-school/f8a88b7305f5ace9b3e9aad0d01b9ccd to your computer and use it in GitHub Desktop.

Revisions

  1. devops-school created this gist May 27, 2025.
    97 changes: 97 additions & 0 deletions DevOpsSchool_Markdown_Certification_Guide.md
    Original 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!