Kubesploit
Open in Telegram
News and links on Kubernetes security curated by the @Learnk8s team Website: https://kubesploit.io/
Show more2 070
Subscribers
+324 hours
+137 days
+1930 days
Posts Archive
2 070
Adevinta's SRE team replaced OPA's Gatekeeper with Kyverno to mitigate memory spikes caused by
data.inventory syncing in high-churn clusters.
Kyvernoβs API-based dynamic context handling slashed Gatekeeper usage from 8GB to 2.7GB.
More: https://ku.bz/gNrNqqbM12 070
This article investigates container drift in cloud environments by examining forensic methods for detecting unauthorized changes in container images and running instances.
Learn practical approaches for drift detection, response, and incident analysis.
More: https://ku.bz/X-YSMs1DW
2 070
Security research exposes critical OPA Gatekeeper vulnerabilities: Attackers can bypass misconfigured repository policies through subdomain manipulation, enabling unauthorized container image deployments across cloud environments.
More: https://ku.bz/8hr1BhMf3
2 070
Namespace Hound is a tool that identifies and assesses potential security vulnerabilities and risks in Kubernetes clusters used by multiple tenants
More: https://ku.bz/pt-TskhHX
2 070
Repost from LearnKube news
This week on Learn Kubernetes Weekly 133:
π§ββοΈ A journey of writing my own Kubernetes
π Scaling Virtual Machines in Kubernetes Clusters: Insights for Kubernetes Applications
π΅οΈ Exploring the Kubernetes API Server Proxy
π₯ CVE-2024β10220: Attack and Defense
π§ Exploit me, baby, one more time: command injection in Kubernetes Log Query
Read it now: https://learnk8s.io/issues/133
βοΈ This newsletter is sponsored by Fairwinds β expert-led, fully managed Kubernetes that frees your engineers from infrastructure headaches and puts you on the fast track to production-grade success https://ku.bz/sSRQp8xDH
2 070
This article breaks down a critical RCE flaw in Kubernetes Log Query.
Attackers could inject PowerShell commands through unvalidated pattern input, leading to SYSTEM-level access on Windows nodes.
More: https://ku.bz/nN2VkHfFM
2 070
Repost from N/a
Stephan Schwarz walks through his systematic approach to performance testing Kubernetes applications.
You will learn:
- Why shared Kubernetes components skew results and how ingress controllers, service meshes, etc. create testing challenges that require careful consideration of the entire request chain
- Practical approaches to HPA configuration, including how to account for scaling latency and planning for spare capacity based on your SLA requirements
- The role of observability tools like OpenTelemetry in production environments where load testing isn't feasible, and how distributed tracing helps isolate performance bottlenecks across interdependent services
Watch (or listen to) it here: https://ku.bz/yY-FnmGfH
π This episode is brought to you by Learnk8s β get started on your Kubernetes journey through comprehensive online, in-person or remote training https://learnk8s.io/training
With @Birthmarkb "Not Open Source" Farrell
2 070
Repost from N/a
Billy Thompson, Head of Global DevOps & Platform Engineering at Akamai Technologies, shares his least favourite Kubernetes feature: a recurring challenge in Cert Manager's HTTP validation when using proxy mode with load balancers.
He explains how this widespread issue impacts observability and security features in Kubernetes clusters, particularly when monitoring web traffic logs.
Watch the full interview: https://ku.bz/bh07VCK23
2 070
kapi is a lightweight proxy that sits in front of the Kubernetes API server.
It logs, inspects, and can mutate API requests and responses, supporting auditing, debugging, and workflow automation without altering the cluster control plane.
More: https://ku.bz/sjrM4Q1ch
2 070
Repost from Kube Builders
Learn how to use Istio, a service mesh, to manage microservices in Kubernetes.
This article covers traffic control, mTLS security, and observability with Kiali, Prometheus, and Jaeger, using a Garage Management System as a practical example.
More: https://ku.bz/x4c-Bw2K1
2 070
This analysis details how Kubernetes' deprecated
gitRepo volume enables root-level container escape via Git hook injection using a fake bare repo to exploit default behavior in kubelet.
More: https://ku.bz/X8KN1PdB22 070
Kleidi is a Kubernetes KMSv2 plugin that enables envelope encryption by offloading data key encryption to external providers like HashiCorp Vault or SoftHSM.
More: https://ku.bz/M8Xx40XfG
2 070
Repost from LearnKube news
Master Kubernetes with Learnk8s' Advanced Kubernetes workshop!
What should you expect?
- Learn how to architect and design clusters from the ground up (in the cloud or on-prem).
- Explore the Kubernetes internal component and how the system is designed with resiliency in mind.
- Deep-dive into the networking components and observe the packets flowing into the cluster.
- Hands-on labs to test the theory with real-world scenarios!
- And more.
The next online course starts in June: https://ku.bz/bRfWBNxJc
We also run in-person courses and corporate training: https://learnk8s.io/corporate-training
2 070
The Kubernetes API server includes an HTTP proxy that allows authorized users to access pods, nodes, and external hosts from the cluster network.
With proxy and node rights, attackers can SSRF into the API server or override pod IPs to exfiltrate data.
More: https://ku.bz/r70-_Vww0
2 070
Repost from LearnKube news
This week on Learn Kubernetes Weekly 132:
π΅οΈββοΈ An In-Depth Analysis of the OpenAI's Incident and Mitigation Strategies
π©βπ¬ Taming the wild west of research computing: how policies saved us a thousand headaches
π We're leaving Kubernetes
π Resource management in Kubernetes
π Reducing Pod Startup Time for Java Application on EKS
Read it now: https://learnk8s.io/issues/132
βοΈ This newsletter is sponsored by Dagger β build software engineering workflows and environments https://ku.bz/GPL98fg84
2 070
push-to-K8s is as a Kubernetes controller that monitors a specified source namespace for secret changes and replicates them across all other namespaces in the cluster.
More: https://ku.bz/bxvYHJTfg
2 070
Repost from LearnKube news
This tutorial explains how Istio Gateways control ingress and egress traffic in Kubernetes, using Gateway, VirtualService, and ServiceEntry CRDs.
More: https://ku.bz/vBV2znXq7
2 070
Repost from Kube Builders
This tutorial builds a hardened 3-node ETCD cluster using OpenSSL with full TLS encryption (peer/client), CA management, and systemd setup.
You'll learn how to generate certs, configure secure endpoints, and verify cluster health.
More: https://ku.bz/Rh8DkWYCz
2 070
Repost from N/a
Zain Malik shares his experience managing multi-tenant Kubernetes clusters with up to 30,000 pods across clusters capped at 950 nodes.
You will learn:
- How to address challenges in large-scale Kubernetes operations, including node pool management inconsistencies and lengthy provisioning times
- Why Cluster API provides a powerful foundation for multi-cloud cluster management, and how to extend it with custom operators for production-specific needs
- How implementing GitOps principles eliminates manual intervention in critical operations like cluster upgrades
Watch (or listen to) it here: https://ku.bz/5PLksqVlk
π This episode is brought to you by Learnk8s β get started on your Kubernetes journey through comprehensive online, in-person or remote training https://learnk8s.io/training
With @Birthmarkb "Big Boy" Farrell
2 070
This article shows how Kubernetes ValidatingAdmissionPolicy lets you directly enforce custom rules like immutability or uniqueness in the API server using Common Expression Language (CEL).
It eliminates the need for external webhooks or custom code.
More: https://ku.bz/F5gkJs4KC
Available now! Telegram Research 2025 β the year's key insights 
