Companies Home Search Profile

Certified Kubernetes Security Specialist (CKS) Course

Focused View

Himanshu Sharma

6:06:26

104 View
  • 00001 Certified Kubernetes Security Specialist CKS.mp4
    01:35
  • 00002 Create Kubernetes Cluster and Look at Some Errors.mp4
    11:12
  • 00003 Introduction to NetworkPolicy.mp4
    01:13
  • 00004 Create Default Deny NetworkPolicy.mp4
    05:08
  • 00005 Create Egress and Ingress Rules.mp4
    07:44
  • 00006 Create Another Network Policy for Different Name Space.mp4
    11:48
  • 00007 Install Kubernetes Dashboard.mp4
    00:38
  • 00008 Insecure Access from Outside.mp4
    03:14
  • 00009 RBAC for Kubernetes Dashboard.mp4
    04:57
  • 00010 Create an Ingress.mp4
    06:04
  • 00011 Secure an Ingress.mp4
    05:49
  • 00012 Accessing Node Metadata.mp4
    02:39
  • 00013 Protect Node Metadata Through NetworkPolicy.mp4
    02:18
  • 00014 kube-bench.mp4
    05:13
  • 00015 How to Delete the Custom Network.mp4
    01:58
  • 00016 Verify apiserver Binary Running in Our Cluster.mp4
    03:54
  • 00017 RBAC - Role and Rolebinding.mp4
    05:30
  • 00018 Role and Rolebinding for a User.mp4
    06:50
  • 00019 ClusterRole and ClusterRoleBinding.mp4
    04:04
  • 00020 Accounts and Users.mp4
    01:56
  • 00021 CertificateSigningRequests.mp4
    10:33
  • 00022 Introduction.mp4
    00:34
  • 00023 Pod Uses Custom ServiceAccount.mp4
    07:22
  • 00024 Disable ServiceAccount Mounting.mp4
    03:28
  • 00025 Limit ServiceAccounts Permissions Using RBAC to Edit Resources.mp4
    03:52
  • 00026 Enable Disable Anonymous Access.mp4
    04:07
  • 00027 Let s Perform a Manual API Request.mp4
    04:20
  • 00028 External APIserver Access.mp4
    07:07
  • 00029 NodeRestriction AdmissionController.mp4
    02:17
  • 00030 Verify NodeRestriction.mp4
    04:40
  • 00031 Introduction.mp4
    05:02
  • 00032 Create a Cluster with the Old Version.mp4
    04:01
  • 00033 Upgrade Master and Worker Node.mp4
    07:18
  • 00034 Create Secret.mp4
    05:42
  • 00035 Hack Secrets in Docker.mp4
    02:41
  • 00036 Hack Secrets in ETCD.mp4
    06:21
  • 00037 ETCD Encryption.mp4
    09:46
  • 00038 ETCD Encryption -2.mp4
    03:29
  • 00039 Calling Linux Kernel from Inside a Container.mp4
    01:48
  • 00040 Open Container Initiative OCI.mp4
    01:46
  • 00041 Crictl.mp4
    01:07
  • 00042 Create and Use RuntimeClasses.mp4
    04:48
  • 00043 Set Container User and Group Security Context.mp4
    04:00
  • 00044 Force Container Non-Root.mp4
    01:37
  • 00045 Privileged Containers.mp4
    02:37
  • 00046 PrivilegeEscalation.mp4
    03:34
  • 00047 Create and Enable PodSecurityPolicy.mp4
    09:02
  • 00048 Introduction.mp4
    03:46
  • 00049 Create a Sidecar Proxy.mp4
    07:37
  • 00050 Introduction OPA.mp4
    01:07
  • 00051 Install OPA Gatekeeper.mp4
    03:26
  • 00052 Deny All Policy.mp4
    08:11
  • 00053 Enforce Namespace Labels.mp4
    00:54
  • 00054 Reduce Image Footprint with Multi-Stage.mp4
    04:20
  • 00055 Secure and Harden Images.mp4
    09:14
  • 00056 Kubesec.mp4
    01:57
  • 00057 Use kubesec to Perform Static Analysis Using Docker Image.mp4
    03:26
  • 00058 OPA Conftest.mp4
    05:36
  • 00059 OPA Conftest for Dockerfile.mp4
    04:17
  • 00060 Use Trivy to Scan Images.mp4
    03:12
  • 00061 Image Digest.mp4
    05:43
  • 00062 Whitelist Registries with OPA.mp4
    06:09
  • 00063 Strace.mp4
    03:09
  • 00064 Strace and proc on ETCD.mp4
    07:10
  • 00065 Access proc and env Variables from the Inside Pod.mp4
    04:39
  • 00066 FALCO.mp4
    05:10
  • 00067 Use Falco to Find Malicious Processes.mp4
    03:13
  • 00068 Investigate Falco Rules.mp4
    02:24
  • 00069 Change Falco Rules.mp4
    12:25
  • 00070 Introduction.mp4
    02:11
  • 00071 StartupProbe.mp4
    03:54
  • 00072 SecurityContext Renders Container Immutable.mp4
    05:15
  • 00073 Introduction.mp4
    02:35
  • 00074 Audit Policy.mp4
    01:03
  • 00075 Enable Audit Logging in Apiserver.mp4
    05:26
  • 00076 Create a Secret and Check Audit Logs.mp4
    01:58
  • 00077 AppArmor.mp4
    00:38
  • 00078 AppArmor for Curl.mp4
    04:34
  • 00079 AppArmor for Docker Nginx.mp4
    02:40
  • 00080 AppArmor for Kubernetes Nginx.mp4
    04:04
  • 00081 Seccomp.mp4
    00:55
  • 00082 Seccomp for Docker Nginx.mp4
    02:16
  • 00083 Seccomp for Kubernetes Nginx.mp4
    05:09
  • A-Certified-Kubernetes-Security-Specialist-CKS-Course-main.zip
  • Description


    This Kubernetes Security Specialist course provides foundational knowledge using concepts and hands-on demonstrations of the Kubernetes Cluster.

    In this course, we will be focusing more on the practical side, so make sure you have a running Kubernetes cluster. This course is focused on security. It deals with all aspects of security within the context of a Kubernetes environment. That means securing not only the Kubernetes cluster itself but also the applications running within the cluster.

    You will learn how to secure many different components of Kubernetes applications and environments. We are going to cover every topic such as cluster setup, creating an ingress, and securing an ingress. You will also learn cluster hardening, which includes RBAC, role, and role binding for a user.

    Further, you will learn system hardening, kernel hardening, minimizing microservice vulnerabilities, supply chain security, monitoring, logging, and runtime security.

    By the end of this Kubernetes course, you will gain in-depth knowledge about Kubernetes and be a Kubernetes security specialist.

    All resources and code files are placed here: https://github.com/PacktPublishing/A-Certified-Kubernetes-Security-Specialist-CKS-Course

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Himanshu Sharma
    Himanshu Sharma
    Instructor's Courses
    Himanshu Sharma, 23, has already achieved fame for finding security loopholes and vulnerabilities in Apple, Google, Microsoft, Facebook, Adobe, Uber, AT&T, Avira, and many more with hall of fame listings as proofs. He has gained worldwide recognition through his hacking skills and contribution to the hacking community. He has helped celebrities such as Harbhajan Singh in recovering their hacked accounts, and also assisted an international singer in tracking down his hacked account and recovering it. He was a speaker at the international conference Botconf '13, held in Nantes, France. He also spoke at IEEE Conference in California and Malaysia as well as for TedX. Currently, he is the cofounder of BugsBounty, a crowd-sourced security platform for ethical hackers and companies interested in cyber services.
    Packt is a publishing company founded in 2003 headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web design, data analysis and hardware.
    • language english
    • Training sessions 83
    • duration 6:06:26
    • Release Date 2023/02/07