You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify distinction between Zelyo core product and Operator (#27)
* docs: Clarify the distinction between the Zelyo core product and the Zelyo Operator in documentation.
* Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,11 @@
20
20
21
21
---
22
22
23
-
## What is Zelyo Operator?
23
+
## What is Zelyo?
24
24
25
-
Zelyo Operator is your **Digital SRE and Security Engineer** — a self-hosted Kubernetes Operator powered by **Agentic AI** that does the job of a full-time site reliability and security engineer. It doesn't just alert — it **observes**, **reasons**, and **acts**, continuously protecting your production clusters while you sleep.
25
+
**Zelyo** is your **Digital SRE and Security Engineer** powered by **Agentic AI** that does the job of a full-time site reliability and security engineer. It doesn't just alert — it **observes**, **reasons**, and **acts**, continuously protecting your production clusters while you sleep.
26
+
27
+
The **Zelyo Operator** is a self-hosted Kubernetes Operator that allows you to manage and automate the lifecycle of Zelyo within your cluster.
26
28
27
29
Think of a seasoned SRE who:
28
30
- 👁️ **Watches** every pod restart, OOMKill, security misconfiguration, and RBAC drift
@@ -31,13 +33,13 @@ Think of a seasoned SRE who:
31
33
- 🔧 **Fixes** problems by generating production-ready YAML patches and opening GitOps PRs
32
34
- 📋 **Reports** compliance posture against CIS Benchmarks, NIST 800-53, SOC 2, and PCI-DSS
33
35
34
-
That's Zelyo Operator. All automated, all autonomous, all with **read-only cluster access**.
36
+
That's Zelyo. All automated, all autonomous, all with **read-only cluster access**.
35
37
36
-
**Bring your own LLM API keys** (OpenRouter, OpenAI, Anthropic, Azure OpenAI, Ollama) — Zelyo Operator is heavily optimized to minimize token usage.
38
+
**Bring your own LLM API keys** (OpenRouter, OpenAI, Anthropic, Azure OpenAI, Ollama) — Zelyo is heavily optimized to minimize token usage.
37
39
38
40
### What a Digital SRE & Security Engineer Does
39
41
40
-
| Responsibility | How Zelyo Operator Handles It |
42
+
| Responsibility | How Zelyo Handles It |
41
43
|---|---|
42
44
| 🔒 **Security Scanning**| Continuously scans for RBAC issues, image CVEs, PodSecurity violations, secrets exposure, and network policy gaps |
43
45
| 🛡️ **Compliance Auditing**| Maps scan findings to CIS Kubernetes Benchmark controls, generates audit-ready reports with evidence |
@@ -51,7 +53,7 @@ That's Zelyo Operator. All automated, all autonomous, all with **read-only clust
51
53
52
54
### The Agentic Pipeline: Observe → Reason → Act
53
55
54
-
Unlike traditional scanning tools that dump findings and walk away, Zelyo Operator operates as a **closed-loop autonomous agent**:
56
+
Unlike traditional scanning tools that dump findings and walk away, Zelyo operates as a **closed-loop autonomous agent**:
Copy file name to clipboardExpand all lines: docs/compliance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Compliance Frameworks
2
2
3
-
As your Digital SRE and Security Engineer, Zelyo Operator automatically evaluates your cluster against industry-standard compliance frameworks. Every `ClusterScan` maps security findings to specific compliance controls, generates audit-ready reports with evidence, and emits `ComplianceViolation` Kubernetes events.
3
+
As your Digital SRE and Security Engineer, Zelyo automatically evaluates your cluster against industry-standard compliance frameworks. Every `ClusterScan` maps security findings to specific compliance controls, generates audit-ready reports with evidence, and emits `ComplianceViolation` Kubernetes events.
Copy file name to clipboardExpand all lines: docs/index.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,11 @@ hide:
28
28
29
29
---
30
30
31
-
## What is Zelyo Operator?
31
+
## What is Zelyo?
32
32
33
-
Zelyo Operator is your **Digital SRE and Security Engineer** — a self-hosted Kubernetes Operator powered by **Agentic AI** that does the job of a full-time site reliability and security engineer. It autonomously **observes** your cluster, **reasons** about security findings and anomalies using LLMs, and **acts** by opening GitOps PRs with production-ready fixes — all with **read-only cluster access**.
33
+
**Zelyo** is your **Digital SRE and Security Engineer** powered by **Agentic AI** that does the job of a full-time site reliability and security engineer. It autonomously **observes** your cluster, **reasons** about security findings and anomalies using LLMs, and **acts** by opening GitOps PRs with production-ready fixes — all with **read-only cluster access**.
34
+
35
+
The **Zelyo Operator** is a self-hosted Kubernetes Operator that allows you to manage and automate the lifecycle of Zelyo within your cluster.
34
36
35
37
**Bring your own LLM API keys** (OpenRouter, OpenAI, Anthropic, Azure, Ollama) — optimized for minimal token usage.
0 commit comments