Skip to content
Kloudle Logo
#kubernetes

kubernetes

21 articles tagged with #kubernetes

guides

Kubernetes Security Checklist 2026

A practitioner's checklist for securing Kubernetes clusters — covering RBAC, pod security, network policies, secrets, supply chain, and runtime monitoring.

Akash Mahajan
glossary

Container Security: Securing the Full Container Lifecycle

Container security covers the build, deploy, and run phases of containerized applications — from image scanning and admission control to runtime protection and pod security.

Akash Mahajan
glossary

KSPM: Kubernetes Security Posture Management Explained

KSPM continuously monitors Kubernetes clusters for security misconfigurations in RBAC, pod security, network policies, and workload settings.

Akash Mahajan
academy

How to Force Delete Kubernetes Namespaces

Quick post that shows with examples, how to delete a Kubernetes namespace that is forever stuck on 'Terminating' stage.

Akash Mahajan
academy

Hands-on with Kubernetes Goat - Introduction and Setup

Kubernetes Goat is an intentionally vulnerable Kubernetes cluster environment. This post covers an introduction and instructions to set up the tool for learning.

Akash Mahajan
academy

Auditing Kubernetes with Kubeaudit - Conducting an Assessment

Kuberaudit is a command line tool used to audit Kubernetes clusters for common security issues. This post covers steps to conduct an assessment and interpret the results.

Akash Mahajan
academy

Auditing Kubernetes with Kubeaudit - Introduction and setup

Kuberaudit is a command line tool used to audit Kubernetes clusters for common security issues. This post covers an introduction and instructions to set up the tool to get started.

Akash Mahajan
academy

How to add a new hostname or IP address to a Standalone Kubernetes API server

A short post on adding a new hostname or IP address to the PKI certificate of a Kubernetes cluster so that TLS connections between client (kubectl) and the API server do not generate warnings.

Akash Mahajan
academy

Simple steps to set up a 2 Node Kubernetes Cluster using Kubeadm

A quick tutorial on setting up a 2 node Ubuntu bare metal Kubernetes cluster using kubeadm on standalone local virtual machines, Google VM Instances, AWS instances or any other cloud provider’s compute service.

Akash Mahajan
academy

Authentication Bypass in Apache Airflow - CVE-2020-17526 and AWS Cloud Platform compromise

An authentication bypass within Apache Airflow allowed an attacker to login as any user in the Airflow system. Post exploitation within the app, led to a full cloud account compromise on AWS.

Akash Mahajan
academy

Rogue One: A Certified Kubernetes Administrator (CKA) Exam Story

My journey and experience with how I approached the CKA exam, failed it, learnt from my failure and passed it in my second attempt. Tips and Tricks included!

Akash Mahajan
academy

Part 9 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Impact on the Cluster

This is the ninth and the last part of a series on the MITRE ATT&CK framework for Kubernetes, covering the Impact tactic with examples.

Akash Mahajan
academy

Part 8 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Lateral Movement

This is the eighth part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Lateral Movement tactic with examples.

Akash Mahajan
academy

Part 7 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Discovery

This is the seventh part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Discovery tactic with examples.

Akash Mahajan
academy

Part 6 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Credential Access

This is the sixth part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Credential Access tactic with examples.

Akash Mahajan
academy

Part 5 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Defense Evasion

This is the fifth part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Defense Evasion tactic with examples.

Akash Mahajan
academy

Part 4 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Escalation

This is the fourth part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Privilege Escalation tactic with examples.

Akash Mahajan
academy

Part 3 - Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Persistence

This is the third part of a nine part series on the MITRE ATT&CK framework for Kubernetes, covering the Persistence tactic with examples.

Akash Mahajan
academy

Part 2: Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Execution

The MITRE ATT&CK framework provides a knowledgebase of adversary tactics and techniques. In this post, we see how Microsoft applied the attack matrix to K8S.

Akash Mahajan
academy

Part 1: Mapping the MITRE ATT&CK framework to your Kubernetes cluster: Initial Access

The MITRE ATT&CK framework provides a knowledgebase of adversary tactics and techniques. In this post, we see how Microsoft applied the attack matrix to K8S.

Akash Mahajan
academy

Impact of CVE-2020-15257 on your Docker and Kubernetes environments

A new vulnerability named CVE-2020-15257 has been discovered in the networking namespace. Our blog covers the details.

Akash Mahajan