uz
Feedback
Kubesploit

Kubesploit

Kanalga Telegram’da oā€˜tish

News and links on Kubernetes security curated by the @Learnk8s team Website: https://kubesploit.io/

Ko'proq ko'rsatish
2 131
Obunachilar
+124 soatlar
Ma'lumot yo'q7 kun
+1330 kun
Postlar arxiv
Pinniped is an authentication service for Kubernetes clusters. It supports various authenticator types and OIDC identity prov
Pinniped is an authentication service for Kubernetes clusters. It supports various authenticator types and OIDC identity providers and implements different integration strategies for various Kubernetes distributions to facilitate authentication. More: https://pinniped.dev

Repost from Kube Careers
This week's 6 best Kubernetes vacancies that focus on security are: DevSecOps Engineer with Worldcoin šŸ’° $236K to $323K a yea
This week's 6 best Kubernetes vacancies that focus on security are: DevSecOps Engineer with Worldcoin šŸ’° $236K to $323K a year šŸ  From the office in San Francisco, CA, USA → https://kube.careers/t/e824f971-4831-4329-8dfd-2edcce0c9ed5?s=55 DevSecOps Engineer with Jobs for Humanity šŸ’° $189.1K to $317.69K a year šŸ  From the office in Bellevue, WA, USA → https://kube.careers/t/47e00ae5-bef2-4118-9059-c45081d02892?s=55 Security Architect with Dexterity šŸ’° $200K to $300K a year šŸ  From the office in Redwood, CA, USA → https://kube.careers/t/b9a90583-a0e8-4f13-b776-839c8b1d6275?s=55 DevSecOps Engineer with ServiceNow šŸ’° $181.1K to $316.9K a year šŸ‘Øā€šŸ’» Remote from the United States → https://kube.careers/t/46e8c8b9-7122-4ba5-b2a6-a70d6089f758?s=55 DevSecOps Engineer with Alchemy šŸ’° $135K to $350K a year šŸ‘Øā€šŸ’» Remote from the United States → https://kube.careers/t/1f5bb0f9-8812-4cfe-968d-cd2e1d1cbeaa?s=55 šŸ‘‰ Browse all 1376 Kubernetes jobs on Kube Careers https://kube.careers

This article explores how to manage Kubernetes secrets dynamically using HashiCorp Vault and the External Secret Operator. Yo
This article explores how to manage Kubernetes secrets dynamically using HashiCorp Vault and the External Secret Operator. You'll learn how to create and manage external secrets on a namespace or global basis. More: https://medium.com/@sametarslantrk/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-7e51d71b56cf

Repost from LearnKube news
This week on Learn Kubernetes Weekly 95: āš’ļø DIY: Create your own cloud with Kubernetes šŸ¤” How does etcd achieve high availabi
This week on Learn Kubernetes Weekly 95: āš’ļø DIY: Create your own cloud with Kubernetes šŸ¤” How does etcd achieve high availability and strong consistency of data through the Raft protocol? šŸ  Building an observability solution with ClickHouse 🧐 Can a Kubernetes Pod have more than one network attached? šŸ§‘šŸ»ā€šŸ« Kubectl port-forward flow explained Read it now: https://learnk8s.io/issues/95 🌟 We, Learnk8s, run a few Kubernetes workshops in September (online and in person). Join us and learn about Kubernetes! https://learnk8s.io/training

This article demonstrates how to use Cilium to restrict container communications using network policies, Hubble for observabi
This article demonstrates how to use Cilium to restrict container communications using network policies, Hubble for observability and DNS Proxy for DNS traffic. More: https://pankajtechblogs.dev/cilium-network-policy-cnp-zero-trust-networking-kubernetes-1c310151c772

Repost from N/a
In this KubeFM episode, Miguel Luna, Principal Product Manager at Elastic, discusses the intricacies of Observability in Kubernetes, including its components, tools, and future trends. You will learn: - The fundamental components of Observability: metrics, logs, and traces, and their roles in understanding system performance and health. - The integration of AI technologies: how AI is shaping the future of Observability in Kubernetes. - Practical steps for implementing Observability: starting points, what to monitor, and how to manage alerts effectively. Watch (or listen to) it here: https://kube.fm/observability-kubernetes-miguel 🌟 What's the best instance for your Kubernetes cluster? Check out Learnk8s's Kubernetes Instance Calculator and find out: https://learnk8s.io/kubernetes-instance-calculator With @Birthmarkb "Richie Rich" Farrell

Kubeconform is a Kubernetes manifests validation tool. Similar to Kubeval, but with the following improvements: 1. High performance. 2. Remote or local schema locations 3. Up-to-date schemas for all recent versions of Kubernetes. More: https://github.com/yannh/kubeconform

This article discusses using Trivy, a security scanning tool, to identify vulnerabilities in OS packages and code dependencie
This article discusses using Trivy, a security scanning tool, to identify vulnerabilities in OS packages and code dependencies and how to integrate it into CI/CD pipelines and Kubernetes clusters to enable DevSecOps and maintain a secure infrastructure. More: https://itnext.io/trivy-shifting-security-from-right-to-left-and-then-right-again-ee21d979d8ef

Learn how to handle Software Bills of Materials (SBOMs) at scale in Kubernetes using Ratify and the Open Policy Agent. More:
Learn how to handle Software Bills of Materials (SBOMs) at scale in Kubernetes using Ratify and the Open Policy Agent. More: https://medium.com/@jp-gouin/how-to-handle-sboms-at-scale-in-k8s-c92aa5dd418b

