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.
DevOpsSchool_Markdown_Certification_Guide

πŸ› οΈ 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

stages:
  - build
  - test
  - deploy

build_job:
  stage: build
  script: echo "Building App"

test_job:
  stage: test
  script: echo "Running Tests"

πŸ“Ž External Resources


πŸ’¬ Blockquote Example

β€œDevOps is not a goal, but a never-ending process of continual improvement.” – Jez Humble


βœ”οΈ Task Checklist Example

  • Learn Git
  • 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment