* Cantinho Satkeys

Refresh History
  • Gerard: j'espère que tous sont en train d'être bem
    Hoje às 13:28
  • Gerard: Boas tardes
    Hoje às 13:26
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana   4tj97u<z
    Hoje às 11:51
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    Hoje às 03:29
  • yaro-82: 1994
    07 de Setembro de 2025, 16:49
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  43e5r6
    07 de Setembro de 2025, 10:52
  • j.s.: tenham um excelente fim de semana  49E09B4F
    06 de Setembro de 2025, 17:07
  • j.s.: dgtgtr a todos  4tj97u<z
    06 de Setembro de 2025, 17:07
  • FELISCUNHA: Boa tarde pessoal  49E09B4F bom fim de semana  htg6454y
    05 de Setembro de 2025, 14:53
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    05 de Setembro de 2025, 03:10
  • cereal killa: dgtgtr pessoal  4tj97u<z
    03 de Setembro de 2025, 15:26
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    01 de Setembro de 2025, 11:36
  • j.s.: de regresso a casa  535reqef34
    31 de Agosto de 2025, 20:21
  • j.s.: try65hytr a todos  4tj97u<z
    31 de Agosto de 2025, 20:21
  • FELISCUNHA: ghyt74   49E09B4e bom fim de semana  4tj97u<z
    30 de Agosto de 2025, 11:48
  • henrike: try65hytr     k7y8j0
    29 de Agosto de 2025, 21:52
  • JPratas: try65hytr Pessoal 4tj97u<z 2dgh8i classic k7y8j0
    29 de Agosto de 2025, 03:57
  • cereal killa: dgtgtr pessoal  2dgh8i
    27 de Agosto de 2025, 12:28
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    24 de Agosto de 2025, 11:26
  • janstu10: reed
    24 de Agosto de 2025, 10:52

Autor Tópico: Certified Kubernetes Security Specialist Masterclass 2023  (Lida 100 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 124987
  • Karma: +0/-0
Certified Kubernetes Security Specialist Masterclass 2023
« em: 17 de Abril de 2023, 10:46 »

Certified Kubernetes Security Specialist Masterclass 2023
Published 4/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.56 GB | Duration: 2h 49m

Certified Kubernetes Security Specialist Ultimate Preparation Guide Masterclass | Theory | Hands-on | Labs | Complete

What you'll learn
Use Network security policies to restrict cluster level access
Use CIS benchmark to review the security configuration of Kubernetes components (etcd, kubelet, kubedns, kubeapi)
Properly set up Ingress objects with security control
Protect node metadata and endpoints
Minimize use of, and access to, GUI elements
Verify platform binaries before deploying
Restrict access to Kubernetes API
Use Role Based Access Controls to minimize exposure
Exercise caution in using service accounts e.g. disable defaults, minimize permissions on newly created ones
Update Kubernetes frequently
Minimize host OS footprint (reduce attack surface)
Minimize IAM roles
Minimize external access to the network
Appropriately use kernel hardening tools such as AppArmor, seccomp
Setup appropriate OS level security domains
Manage Kubernetes secrets
Use container runtime sandboxes in multi-tenant environments (e.g. gvisor, kata containers)
Implement pod to pod encryption by use of mTLS
Minimize base image footprint
Secure your supply chain: whitelist allowed registries, sign and validate images
Use static analysis of user workloads (Kubernetes resources, Docker files)
Scan images for known vulnerabilities
Perform behavioral analytics of syscall process and file activities at the host and container level to detect malicious activities
Detect threats within physical infrastructure, apps, networks, data, users and workloads
Detect all phases of attack regardless where it occurs and how it spreads
Perform deep analytical investigation and identification of bad actors within environment
Ensure immutability of containers at runtime
Use Audit Logs to monitor access
Requirements
Must know the basics of Kubernetes
Must have some hands on experience of Kubernetes
Ideally CKA or CKAD certified as that is also a prerequisite to take the CKS Exam
Description
Cluster SetupUse Network security policies to restrict cluster level accessUse CIS benchmark to review the security configuration of Kubernetes components (etcd, kubelet, kubedns, kubeapi)Properly set up Ingress objects with security controlProtect node metadata and endpointsMinimize use of, and access to, GUI elementsVerify platform binaries before deployingCluster HardeningRestrict access to Kubernetes APIUse Role Based Access Controls to minimize exposureExercise caution in using service accounts e.g. disable defaults, minimize permissions on newly created onesUpdate Kubernetes frequentlySystem HardeningMinimize host OS footprint (reduce attack surface)Minimize IAM rolesMinimize external access to the networkAppropriately use kernel hardening tools such as AppArmor, seccompMinimize Microservice VulnerabilitiesSetup appropriate OS level security domainsManage Kubernetes secretsUse container runtime sandboxes in multi-tenant environments (e.g. gvisor, kata containers)Implement pod to pod encryption by use of mTLSSupply Chain SecurityMinimize base image footprintSecure your supply chain: whitelist allowed registries, sign and validate imagesUse static analysis of user workloads (e.g.Kubernetes resources, Docker files)Scan images for known vulnerabilitiesMonitoring, Logging and Runtime SecurityPerform behavioral analytics of syscall process and file activities at the host and container level to detect malicious activitiesDetect threats within physical infrastructure, apps, networks, data, users and workloadsDetect all phases of attack regardless where it occurs and how it spreadsPerform deep analytical investigation and identification of bad actors within environmentEnsure immutability of containers at runtimeUse Audit Logs to monitor access
Overview
Section 1: Introduction
Lecture 1 CKS Exam Strategy, Tips & Tricks
Lecture 2 Trivy Introduction
Lecture 3 Trivy - Scan Pods
Lecture 4 Extract Secrets & Save to a File
Lecture 5 gVisor Demo
Lecture 6 CIS Benchmarks for Hardening a Kubernetes Cluster
Lecture 7 Fix Dockerfile and Deployment.yaml for any security vulnerabilities
Lecture 8 Enable Auditing
Lecture 9 Falco
Lecture 10 AppArmor
Lecture 11 Gatekeeper or Open Policy Agent
Lecture 12 PodSecurityPolicy
Lecture 13 Fix Incorrectly Specified ServiceAccount in a Pod, Create Role, Rolebinding etc.
Lecture 14 Fix Overly Permissive Permissions for Pod's SA & Create SA, Role, Rolebindings
Lecture 15 Scenario Based Question - Admission Controller - Image Scanner
Lecture 16 Scenario Based Question - Network Policies - 1
Lecture 17 Scenario Based Question - Network Policies - 2
Lecture 18 Scenario Based Question - Verify Platform Binaries
Lecture 19 Read Kubernetes Secrets from ETCD
Lecture 20 Create & Secure an Ingress
Anyone wishing to learn about Kubernetes Security or want to pass the CKS Exam


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/3a847acdc8932a0a4b23806b36f9488f/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part1.rar.html
https://rapidgator.net/file/2fdacfc6e20d2051a29f8399df44a26f/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part2.rar.html

ddownload.com:
Citar
https://ddownload.com/tygj9ppzi12d/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part1.rar
https://ddownload.com/4uatgnd26wv0/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part2.rar

1dl.net:
Citar
https://1dl.net/pbboafw0wyzc/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part1.rar
https://1dl.net/zg58kcdl44l3/bfgpo.Certified.Kubernetes.Security.Specialist.Masterclass.2023.part2.rar