Cilium shares security lessons learned from securing its own CI/CD pipeline as an open-source project, covering topics like supply chain attacks, trusted builds, artifact signing, and minimizing attack surfaces to protect the software delivery lifecycle.
#kubernetes
30 items
Burn is an experimental tool for Kubernetes billing reconciliation using FOCUS (FinOps Open Cost and Usage Specification) and CUR (Cost and Usage Report) data. It aims to help reconcile cloud costs with Kubernetes resource usage by mapping billing data to cluster workloads.
Nvidia Dynamo Snapshot is a tool that reduces startup times for inference workloads on Kubernetes by enabling fast snapshot-based restoration of containers, improving efficiency and scalability for AI model serving.
nxs-universal-chart is an open-source Helm chart that deploys apps to Kubernetes/OpenShift via a single values.yaml. The new release adds 11 OCI subcharts, an MCP server for config generation and validation, projected volumes, ServiceAccount imagePullSecrets, and GitHub Actions CI/CD.
Nvidia Dynamo Snapshot is a tool that speeds up the startup time of AI inference workloads on Kubernetes by capturing and restoring the pre-initialized state of containers. It eliminates redundant initialization steps, enabling faster scaling and reduced latency for GPU-accelerated inference deployments.
Traditional security controls like network policies, API gateways, and RBAC are insufficient for governing AI agents, which act autonomously with decisions static policies cannot anticipate. This creates an accountability gap, as no existing mechanism tracks or enforces agent behavior in real time.
helm-tree is a Helm plugin that displays the Kubernetes resource tree of a specific release, helping users visualize the manifests and their relationships within a Helm deployment.
The article compares major EU-based managed Kubernetes providers, highlighting key differences in pricing, compliance (GDPR), region availability, and features across providers like Scaleway, OVHcloud, Hetzner, and others for businesses seeking European cloud-native solutions.
An engineer recounts taking over a compromised Kubernetes cluster in Ukraine under Russian attack, facing cryptominers, unknown nodes, and critical misconfigurations before securing it.
A Hacker News user asks whether declarative configuration languages like YAML are still necessary in a post-LLM world, suggesting that LLMs could instead generate imperative code (e.g., Python with Pulumi or AWS CDK) from natural language requests, potentially reducing the need for verbose, complex YAML files as seen in Kubernetes.
Burn is a command-line tool that displays real-time Kubernetes costs by fetching actual spot instance prices for each instance type. It helps users track and optimize cloud spending based on current market rates.
IronCore is an open-source, cloud-native infrastructure management platform that provides secure, scalable, and efficient deployment and operation of bare metal servers, virtual machines, and Kubernetes clusters across distributed edge and data center environments.
An interactive educational site offers animated walkthroughs that visually explain Kubernetes internals, helping users understand the inner workings of the container orchestration platform.
This article provides an in-depth technical exploration of Kubernetes internals, covering core components like the control plane, nodes, pods, and the scheduler, as well as how they interact to manage containerized workloads at scale.
NVIDIA has introduced a new approach that integrates Slurm workload management with Kubernetes to efficiently run large-scale GPU workloads. This hybrid solution leverages Slurm's job scheduling for AI and HPC tasks while using Kubernetes for container orchestration and resource management, enabling greater flexibility and scalability for GPU-intensive operations.
The article provides a detailed comparison between CloudNativePG and Crunchy PGO, two Kubernetes operators for PostgreSQL, highlighting differences in architecture, features, and operational philosophies. It examines areas such as high availability, backup management, upgrade strategies, and community governance, offering an opinionated assessment of their respective strengths and trade-offs.
LLMKube is a Kubernetes operator designed to run large language models locally on fleets of Nvidia GPU and Mac devices, aiming to simplify deployment and management of local LLMs across heterogeneous hardware.
A hands-on account of setting up a production-grade Kubernetes cluster from scratch, covering networking, storage, monitoring, and security challenges. The author highlights the operational complexity of self-managed Kubernetes compared to managed cloud alternatives.
Kure is a CLI tool for monitoring Kubernetes pod failures, offering real-time restart detection, root-cause analysis, and automated diagnosis via LLM integration. It supports multiple output formats (JSON, YAML, terminal) and can be installed via Linux/Mac packages, Homebrew, or binary downloads. The tool helps developers investigate crashes without manually checking logs.
A developer recounts their hands-on experience learning Kubernetes by setting up and running a realistic workload. The article covers the practical challenges, pitfalls, and insights gained from deploying applications on Kubernetes, offering a candid perspective on its complexity and operational realities.
GoKubeDownscaler is an open-source tool that automatically scales down Kubernetes workloads during off-hours, reducing cloud costs by up to 70% without losing cluster configurations. It supports scheduled scaling via cron expressions, webhooks, or CLI, and integrates with existing K8s tools.
The article discusses how mirrord by MetalBear addresses "schlep blindness" in agentic AI development for Kubernetes environments, streamlining the process of building and testing AI agents that interact with real Kubernetes clusters without complex setup.
Formae, an open-source Infrastructure as Code system, has added support for Kubernetes, Helm, and Terraform .tfvars files, along with a public plugin hub. The system automatically discovers and syncs changes made through tools like Terraform, kubectl, or cloud consoles, eliminating the need for manually maintained state and drift detection.
Agyn is an open-source Kubernetes runtime designed for AI agents, allowing users to deploy and manage agent-based workloads on Kubernetes clusters.
KubeAstra is an open-source Kubernetes tool that provides interactive, visual access to cluster state, going beyond basic kubectl commands like "describe pod" to offer a more intuitive and comprehensive monitoring and debugging experience.
External Secrets Operator is a Kubernetes operator that integrates external secret management systems (like AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, etc.) to synchronize secrets into Kubernetes clusters automatically. It reads secrets from external APIs and injects them as Kubernetes Secrets, enabling secure secret management and rotation without manual intervention.
Crossview 4.4.0 has been released. The tool provides a visual dashboard for Crossplane resources, helping users monitor and manage their Crossplane configurations.
The CopyFail vulnerability allows attackers to escape from a Kubernetes pod to the host system by exploiting insecure file copy operations between pods and hosts. This technique bypasses container isolation and can lead to full host compromise.
This article illustrates "Copy Fail" on a minimal OS, where Kubernetes nodes inherit underlying filesystem, kernel, or configuration issues from the host OS, causing unexpected failures that are difficult to diagnose.
Kubernetes' default CoreDNS configuration does not enforce TLS for DNS queries between pods and the DNS service, making it vulnerable to on-path attacks. The standard setup uses plain UDP for DNS resolution, which lacks encryption and authentication, potentially exposing traffic to interception or spoofing within the cluster.