Add schema.org SEO metadata to Dataset Card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Kubernetes Security - Complete Dataset
|
| 2 |
|
| 3 |
A comprehensive bilingual (FR/EN) dataset covering misconfigurations, attack paths, and Q&A about Kubernetes security.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pretty_name: Kubernetes Security (English)
|
| 6 |
+
size_categories:
|
| 7 |
+
- 1K<n<10K
|
| 8 |
+
task_categories:
|
| 9 |
+
- question-answering
|
| 10 |
+
- text-classification
|
| 11 |
+
tags:
|
| 12 |
+
- cybersecurity
|
| 13 |
+
- ayinedjimi-consultants
|
| 14 |
+
- en
|
| 15 |
+
- kubernetes
|
| 16 |
+
- k8s
|
| 17 |
+
- container-security
|
| 18 |
+
- devsecops
|
| 19 |
+
authors:
|
| 20 |
+
- name: Ayi NEDJIMI
|
| 21 |
+
url: https://ayinedjimi-consultants.fr/bio.html
|
| 22 |
+
configs:
|
| 23 |
+
- config_name: default
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: data/train-*
|
| 27 |
+
source_datasets:
|
| 28 |
+
- original
|
| 29 |
+
dataset_info:
|
| 30 |
+
dataset_size: null
|
| 31 |
+
download_size: null
|
| 32 |
+
---
|
| 33 |
# Kubernetes Security - Complete Dataset
|
| 34 |
|
| 35 |
A comprehensive bilingual (FR/EN) dataset covering misconfigurations, attack paths, and Q&A about Kubernetes security.
|