Skip to content

The Microsoft AKS Security Bootcamp GitHub repository is a resource for the AKS-focused security workshop. Learn how to secure your Kubernetes environment in AKS and achieve compliance with regulatory frameworks.

Notifications You must be signed in to change notification settings

tigera-solutions/cc-aks-kspm-compliance-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft AKS Security Bootcamp:
Kubernetes Security Posture Management (KSPM) and Compliance

Welcome

During this workshop, you will learn how to use Azure AKS and Calico Cloud to design and implement best practices for achieving compliance with regulatory frameworks such as PCI, SOC2, and HIPAA. The workshop will cover topics such as Kubernetes Security Posture Management (KSPM), implementing security policies for compliance, and generating evidence and audit reports.

Organizations creating cloud-native applications that meet regulations have two main requirements. The first is to secure and manage access to containerized workloads and the Kubernetes environment. The second is to streamline audit logging and compliance reporting. Kubernetes is a distributed and dynamic environment where workloads are ephemeral. It is challenging to enforce compliance controls and provide consistent reporting.

This repository guides you in creating an Azure AKS cluster, registering it with Calico Cloud, and securing your cloud-native applications to meet compliance standards. While Calico Cloud offers many features, this workshop will focus on only a few key ones due to time limitations. If you would like to learn more about this topic, please feel free to contact us.

Time Requeriments

The estimated time to complete this workshop is 60-90 minutes.

Target Audience

  • Cloud Professionals
  • DevSecOps Professional
  • Site Reliability Engineers (SRE)
  • Solutions Architects
  • Anyone interested in Calico Cloud :)

Learning Objectives

Learn how to:

  • Design and deploy best practices to secure your Kubernetes environment in AKS.
  • Implement Kubernetes Security Posture Management (KSPM) to ensure the overall security of your AKS cluster.
  • Create and enforce security policies to achieve compliance with regulatory frameworks such as HIPAA, PCI, SOC 2, and GDPR.
  • Generate evidence and audit reports to demonstrate adherence to compliance requirements.
  • Implement network policies to control traffic flow and secure communication between pods in your AKS cluster.

Workshop Environment Preparation

⚠️ For this workshop, you are expected to have access to a previously created AKS cluster.

  • Please, follow the instructions on the repository below if you don't have it ready:

    Calico Cloud on AKS - Workshop Environment Preparation

  • We will run this workshop from the Azure Cloud Shell, as described in that repository.

  • To start your cluster, reload the environment variables create in your Azure Cloud Shell first and then start the cluster. Use the following command:

    source ~/workshopvars.env
    az aks start --resource-group $RESOURCE_GROUP --name $CLUSTERNAME

Modules

This workshop is organized in sequencial modules. One module will build up on top of the previous module, so please, follow the order as proposed below.

Module 1 - Connect the AKS cluster to Calico Cloud
Module 2 - Security Guardrails for Network-based Threats
Module 3 - Configuring IDS protection and Workload-Centric WAF
Module 4 - Quarantine Infected Workloads and KSPM
Module 5 - Clean up


Useful links

Follow us on social media

Note: The examples and sample code provided in this workshop are intended to be consumed as instructional content. These will help you understand how Calico Cloud can be configured to build a functional solution. These examples are not intended for use in production environments.

About

The Microsoft AKS Security Bootcamp GitHub repository is a resource for the AKS-focused security workshop. Learn how to secure your Kubernetes environment in AKS and achieve compliance with regulatory frameworks.

Topics

Resources

Stars

Watchers

Forks