Repost from LearnKube news
Why Kubernetes doesn't rebalance pods in nodes? Learnk8s runs a 4-day Advanced Kubernetes course in 3 weeks, and you will get
Why Kubernetes doesn't rebalance pods in nodes? Learnk8s runs a 4-day Advanced Kubernetes course in 3 weeks, and you will get to the bottom of questions like this (spoiler: the scheduler allocates pods when they are created, and it doesn't re-evaluate decisions). You will also learn the nitty-gritty details of the Kubernetes architecture: - How pods can serve traffic even if the control plane is unavailable. - Why does Kubernetes run a single controller manager and scheduler even in HA? - Why does the kubelet prefer to poll for updates rather than the master dispatching events? This (and much more) is covered on the second day of the course. You can find the full agenda, a breakdown of the modules and how to sign up here: https://kube.events/t/5cd14a5b-bd2a-496d-9009-5cc802b45fd4 Are you training your team? Customize the workshop in full with corporate training https://learnk8s.io/corporate-training

This article explores using the Kong Ingress Controller in a database-less mode to prevent Denial of Service (DoS) attacks, l
This article explores using the Kong Ingress Controller in a database-less mode to prevent Denial of Service (DoS) attacks, limit web scraping, and prevent other forms of overuse. More: https://medium.com/@jervis.ferreira/kong-ingress-controller-for-kubernetes-db-less-mode-840df4301a8e

Repost from LearnKube news
This week on Learn Kubernetes Weekly 94: šŸ„… CNI and Network Namespaces šŸ“ˆ Benchmark results of Kubernetes network plugins (CN
This week on Learn Kubernetes Weekly 94: šŸ„… CNI and Network Namespaces šŸ“ˆ Benchmark results of Kubernetes network plugins (CNI) over 40gbit/s network šŸ“‰ Graceful shutdown and zero downtime deployments in Kubernetes šŸ‘Œ Katalyst: A QoS-based resource management system for workload colocation on Kubernetes šŸ˜† Fun with Kubernetes Authorization auditing: multiple authz plugins Read it now: https://learnk8s.io/issues/94 🌟 🌟 This newsletter is brought to you by PerfectScale: achieve peak Kubernetes performance, at the lowest possible cost https://www.perfectscale.io/?utm_source=learnk8_nl&utm_medium=referral&utm_campaign=new-letter&utm_term=header

Repost from LearnKube news
In this article, you will learn how to prevent broken connections when a Pod starts up or shuts down. You will also learn how
In this article, you will learn how to prevent broken connections when a Pod starts up or shuts down. You will also learn how to shut down long-running tasks gracefully. More: https://learnk8s.io/graceful-shutdown

RBAC Manager is an operator that supports declarative configuration for RBAC with new custom resources. Instead of managing role bindings or service accounts directly, you can specify the desired state, and RBAC Manager will make the necessary changes. More: https://github.com/FairwindsOps/rbac-manager

Repost from N/a
In this KubeFM episode, Harsha Koushik, a Security Researcher and Technical Product Manager at Palo Alto Networks, explores the intricacies of Kubernetes security, focusing on the benefits and misconceptions of Distroless container images and the broader aspects of container security. You will learn: - The advantages and limitations of Distroless container images. - Best practices for container security. - Supply chain security. - Emerging Kubernetes tools and future projects. Watch (or listen to) it here: https://kube.fm/abusing-distroless-harsha 🌟 What's the best instance for your Kubernetes cluster? Check out Learnk8s's Kubernetes Instance Calculator and find out: https://learnk8s.io/kubernetes-instance-calculator With @Birthmarkb "normal person" Farrell

Repost from LearnKube news
Kubernetes nodes reserve resources for the operating system, Kubernetes agents, and eviction threshold. GKE, EKS, and AKS hav
Kubernetes nodes reserve resources for the operating system, Kubernetes agents, and eviction threshold. GKE, EKS, and AKS have specific resource reservations. Larger nodes can host more pods, but smaller nodes have their advantages. More: https://learnk8s.io/allocatable-resources

This article explores how to automate the IAM workload on Azure using Otterize and the Intent Operator. It focuses on Network Policies, identifying unused calls and necessary instances, and managing firewall rules through the ingress controller. More: https://itnext.io/kubernetes-automate-workload-iam-on-azure-with-otterize-860faa221eac

ingress-nginx-validate-jwt is an API server which is used along with the nginxĀ·ingressĀ·kubernetesĀ·io/auth-url annotation for ingress-nginx and enables per Ingress customizable JWT validation. More: https://github.com/IvanJosipovic/ingress-nginx-validate-jwt

This article shares a simple implementation of a webhook authorizer in Kubernetes, highlighting some nuances and limitations of built-in Authentication and Authorization modules and how you should audit for Kubernetes permission. More: https://raesene.github.io/blog/2024/04/22/Fun-with-Kubernetes-Authz

Repost from N/a
In this episode, Jen, a Technical Marketing Engineer at Tigera, shares her experiences with the transformative impact of a service graph and how its visual representation of traffic flow between pods and services drastically simplifies identifying and resolving network policy issues. Watch the full episode: https://kube.fm/network-observability-jen