> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Section 1 Topics

> This section defines DevSecOps, contrasts it with traditional DevOps, and identifies key security checkpoints in the Software Development Lifecycle.

Welcome to **Section 1** of this lesson. In this section, we'll:

* Define **DevSecOps** and contrast it with traditional DevOps
* Identify key security checkpoints within each phase of the Software Development Lifecycle (SDLC)
* Provide an at-a-glance toolchain to support your DevSecOps workflow

Let’s dive in!

<Callout icon="lightbulb" color="#1CB2FE">
  DevSecOps is more than a set of tools—it’s a culture that embeds security into every stage of development.
</Callout>

## What You’ll Learn

| Topic                | Description                                                                                                   |
| -------------------- | ------------------------------------------------------------------------------------------------------------- |
| DevSecOps Defined    | What distinguishes DevSecOps from DevOps and why it matters for modern SDLCs                                  |
| DevOps vs. DevSecOps | Side-by-side comparison of workflows, responsibilities, and outcomes                                          |
| Security in the SDLC | How to integrate security best practices into Planning, Coding, Building, Testing, Deployment, and Monitoring |
| DevSecOps Toolchain  | Overview of SAST, DAST, container scanners, IaC scanners, and other essential tools                           |

## Next Steps

Proceed to **Section 2** to explore how to embed static analysis and dependency scanning directly into your CI pipeline.

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/devsecops-kubernetes-devops-security/module/1cf25997-ddee-4b54-99f0-913974b58f7c/lesson/28eaddfe-db37-46f9-a6b3-a76f288d3475" />
</CardGroup>
