Certified Cloud Native Security Expert (CCNSE)

I. Overview:

The Certified Cloud-Native Security Expert (CCNSE) is a vendor-neutral cloud-native certification program in security. This Cloud-Native course covers topics in security such as Introduction to Cloud-Native Concepts and its Security, Containers, and Container Security, Introduction to Kubernetes, Hacking Kubernetes Cluster, Kubernetes Authentication and Authorization, Kubernetes Admission Controllers, Defending Kubernetes Cluster, Kubernetes Network Security, Kubernetes Data Security.

II. Duration:  40 hours
III. Objectives:

After the CCNSE Cloud-Native security training, you will be able to

  • Build a solid foundation that is required to understand the container and Kubernetes security landscape.
  • Gain a practical understanding of how to hack misconfigured Kubernetes workloads.
  • Learn and implement different ways of Authentication and Authorization methods used in Kubernetes.
  • Experience Network security and Zero Trust in action using Network policies and Service Meshes.
  • Gain the necessary skills to Defend Kubernetes cluster from most common attacks.
IV. Prerequisites:
  • Course participants should have knowledge of running basic Linux commands like ls, cd, mkdir, etc.,
  • Basic knowledge in container technology and k8s helps but is needed.
  • Understanding of OWASP Top 10 vulnerabilities
V. Course outlines:

1. Module 1: Introduction to Cloud-Native Concepts and its Security

  • Course Introduction (About the course, syllabus, and how to approach it) 
  • About Certification and how to approach it
  • Lab Environment
  • Lifetime course support (Mattermost)
  • Overview of the Cloud Native Technologies
  • The 4C’s of Cloud-Native Security
    • Cloud
    • Clusters
    • Containers
    • Code (SCA, SAST, DAST) – DevSecOps
  • Security and Threat Model of Cloud-Native technologies
    • Overview of Cloud Security
    • Overview of Container Security (Container Vulnerability, Supply Chain Attack, Least Privilege)
    • Overview of Kubernetes Security
    • Overview of Microservices Security
  • Hands-on Exercise: Learn how to use our browser-based lab environment

2. Module 2: Introduction to Microservices Architecture

  •  The need for microservices
  •  Monolith vs Microservices
  •  Technical and Business pros and cons of Microservices
  •  Tools of the trade
    • Source code management
    • CI/CD tools
    • Artefact management
    • Cloud Platform
    • Infrastructure as code
    • Monitoring and logging tools
    • Collaboration tools
  • REST APIs
    • What is an API
    • API Security
    • Introduction to OWASP API Top 10 

      - Software Component Analysis of API

      - Static Application Security Testing of API

      - Dynamic Application Security Testing of API

  • Hands-on Exercises:
    • Create a simple CI/CD pipeline
    • Create advanced CI/CD pipeline
    • Continuous Deployment
    • Exploiting Containerized Application
    • Docker Privilege Escalation
    • Hardening container workload (host)

3. Module 3: Containers and Container Security

  • What is a container?
  • Container vs Virtualization
    • Container Advantages
    • Container Disadvantages
  • Docker Architecture and its components
    • Command Line Interface(CLI)
    • Engine (Daemon, API)
    • Runtime (containerd, shim, runc)
  • Basics of container technology and its challenges
  • Container fundamentals
    • Namespaces
    • Cgroup
    • Capabilities
  • Ways to interact with container ecosystem
  • Container security issues
  • Container Defenses
  • Hands-on Exercises:
    • Docker command basics
    • Docker image
    • Image-based attacks
    • Build a secure and miniature docker image
    • Docker registry
    • Registry-based attacks
    • Docker Content Trust
    • Securing container using seccomp
    • Securing container using apparmor

4. Module 4: Introduction to Kubernetes

  • Introduction to Kubernetes
  • Kubernetes Use Cases 
  • Kubernetes Architecture (Core Components)
    • Cluster, Nodes, and Pods
    • API Server
    • Controller Manager
    • Etcd
    • kube-scheduler
    • kubelet
    • Kube-proxy
    • Container Runtime
  • Bootstrapping the Kubernetes cluster
  • Kubernetes Package Manager
    • Understanding Helm Workflow
    • Creating Helm Charts
  • Hands-on Exercises:
    • Bootstrapping the cluster using kubeadm, kind
    • Kubernetes basics component
    • kubectl basics commands
    • Kubernetes storage
    • Kubernetes networking

