Kubesploit
Open in Telegram
News and links on Kubernetes security curated by the @Learnk8s team Website: https://kubesploit.io/
Show more2 129
Subscribers
+124 hours
+27 days
+1230 days
Posts Archive
2 129
helmper is a Go program that reads Helm Charts from remote OCI registries and pushes the charts container images to your registries with optional OS-level vulnerability patching.
More: https://ku.bz/K9cKPh4gl
2 129
This is a library of policies based on Kubescape controls ready for use with Kubernetes Validating Admission Policies.
More: https://ku.bz/4fkMXZ3R4
2 129
Repost from N/a
Harsha Koushik, a Security Researcher and Technical Product Manager at Palo Alto Networks, discusses the role of the shell in system interaction and security.
He explains that while the shell is a user-friendly interface for interacting with a system, it functions as an abstraction layer, making system calls similar to those made by application libraries.
From a security perspective, he highlights that removing the shell does not inherently protect against attacks, as the same system calls can be executed through different libraries.
Watch the full episode: https://ku.bz/n_sJ04xMY
2 129
Sealed Secrets provides declarative Kubernetes Secret Management in a secure way.
Since the Sealed Secrets are encrypted, they can be safely stored in a code repository.
More: https://ku.bz/17NJS0d9k
2 129
Repost from LearnKube news
This week on Learn Kubernetes Weekly 140:
š The Kubernetes networking guide
ā»ļø Our Journey to GitOps: Migrating to ArgoCD with Zero Downtime
š Yoke is really cool
š Automating Tooling Upgrades with Updatecli: A Scalable Solution for Platform Teams
š³ Lessons from a Rollback Gameday
Read it now: https://learnkube.com/issues/140
āļø This issue is brought to you by StormForge ā automate Kubernetes rightsizing with machine learning. Smarter limits, less waste, better performance https://ku.bz/WD-YdhrL0
2 129
The article demonstrates how to disable anonymous Kubernetes API server authentication globally using a new AuthenticationConfiguration object while preserving health check endpoints.
More: https://ku.bz/1RmMnj0X2
2 129
This tutorial shows how to configure External Secrets Operator in EKS, AKS, GKE, and self-managed clusters using OIDC-based identity federation.
More: https://ku.bz/KHdPyTTRS
2 129
Repost from N/a
Andy Suderman, CTO at Fairwinds, discusses three key areas he's tracking in the Kubernetes ecosystem.
He explains how mutating admission policy builds on the newly stable validating admission policy to provide native policy validation and mutation capabilities. Andy highlights dynamic resource allocation as a long-awaited feature that will transform cluster scheduling. He also covers emerging AI-focused Kubernetes tools, including Solo's recently open-sourced K-Gateway and K-Agent projects, plus Ray's machine learning capabilities.
Watch the full interview: https://ku.bz/ZQTRkMpz5
2 129
Secrets Webhook is a tool that enables direct secret injection into Kubernetes Pods through a mutating webhook.
More: https://ku.bz/m4VHrfhL5
2 129
Gatekeeper's
k8sallowedrepos can be bypassed if repo entries lack a trailing /.
Attackers exploit prefix matching to pull images from fake subdomains like myrepo.io.attacker.com. Aqua shows real examples, a fixed v2 policy, and Trivy detection.
More: https://ku.bz/fYQfsmHt-2 129
Repost from N/a
Yakir Kadkoda and Assaf Morag from Aqua Security highlight how even sectors known for their security, such as finance and insurance, are facing the challenge of leaked secrets.
They presented an example that involved contractors and engineers accidentally exposing sensitive information, like registry secrets or Docker Hub credentials, on platforms like GitHub (often using their personal accounts).
Watch the full episode: https://ku.bz/5RKVBGlQR
2 129
k8s-aws-iam-controller automates trust policy management for IAM Roles used in IRSA setups.
It watches annotated ServiceAccounts, validates via RoleUsagePolicy, and updates the role trust statements.
More: https://ku.bz/tHgMnBf1s
2 129
Repost from LearnKube news
This week on Learn Kubernetes Weekly 139:
šÆ Securing Kubernetes using honeypots to detect and prevent lateral movement attacks
š» Goodbye Wasted Compute: How I Taught Kubernetes to Autoscale with My MacBook Screen Lock
š£ Our last Kubernetes ingress production incident ā explained in 5 minutes
š Stop Treating YAML Like a String
ā
Mastering complex workloads with Kubernetes JobSet and GKE metrics
Read it now: https://learnkube.com/issues/139
āļø This issue is brought to you by Densify ā Slash costs, improve reliability and spend less time managing Kubernetes https://ku.bz/-Ml6l6kDy
2 129
Learn how Beelzebub runs honeypots inside your Kubernetes cluster to detect lateral movement.
It fakes real services, captures attacker commands like docker ps or ls, and logs them for analysis via Grafana or fluentd.
More: https://ku.bz/W4M7dx2xy
2 129
Nova scans your cluster for installed Helm charts, cross-checks them with public repos and flags outdated or deprecated charts and container images.
More: https://ku.bz/fNvPKdrLm
2 129
Repost from N/a
Tim Miller CEO and Co-founder at Kusari explains how GitOps and Flux improve security through automated workflows.
He emphasizes that reducing human intervention in deployment processes leads to more reliable and secure outcomes. While tools like Flux require an upfront investment in automation, they make deployments repeatable and eliminate the need to teach new team members "every single weird thing" in the deployment process.
Watch the full interview: https://ku.bz/-2Sqn9Jb9
2 129
This article demonstrates using Falco as a runtime security layer in Kubernetes.
It explains how system calls are intercepted using eBPF or kernel modules and how Falco rules detect anomalous behavior like spawning shells or reading sensitive files.
More: https://ku.bz/vd3wWs24H
2 129
Popeye is a utility that scans live Kubernetes clusters and reports potential issues with deployed resources and configurations.
It detects misconfigurations and helps you to ensure that best practices are in place.
More: https://ku.bz/D1Ch_MKP_
2 129
Repost from N/a
Hillai Ben-Sasson and Ronen Shustin, Security Researchers at Wiz, highlight that gaining access to the Docker API socket or an HTTP request can allow an attacker to spawn a privileged container.
This container can share namespaces and volumes with the host Kubernetes node, effectively granting the attacker full node access.
Watch the full episode: https://ku.bz/yr16qNTFx
2 129
This article presents a practical method to build Docker images from Dockerfiles under strict no-root, no-privilege-escalation constraints.
It leverages QEMU virtualization to encapsulate BuildKit inside a microVM.
More: https://ku.bz/Mfp6z5wxT
