{"id":969,"date":"2026-02-10T09:33:11","date_gmt":"2026-02-10T09:33:11","guid":{"rendered":"https:\/\/devopsschool.org\/blog\/?p=969"},"modified":"2026-02-10T09:33:12","modified_gmt":"2026-02-10T09:33:12","slug":"devsecops-certified-professional-your-complete-career-guide","status":"publish","type":"post","link":"https:\/\/devopsschool.org\/blog\/devsecops-certified-professional-your-complete-career-guide\/","title":{"rendered":"DevSecOps Certified Professional: Your Complete Career Guide"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"436\" src=\"https:\/\/devopsschool.org\/blog\/wp-content\/uploads\/2026\/02\/ddddddddddddddd.jpg\" alt=\"\" class=\"wp-image-970\" srcset=\"https:\/\/devopsschool.org\/blog\/wp-content\/uploads\/2026\/02\/ddddddddddddddd.jpg 800w, https:\/\/devopsschool.org\/blog\/wp-content\/uploads\/2026\/02\/ddddddddddddddd-300x164.jpg 300w, https:\/\/devopsschool.org\/blog\/wp-content\/uploads\/2026\/02\/ddddddddddddddd-768x419.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>In the modern era of cloud computing and containers, simply building software fast is no longer enough; you must build it securely from the very first line of code. DevSecOps allows you to bake security directly into your CI\/CD pipeline rather than treating it as a final roadblock, making it the single most valuable skill for Developers, QA, and DevOps Engineers to acquire right now. This guide provides a complete breakdown of the <strong><a href=\"https:\/\/www.devopsschool.com\/certification\/devsecops-certified-professional-dsocp.html\" id=\"https:\/\/www.devopsschool.com\/certification\/devsecops-certified-professional-dsocp.html\">DevSecOps Certified Professional (DSOCP)<\/a><\/strong> program, detailing exactly how this training empowers you to master the automation tools needed to secure the software supply chain and significantly advance your career.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Quick View: Certification at a Glance<\/strong><\/h3>\n\n\n\n<p>Before we dive deep, here is the high-level summary of this certification.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td>Feature<\/td><td>Details<\/td><\/tr><\/thead><tbody><tr><td><strong>Certification Name<\/strong><\/td><td>DevSecOps Certified Professional (DSOCP)<\/td><\/tr><tr><td><strong>Track<\/strong><\/td><td>Security &amp; DevOps Integration<\/td><\/tr><tr><td><strong>Level<\/strong><\/td><td>Professional (Intermediate to Advanced)<\/td><\/tr><tr><td><strong>Who is it for?<\/strong><\/td><td>DevOps Engineers, Security Engineers, SREs, Developers, QA<\/td><\/tr><tr><td><strong>Prerequisites<\/strong><\/td><td>Basic knowledge of Linux, Git, and understanding of DevOps culture<\/td><\/tr><tr><td><strong>Skills Covered<\/strong><\/td><td>SAST, DAST, SCA, Container Security, Compliance as Code, Secret Management<\/td><\/tr><tr><td><strong>Recommended Order<\/strong><\/td><td>Take this&nbsp;<em>after<\/em>&nbsp;a fundamental DevOps course<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Deep Dive: DevSecOps Certified Professional (DSOCP)<\/strong><\/h3>\n\n\n\n<p>This is the core certification for anyone looking to prove they can secure a modern software supply chain.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>What it is<\/strong><\/h4>\n\n\n\n<p>The&nbsp;<strong>DevSecOps Certified Professional (DSOCP)<\/strong>&nbsp;is a hands-on training and certification program. It focuses on &#8220;Shifting Left&#8221;\u2014moving security earlier in the development lifecycle. Unlike traditional security certifications that focus on policy or theory, this course focuses on&nbsp;<em>automation<\/em>. You learn how to use tools to automatically find and fix vulnerabilities in your CI\/CD pipeline.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Who should take it<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DevOps Engineers<\/strong>\u00a0who need to add security checks to their pipelines.<\/li>\n\n\n\n<li><strong>Security Professionals<\/strong>\u00a0who need to understand modern CI\/CD and automation.<\/li>\n\n\n\n<li><strong>Developers<\/strong>\u00a0who want to write secure code and understand vulnerabilities.<\/li>\n\n\n\n<li><strong>Managers<\/strong>\u00a0who need to lead secure software delivery teams.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Skills you\u2019ll gain<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Static Application Security Testing (SAST):<\/strong>\u00a0Analyzing source code for bugs without running it (e.g., SonarQube).<\/li>\n\n\n\n<li><strong>Dynamic Application Security Testing (DAST):<\/strong>\u00a0Testing running applications for exposure (e.g., OWASP ZAP).<\/li>\n\n\n\n<li><strong>Software Composition Analysis (SCA):<\/strong>\u00a0Checking open-source libraries for known vulnerabilities.<\/li>\n\n\n\n<li><strong>Container Security:<\/strong>\u00a0Scanning Docker images and Kubernetes clusters.<\/li>\n\n\n\n<li><strong>Infrastructure as Code (IaC) Security:<\/strong>\u00a0Scanning Terraform\/Ansible scripts for misconfigurations.<\/li>\n\n\n\n<li><strong>Secrets Management:<\/strong>\u00a0managing passwords and keys securely (e.g., HashiCorp Vault).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Real-world projects you should be able to do after it<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Build a fully automated\u00a0<strong>CI\/CD pipeline<\/strong>\u00a0(using Jenkins or GitLab) that breaks the build if a severe vulnerability is found.<\/li>\n\n\n\n<li>Implement a\u00a0<strong>vulnerability management dashboard<\/strong>\u00a0to track security debt.<\/li>\n\n\n\n<li>Automate\u00a0<strong>Docker image scanning<\/strong>\u00a0before pushing to a registry.<\/li>\n\n\n\n<li>Write\u00a0<strong>custom security rules<\/strong>\u00a0to enforce company compliance policies automatically.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Preparation plan (30 Days)<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Week 1:<\/strong>\u00a0Master the basics of DevOps (Git, Docker, Jenkins) and Security fundamentals (OWASP Top 10).<\/li>\n\n\n\n<li><strong>Week 2:<\/strong>\u00a0Deep dive into SAST and SCA tools. Integrate them into a sample pipeline.<\/li>\n\n\n\n<li><strong>Week 3:<\/strong>\u00a0Focus on DAST and Container Security. Learn to break your own build.<\/li>\n\n\n\n<li><strong>Week 4:<\/strong>\u00a0Compliance as Code, Reporting, and Final Project implementation.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Common mistakes<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Overloading developers:<\/strong>\u00a0Turning on every security rule at once, causing thousands of &#8220;false positives.&#8221;<\/li>\n\n\n\n<li><strong>Ignoring culture:<\/strong>\u00a0Trying to force tools on a team without explaining\u00a0<em>why<\/em>\u00a0security matters.<\/li>\n\n\n\n<li><strong>Blocking everything:<\/strong>\u00a0Stopping releases for minor issues (Low\/Info severity) instead of focusing on Critical\/High.<\/li>\n\n\n\n<li><strong>Forgetting the feedback loop:<\/strong>\u00a0Finding bugs but not giving developers an easy way to fix them.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Best next certification after this<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certified Kubernetes Security Specialist (CKS):<\/strong>\u00a0If you want to specialize deeply in container orchestration security.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Choose Your Path: Career Tracks<\/strong><\/h3>\n\n\n\n<p>The tech world is splitting into specialized tracks. Here is where you fit in.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>DevOps Track:<\/strong>\u00a0Focuses on speed, automation, and culture. You connect Dev and Ops.<\/li>\n\n\n\n<li><strong>DevSecOps Track:<\/strong>\u00a0Focuses on safety. You ensure that speed doesn&#8217;t kill security.<\/li>\n\n\n\n<li><strong>SRE (Site Reliability Engineering) Track:<\/strong>\u00a0Focuses on stability. You treat operations as a software problem.<\/li>\n\n\n\n<li><strong>AIOps\/MLOps Track:<\/strong>\u00a0Focuses on data. You manage the lifecycle of AI\/ML models.<\/li>\n\n\n\n<li><strong>DataOps Track:<\/strong>\u00a0Focuses on data pipelines. You ensure data flows quickly and reliably.<\/li>\n\n\n\n<li><strong>FinOps Track:<\/strong>\u00a0Focuses on cost. You ensure cloud spending is optimized and valuable.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Role \u2192 Recommended Certifications Mapping<\/strong><\/h3>\n\n\n\n<p>If you are currently in a role, here is what you should target next.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td>Current Role<\/td><td>Recommended Certification Path<\/td><\/tr><\/thead><tbody><tr><td><strong>DevOps Engineer<\/strong><\/td><td>DevOps Certified Professional&nbsp;\u2192&nbsp;<strong>DevSecOps Certified Professional<\/strong><\/td><\/tr><tr><td><strong>SRE<\/strong><\/td><td>Site Reliability Engineer (SRE) Certification&nbsp;\u2192&nbsp;Chaos Engineering<\/td><\/tr><tr><td><strong>Platform Engineer<\/strong><\/td><td>Certified Kubernetes Administrator (CKA)&nbsp;\u2192&nbsp;<strong>DevSecOps Certified Professional<\/strong><\/td><\/tr><tr><td><strong>Cloud Engineer<\/strong><\/td><td>AWS\/Azure Solutions Architect&nbsp;\u2192&nbsp;Terraform Associate<\/td><\/tr><tr><td><strong>Security Engineer<\/strong><\/td><td><strong>DevSecOps Certified Professional<\/strong>&nbsp;\u2192&nbsp;Certified Kubernetes Security Specialist (CKS)<\/td><\/tr><tr><td><strong>Data Engineer<\/strong><\/td><td>DataOps Certified Professional&nbsp;\u2192&nbsp;Big Data Specialist<\/td><\/tr><tr><td><strong>FinOps Practitioner<\/strong><\/td><td>FinOps Certified Practitioner&nbsp;\u2192&nbsp;Cloud Cost Management Specialist<\/td><\/tr><tr><td><strong>Engineering Manager<\/strong><\/td><td>DevOps Leader&nbsp;\u2192&nbsp;<strong>DevSecOps Certified Professional<\/strong>&nbsp;(for awareness)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Top Institutions for DevSecOps Certified Professional Training<\/strong><\/h3>\n\n\n\n<p>Finding the right training partner is critical. Here are the top institutions that provide help in Training cum Certifications for DevSecOps Certified Professional Online Training.<\/p>\n\n\n\n<p><strong>1. DevOpsSchool<\/strong>&nbsp;DevOpsSchool is a pioneer in this space. They offer a very hands-on, project-based curriculum. Their DSOCP program is known for being rigorous and industry-aligned. They focus heavily on &#8220;doing&#8221; rather than just &#8220;listening,&#8221; which is vital for this technical field.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provider:\u00a0<a href=\"https:\/\/www.devopsschool.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">DevOpsSchool.com<\/a><\/li>\n<\/ul>\n\n\n\n<p><strong>2. Cotocus<\/strong>&nbsp;Cotocus provides specialized consulting and training. Their approach is often tailored to corporate needs, making them a great choice if your company is sponsoring your learning. They bring real-world consulting experience into the classroom.<\/p>\n\n\n\n<p><strong>3. Scmgalaxy<\/strong>&nbsp;Scmgalaxy is a community-driven platform. They have a vast repository of tutorials and guides. Their training is often very affordable and accessible, making it a good entry point for beginners or self-starters.<\/p>\n\n\n\n<p><strong>4. BestDevOps<\/strong>&nbsp;As the name suggests, they focus on curating the best practices. Their training modules are often short, sharp, and focused on specific tools or problems, which is great for upskilling quickly.<\/p>\n\n\n\n<p><strong>5. devsecopsschool<\/strong>&nbsp;A niche provider focused strictly on security in DevOps. Because they specialize, their depth in security tools (like Vault, Aqua, Twistlock) is often deeper than generalist providers.<\/p>\n\n\n\n<p><strong>6. sreschool<\/strong>&nbsp;While focused on SRE, they offer DevSecOps modules that focus heavily on the reliability aspect of security. Great if you want to understand how security impacts system uptime.<\/p>\n\n\n\n<p><strong>7. aiopsschool<\/strong>&nbsp;Focuses on the intersection of AI and Ops. Their DevSecOps training often includes modern angles like using AI to detect threats in the pipeline.<\/p>\n\n\n\n<p><strong>8. dataopsschool<\/strong>&nbsp;Best for data engineers. They teach DevSecOps principles applied to data pipelines\u2014securing the flow of data rather than just the application code.<\/p>\n\n\n\n<p><strong>9. finopsschool<\/strong>&nbsp;They focus on the cost aspect. While not a direct security trainer, they offer unique insights into the cost implications of security tools and cloud security services.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Next Certifications to Take<\/strong><\/h3>\n\n\n\n<p>Once you have your DSOCP, you should look at expanding your horizon. Based on industry trends, here are your best options:<\/p>\n\n\n\n<p><strong>Option 1: Same Track (Deepen Technical Skills)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certified Kubernetes Security Specialist (CKS):<\/strong>\u00a0This is the gold standard for container security.<\/li>\n\n\n\n<li><strong>Advanced Cloud Security Certifications:<\/strong>\u00a0AWS Certified Security &#8211; Specialty or Azure Security Engineer Associate.<\/li>\n<\/ul>\n\n\n\n<p><strong>Option 2: Cross-Track (Broaden Knowledge)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certified Site Reliability Engineer (SRE):<\/strong>\u00a0Learn to keep the secure systems you build reliable and scalable.<\/li>\n\n\n\n<li><strong>Certified DataOps Professional:<\/strong>\u00a0Move into the world of Big Data and learn to secure data lakes and pipelines.<\/li>\n<\/ul>\n\n\n\n<p><strong>Option 3: Leadership (Move to Management)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certified Information Systems Security Professional (CISSP):<\/strong>\u00a0The traditional &#8220;management&#8221; security cert. Good for high-level credibility.<\/li>\n\n\n\n<li><strong>DevOps Leader (DOL):<\/strong>\u00a0Focuses on the people and process side of managing technical teams.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>General FAQs<\/strong><\/h3>\n\n\n\n<p><strong>1. Is DevSecOps difficult to learn?<\/strong>&nbsp;It has a learning curve. You need to understand both development (code) and operations (servers), and then add security on top. However, if you take it step-by-step, it is very logical.<\/p>\n\n\n\n<p><strong>2. Do I need to be a coder?<\/strong>&nbsp;You don&#8217;t need to be a developer, but you must be able to read code and understand scripts (Python, Bash, YAML).<\/p>\n\n\n\n<p><strong>3. How long does it take?<\/strong>&nbsp;A dedicated course usually takes 4-6 weeks (part-time) to complete if you practice the labs.<\/p>\n\n\n\n<p><strong>4. What are the prerequisites?<\/strong>&nbsp;Basic Linux skills, familiarity with Git, and a general understanding of the software development lifecycle (SDLC).<\/p>\n\n\n\n<p><strong>5. Is this certification recognized globally?<\/strong>&nbsp;Yes. DevOpsSchool and the DSOCP designation are recognized by companies worldwide looking for practical skills.<\/p>\n\n\n\n<p><strong>6. Will this increase my salary?<\/strong>&nbsp;Generally, yes. DevSecOps engineers are among the highest-paid technical roles because they combine two high-value skill sets: DevOps and Security.<\/p>\n\n\n\n<p><strong>7. Can I self-study?<\/strong>&nbsp;You can, but setting up the labs (Jenkins, Kubernetes, SonarQube, etc.) on your own can be very difficult and time-consuming. Guided training is usually faster.<\/p>\n\n\n\n<p><strong>8. What is the difference between DevOps and DevSecOps?<\/strong>&nbsp;DevOps is about speed and quality. DevSecOps is about speed, quality, and&nbsp;<em>safety<\/em>.<\/p>\n\n\n\n<p><strong>9. Do I need to know Cloud (AWS\/Azure)?<\/strong>&nbsp;Yes, most modern DevSecOps happens in the cloud. You should know the basics of at least one cloud provider.<\/p>\n\n\n\n<p><strong>10. Is there an exam?<\/strong>&nbsp;Yes, most certifications end with a project-based exam or a multiple-choice test.<\/p>\n\n\n\n<p><strong>11. Does the certificate expire?<\/strong>&nbsp;It depends on the provider. Some are lifetime, while others require renewal every 2-3 years to ensure you stay current with new tools.<\/p>\n\n\n\n<p><strong>12. What tools will I learn?<\/strong>&nbsp;Typically: Jenkins\/GitLab (CI\/CD), Docker\/K8s (Containers), SonarQube (SAST), OWASP ZAP (DAST), Terraform (IaC).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>FAQs on DevSecOps Certified Professional (DSOCP)<\/strong><\/h3>\n\n\n\n<p><strong>1. What is the passing score for the DSOCP exam?<\/strong>&nbsp;Typically, you need a score of 70% or higher to pass. The exam focuses heavily on practical scenarios.<\/p>\n\n\n\n<p><strong>2. Does the course cover Kubernetes security?<\/strong>&nbsp;Yes. Since modern DevOps runs on Kubernetes, securing the cluster and the pods is a major part of the curriculum.<\/p>\n\n\n\n<p><strong>3. Is the training live or recorded?<\/strong>&nbsp;DevOpsSchool offers both. Live training is better for asking questions, while recorded is good for self-paced learning.<\/p>\n\n\n\n<p><strong>4. Can I retake the exam if I fail?<\/strong>&nbsp;Most providers, including DevOpsSchool, offer one free retake or a discounted retake fee. Check the specific terms when you enroll.<\/p>\n\n\n\n<p><strong>5. Do I get lab access?<\/strong>&nbsp;Yes, the course includes access to cloud-based labs where you can practice setting up pipelines without installing everything on your own laptop.<\/p>\n\n\n\n<p><strong>6. Is this suitable for freshers?<\/strong>&nbsp;It is recommended for people with at least 1-2 years of IT experience. Freshers might find the concepts of CI\/CD and pipeline integration overwhelming without prior context.<\/p>\n\n\n\n<p><strong>7. How is this different from &#8220;Certified Ethical Hacker&#8221; (CEH)?<\/strong>&nbsp;CEH teaches you how to&nbsp;<em>attack<\/em>&nbsp;(penetration testing). DSOCP teaches you how to&nbsp;<em>defend<\/em>&nbsp;by building automated security into the software creation process.<\/p>\n\n\n\n<p><strong>8. Will I get job assistance?<\/strong>&nbsp;DevOpsSchool often provides resume reviews and mock interviews to help you position yourself for DevSecOps roles after certification.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>The days of the &#8220;security guy&#8221; blocking releases at the last minute are over; the future belongs to engineers who can say, &#8220;Go fast, but here are the automated guardrails to keep us safe.&#8221; The <strong>DevSecOps Certified Professional<\/strong> training is your bridge to that future, transforming you from a standard operator into a guardian of the codebase who understands that security is a powerful enabler, not a bottleneck. If you are ready to master the art of &#8220;shifting left&#8221; and proving your immense value in the modern tech landscape, check out the official program at <a href=\"https:\/\/www.devopsschool.com\/certification\/devsecops-certified-professional-dsocp.html\" target=\"_blank\" rel=\"noreferrer noopener\">DevOpsSchool<\/a> and start your journey today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the modern era of cloud computing and containers, simply building software fast is no longer enough; you must build it securely from the very first line of code. DevSecOps&hellip;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-969","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/posts\/969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/comments?post=969"}],"version-history":[{"count":1,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/posts\/969\/revisions"}],"predecessor-version":[{"id":971,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/posts\/969\/revisions\/971"}],"wp:attachment":[{"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/media?parent=969"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/categories?post=969"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devopsschool.org\/blog\/wp-json\/wp\/v2\/tags?post=969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}