5. Module 5: Hacking Kubernetes Cluster

  • Kubernetes Attack Surface and Threat Matrix
  • Common Kubernetes security issues
  • Differences in k8s installations (support for PSP vs no PSP)
  • Hands-on Exercises:
    • Kubernetes Reconnaissance: 

      - Port scanning

      - Misconfigured Kubernetes components

      - Access Kubernetes dashboard

    • Exploiting Privileged Containers
    • Crashing Kubernetes cluster
    • Compromising Kubernetes secrets
    • Supply chain attack using the poisoned image and malicious helm charts
    • Sniffing Kubernetes Network Traffic

6. Module 6: Kubernetes Authentication and Authorization

  • Fundamentals of Kubernetes Authentication and Authorization
  • Authentication mechanisms in Kubernetes
    • Authentication with Client Certificates
    • Authentication with Bearer Tokens
    • HTTP Basic Authentication
    • Remote Authentication
  • Authorization mechanisms in Kubernetes
    • Node Authorization
    • Attribute Based Access Control (ABAC)
    • Role-Based Access Control (RBAC)
  • Hands-on Exercises:
    • Kubernetes Authentication using Keycloak
    • Find misconfigured RBAC using KubiScan
    • Static Analysis of the Access Control using Krane

7. Module 7: Kubernetes Admission Controllers

  • Fundamentals of Admission Controllers
  • Static Admission Controllers
    • LimitRanger
    • DefaultStorageClass
    • AlwaysPullImages
  • Dynamic Admission Controllers
    • Introduction to Custom Admission Controllers
    • Working with Custom Admission WebHooks
    • Authenticating API Servers
    • Open Policy Agent (OPA) and Rego Policies
    • Using OPA with Kubernetes
    • OPA Gatekeeper
    • OPA Kube-mgmt vs OPA Gatekeeper
  • Pod Security Context
  • Pod Security Policies 
  • Pod Security Admission
    • Pod Security Standards
    • Policy Modes
    • Applying Policies
  • Different Options to Write Custom Policies for K8s
  • Hands-on Exercises:
    • Enforcing custom resource limits with LimitRanger
    • Enforcing images are always pulled with Authorization
    • Enforced trusted image using OPA Gatekeeper

8. Module 8: Kubernetes Data Security

  • Kubernetes Data Storage mechanisms
    • Image Layers
    • Container Mounts and Volumes
    • Distributed Volumes in Kubernetes
    • Persistent Volumes on Cloud
    • Dynamically Provisioning Cloud Storage for Workloads
  • Managing secrets in traditional infrastructure
  • Managing secrets in containers at Scale
    • Exploring Secret Storage Options
    • Kubernetes Secrets Object
    • Encrypted Configurations
    • Managing Encryption Keys in External KMS
    • Encrypting Secret Objects in Version Control Systems
    • Mozilla SOPS for Secret OPerationS
    • Introducing Secrets Store CSI Drivers
    • Environment Variables and Volume Mounts
    • Injecting Secrets with Hashicorp Vault
  • Sanning for Secrets Exposure
  • Hands-On Exercises: 
    • Encrypting Secrets Data at rest
    • Storing secrets securely using HashiCorp Vault
    • Managing secrets using Sealed Secrets
    • Automated Image scanning in 

      - Build stage

      - Release stage (artifact release)

      - Integration stage

      - Deployment stage

9. Module 9: Kubernetes Network Security

  • Introduction to Kubernetes Networking
    • Kubernetes Networking Architecture
    • Challenges with Kubernetes Networking
  • Network Policies in Kubernetes
    • Network Policy and Its Characteristics
    • Anatomy of a Network Policy
  • Fallacies of Distributed Computing
  • Service Mesh Architecture
    • Exploring Linkerd
    • Zero Trust with Consul Connect
    • Service Identities with Istio
  • Hands-on exercises:
    • Implementing a Service Mesh with Istio
    • Implementing a Service Mesh with Linkerd
    • Enable mTLS in Service Mesh
    • Writing custom Network Policies

10. Module 10: Defending Kubernetes Cluster

  • Compliance and Governance
    • Kubernetes Compliance with Kubebench
    • Kubernetes Compliance with Inspec
  • Threat Modeling for Kubernetes
  • Static Analysis of Kubernetes clusters
  • Building Secure Container Images
  • Dynamic and Runtime Security Analysis
  • Security Monitoring
  • Hands-on Exercises:
    • Kubernetes Least Privilege
    • Kubernetes Static Analysis Analysis
    • Defining Kubernetes Resource Quotas
    • Kubernetes compliance using CIS benchmark
    • Security monitoring of Kubernetes cluster using Wazuh
    • Kubernetes Threat Detection using Falco
    • Threat Hunting with Kubernetes audit logging

11. Cloud-Native Security Certification Process

  • After completing the course, you can schedule the CCNSE exam on your preferred date.


  • Học trực tuyến

  • Học tại Hồ Chí Minh

  • Học tại Hà Nội


Các khóa học khác