openskills.info
Course Preview

Cloud Native Security

Cloud native security protects containerized applications and their orchestration infrastructure. It addresses image supply chain integrity, runtime isolation, network segmentation, secrets management, and policy enforcement across dynamic, ephemeral workloads.

itCloud native tools and technologies

Cloud Native Security

Cloud native systems change often. Workloads start and stop. Releases move through automated pipelines. Services communicate across networks that you do not fully control. A security model based only on a fixed network edge cannot follow that movement.

Cloud native security puts controls close to the workload and throughout its lifecycle. It protects the environment that builds software, the artifacts that carry it, the platform that deploys it, and the system that runs it. The goal is not a product stack. The goal is a chain of justified trust from source code to production behavior.

Use one mental model for the course: protect every stage, then verify the handoffs.

The four lifecycle stages

The CNCF model divides the application lifecycle into four continuous stages: develop, distribute, deploy, and runtime. A weakness at one stage can invalidate work done elsewhere.

Develop

The develop stage covers source code, dependencies, developer access, and the build definition. Start with a threat model. Identify valuable assets, trust boundaries, likely threats, and owners. Use code review, secure coding practices, dependency controls, and automated tests to shorten feedback.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources

  • https://tag-security.cncf.io/community/resources/security-whitepaper/v2/cloud-native-security-whitepaper/
  • https://kubernetes.io/docs/concepts/security/cloud-native-security/
  • https://kubernetes.io/docs/concepts/security/security-checklist/
  • https://csrc.nist.gov/pubs/sp/800/190/final
  • https://slsa.dev/spec/v1.2/
  • https://slsa.dev/spec/v1.2/about
  • https://spiffe.io/docs/latest/spiffe-about/overview/