datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
the-stack-yaml-k8s
Dataset Card for The Stack YAML K8s
This dataset is a subset of The Stack dataset data/yaml. The YAML files were
parsed and filtered out all valid K8s YAML files which is what this data is about.
The dataset contains 276520 valid K8s YAML files. The dataset was created by running
the the-stack-yaml-k8s.ipynb
Notebook on K8s using substratus.ai
Source code used to generate dataset: https://github.com/substratusai/the-stack-yaml-k8s
Need some help? Questions? Join our Discord server:… See the full description on the dataset page: https://huggingface.co/datasets/substratusai/the-stack-yaml-k8s.k8s-instructionsThis is a fork from https://huggingface.co/datasets/substratusai/k8s-instructions
daily-paper-2026-09-09-autonomous-oncall-k8s-incident-frontier
The Autonomous Oncall: Measuring the Diagnosis-to-Remediation Capability-Cost Frontier of LLM Agents on Fault-Injected Kubernetes Incidents
TL;DR — A decision-theoretic capability-cost frontier for LLM agents on fault-injected Kubernetes on-call: closed-form break-even results show the binding constraints are safety ceilings and capability, not token cost, and that a stronger model tier should be bought for collateral-damage reduction, not price.
ThakiCloud AI Research ·… See the full description on the dataset page: https://huggingface.co/datasets/thaki-AI/daily-paper-2026-09-09-autonomous-oncall-k8s-incident-frontier.ebpf-k8s-attack-detection
eBPF Kubernetes Attack Detection — Syscall Aggregation Study
Dataset accompanying the paper:
In progress
Overview
Two experimental runs on a 4-node Kubernetes cluster (Kubernetes 1.35.4, Proxmox VMs, Intel Core i7-8700, 32 GB RAM) running the Online Boutique microservices application (11 services). Kernel events collected with Tracee 0.24 (21 event types). Traffic generated by Locust 2.43.
Two traffic profiles:
Seasonal (seasonal/) — diurnal load cycle, 20–200 virtual… See the full description on the dataset page: https://huggingface.co/datasets/jniecko/ebpf-k8s-attack-detection.k8s-kubectl-35k
Dataset Card for "k8s-kubectl-35k"
More Information needed
k8s-resource-prompt-injection
K8s Resource Injection Dataset
Dataset of real-world Kubernetes resources. Like rgeada/tool_response_injections, this
dataset is constructed by randomly inserting, replacing, appending, or prepending prompt injection strings from neuralchemy/Prompt-injection-dataset into various fields of the Kubernetes resources,
with the intent of training prompt-injection guardrails for agentic systems with access to Kubernetes clusters.
Construction
Kubernetes resource files… See the full description on the dataset page: https://huggingface.co/datasets/rgeada/k8s-resource-prompt-injection.k8s-docs-rag-bench
k8s-docs-rag-bench
Paper: Analyzing Quality--Latency--Resource Trade-offs in a Technical Documentation RAG Assistant Using LoRA Adaptation (arXiv:2605.28222)
Code: github.com/EugPal/rag-lora-tradeoffs
A small, fully-grounded benchmark for retrieval-augmented question answering
(RAG) over the official Kubernetes documentation, together with the full
set of LLM-judge labels used in the accompanying preprint
"Analyzing Quality-Latency-Resource Trade-offs in a Technical… See the full description on the dataset page: https://huggingface.co/datasets/evgenypal/k8s-docs-rag-bench.k8s-crashloop-trajectories
K8S Crashloop Trajectories
Rights & intended use: legacy public research corpus / portfolio
artifact. Hosted frontier-model outputs are research-only inputs under
project policy (synthetic-factory#161):
intended_use: research_only, project_training_policy: blocked. Not
training data for any model-weight update. Machine-readable record:
rights.json.
Release status: The raw, uncurated payload is now published under
data/raw/. It is available for inspection and reproducibility… See the full description on the dataset page: https://huggingface.co/datasets/rmems/k8s-crashloop-trajectories.emgena_k8s_crashloop_incident_triage_teaser
🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE:
Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20!
📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/emgena_k8s_crashloop_incident_triage_teaser.k8s-kubectl-cot-20k
Dataset Card for "k8s-kubectl-cot-20k"
More Information needed
autonomous-devsecops-k8s-agent-2026
🛡️ Autonomous DevSecOps, Kubernetes & Cloud-Native Security Agent Suite (2026)
A Production-Grade, Verifiable Synthetic Corpus for Training Autonomous Cloud Infrastructure & Security LLMs
⚡ Overview & Industry Problem
Deploying Large Language Models with autonomous access to cloud infrastructure, container orchestration, and kernel privileges without deterministic verification is an unacceptable risk. Standard function-calling models… See the full description on the dataset page: https://huggingface.co/datasets/beatsprom/autonomous-devsecops-k8s-agent-2026.daily-paper-2026-07-16-safe-autonomy-k8s-remediation
Escalate or Act? Calibrating the Safe-Autonomy Boundary for LLM Agents in Closed-Loop Kubernetes GPU Incident Remediation
TL;DR — Calibrating a separate escalate/auto-remediate threshold per Kubernetes incident type (OOM, PVC, node pressure, scheduler) recovers 52.2% MTTR reduction at a 2% catastrophic-escape safety ceiling — 10.4 pp more than a single global threshold — because incident types differ sharply in blast radius and tenant exposure.
ThakiCloud AI Research ·… See the full description on the dataset page: https://huggingface.co/datasets/thaki-AI/daily-paper-2026-07-16-safe-autonomy-k8s-remediation.k8s-security-en
Kubernetes Security - Complete Dataset
A comprehensive bilingual (FR/EN) dataset covering misconfigurations, attack paths, and Q&A about Kubernetes security.
📊 Dataset Content
1. Kubernetes Misconfigurations (60+ entries)
Categories: RBAC, PodSecurity, NetworkPolicy, Secrets, ImageSecurity, RuntimeSecurity, Admission, Logging, APIServer, etcd
Fields: ID, name, category, descriptions FR/EN, risk level (Critical/High/Medium/Low)
Additional Details: remediation… See the full description on the dataset page: https://huggingface.co/datasets/AYI-NEDJIMI/k8s-security-en.k8sbench
K8sBench: Kubernetes Configuration Generation Benchmark
K8sBench is a structured benchmark of 30 prompts covering 17 Kubernetes resource types, designed to evaluate LLMs on schema-validated Kubernetes manifest generation.
Metrics
Metric
Description
YAML%
YAML syntax validity (yaml.safe_load)
K8s%
Schema compliance (kubeconform --strict)
Sem%
Semantic field completeness (required fields present)
Resource Types Covered
Deployment, Service… See the full description on the dataset page: https://huggingface.co/datasets/roanbrasil/k8sbench.k8s-yaml
k8s-yaml
Kubernetes resource manifests in YAML across many resource kinds. One example per manifest file; the filename prefix encodes the resource kind (e.g. deployment_001750.yaml).
A corpus of 246,439 configuration files, packaged as a single parquet split for
convenient loading. Part of a collection of schema/config corpora.
Format
One row per source file. Columns:
column
type
description
filename
string
original file name (e.g.… See the full description on the dataset page: https://huggingface.co/datasets/anonymous-tct-authors/k8s-yaml.k8s-security-fr
Sécurité Kubernetes - Dataset Complet
Un dataset bilingual (FR/EN) complet couvrant les configurations incorrectes, les chemins d'attaque et les questions/réponses sur la sécurité Kubernetes.
📊 Contenu du Dataset
1. Misconfigurations Kubernetes (60+ entrées)
Catégories: RBAC, PodSecurity, NetworkPolicy, Secrets, ImageSecurity, RuntimeSecurity, Admission, Logging, APIServer, etcd
Champs: ID, nom, catégorie, descriptions FR/EN, niveau de risque… See the full description on the dataset page: https://huggingface.co/datasets/AYI-NEDJIMI/k8s-security-fr.ssrf-k8sdsesc-c3-k8s-version-e223ddsesc-c3-k8s-healthz-e223ddsesc-c2-k8s-http-e223cdsesc-c3-k8s-api-e223ddsesc-c2-k8s-https-e223ckubernetes_operator_3b_1.5kemgena_k8s_cluster_selfheal_mcp_teaser
🚀 Emgena Kubernetes Cluster Self-Healing MCP Guard (Teaser)
⚡ Official Free Evaluation Teaser & IDE Plugin Template🏆 Get the Full Turnkey MCP Plugin on Gumroad:👉 Purchase Turnkey MCP Plugin on Gumroad🏷️ Use coupon code LAUNCH20 for 20 € off at checkout!
toolathlon_vendor_workspace_huggingface_terminal_k8s_3571kubernetes_operator_dataset_1kyaml_k8s_wo_commentsk8s-debug-assistant-synthetic-data
Dataset Card for k8s-debug-assistant-synthetic-data
This dataset has been created with distilabel.
Dataset Summary
This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:
distilabel pipeline run --config "https://huggingface.co/datasets/chenhunghan/k8s-debug-assistant-synthetic-data/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/chenhunghan/k8s-debug-assistant-synthetic-data.k8s-kubectl
Dataset Card for "k8s-kubectl"
More Information needed
k8s-sft-cmd-en
K8s SFT Command Dataset
This repository contains a dataset of Kubernetes troubleshooting command sequences collected from various failure scenarios in microservice applications.
Dataset Description
The dataset contains 49 examples of Kubernetes troubleshooting scenarios with curated command sequences that operators should execute to diagnose and resolve issues.
Dataset Structure
Data Fields
problem_id: Unique identifier for each troubleshooting… See the full description on the dataset page: https://huggingface.co/datasets/spacezenmasterr/k8s-sft-cmd-en.
