mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-28 09:32:20 +00:00
release: v2.7.1 — remove redundant digest-preview list from index
This commit is contained in:
@@ -1055,45 +1055,6 @@ class V2VisionEngine:
|
||||
" - **Status**: The system is incrementally processing pending resources to complete the knowledge graph.\n"
|
||||
)
|
||||
|
||||
# Build digest-preview block for index
|
||||
priority_cats = [
|
||||
"Kubernetes & Orchestration", "AI & Agents", "Security & Compliance",
|
||||
"Infrastructure as Code", "Observability, SRE & Testing", "CI/CD & GitOps"
|
||||
]
|
||||
cat_short = {
|
||||
"Kubernetes & Orchestration": "Kubernetes",
|
||||
"AI & Agents": "AI & Agents",
|
||||
"Security & Compliance": "Security",
|
||||
"Infrastructure as Code": "IaC",
|
||||
"Observability, SRE & Testing": "Observability",
|
||||
"CI/CD & GitOps": "CI/CD",
|
||||
}
|
||||
digest_preview_md = ""
|
||||
if digest_data and "3_months" in digest_data:
|
||||
preview_items = []
|
||||
for cat in priority_cats:
|
||||
entries = digest_data["3_months"].get(cat, [])
|
||||
if entries:
|
||||
e = entries[0]
|
||||
title = nuclear_strip(e.get("title", ""))[:65]
|
||||
preview_items.append((cat_short.get(cat, cat), title, e.get("url", "#")))
|
||||
if preview_items:
|
||||
rows = "\n".join(
|
||||
f' <li><span class="digest-preview-cat">{c}</span> <a href="{u}">{t}</a></li>'
|
||||
for c, t, u in preview_items[:5]
|
||||
)
|
||||
digest_preview_md = (
|
||||
'<div class="digest-preview">\n'
|
||||
' <div class="digest-preview-header">\n'
|
||||
' <span class="digest-preview-title">📊 Intelligence Digest — Top Picks (Last 3 Months)</span>\n'
|
||||
' <a href="./tech-digest/" class="digest-preview-link">View all 22 categories →</a>\n'
|
||||
' </div>\n'
|
||||
' <ul class="digest-preview-list">\n'
|
||||
f'{rows}\n'
|
||||
' </ul>\n'
|
||||
'</div>\n\n'
|
||||
)
|
||||
|
||||
index_md = (
|
||||
"# Nubenetes Elite Portal (V2) | Awesome Kubernetes & Cloud [](https://github.com/sindresorhus/awesome)\n\n"
|
||||
"!!! tip \"Nubenetes V2 Elite Portal: AI-Curated & High-Density\"\n"
|
||||
@@ -1159,7 +1120,6 @@ class V2VisionEngine:
|
||||
"the system selects only the most relevant, stable, and impactful resources for the modern Cloud Native ecosystem (2026 and beyond).\n\n"
|
||||
f"{coverage_info}\n\n"
|
||||
f"<center markdown=\"1\">\n{mosaic_html}\n</center>\n\n"
|
||||
f"{digest_preview_md}"
|
||||
f"{pulse_md}\n\n"
|
||||
"## Strategic Dimensions\n"
|
||||
"- **[🎥 Agentic Video Hub (Architectural Summary)](./videos/index.md)**\n\n"
|
||||
|
||||
@@ -123,20 +123,6 @@
|
||||
</div>
|
||||
</center>
|
||||
|
||||
<div class="digest-preview">
|
||||
<div class="digest-preview-header">
|
||||
<span class="digest-preview-title">📊 Intelligence Digest — Top Picks (Last 3 Months)</span>
|
||||
<a href="./tech-digest/" class="digest-preview-link">View all 22 categories →</a>
|
||||
</div>
|
||||
<ul class="digest-preview-list">
|
||||
<li><span class="digest-preview-cat">Kubernetes</span> <a href="https://www.apptio.com/products/kubecost/?src=kc-com">Kubecost — real-time cost allocation for multi-cluster K8s</a></li>
|
||||
<li><span class="digest-preview-cat">AI & Agents</span> <a href="https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview">Claude Code CLI — agentic AI coding assistant</a></li>
|
||||
<li><span class="digest-preview-cat">Security</span> <a href="https://github.com/policy-hub/policy-hub-cli">PolicyHub CLI — searchable Rego policy library</a></li>
|
||||
<li><span class="digest-preview-cat">IaC</span> <a href="https://github.com/shuaibiyy/awesome-tf">Awesome Terraform — curated Terraform resources</a></li>
|
||||
<li><span class="digest-preview-cat">Observability</span> <a href="https://grafana.com/blog/how-to-manage-high-cardinality-metrics-in-prometheus-and-kubernetes">Grafana: High cardinality metrics in Prometheus & K8s</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
## The Agentic Pulse
|
||||
- **(2026)** [**==abarrak.gitbook.io: Linux SysOps Handbook 🌟==**](https://abarrak.gitbook.io/linux-sysops-handbook) 🌟🌟🌟🌟
|
||||
- **(2026)** [**==Google I/O 2026 Official NotebookLM Document==**](https://accounts.google.com/v3/signin/identifier?continue=https%3A%2F%2Fnotebooklm.google.com%2Flogin%3Fcontinue%3Dhttps%3A%2F%2Fnotebooklm.google.com%2Fnotebook%2F87ae4230-9dda-445a-9775-df61ad7044dc%3Fauthuser%253D0%2526pageId%253Dnone&dsh=S-651079724%3A1780398802084305&followup=https%3A%2F%2Fnotebooklm.google.com%2Flogin%3Fcontinue%3Dhttps%3A%2F%2Fnotebooklm.google.com%2Fnotebook%2F87ae4230-9dda-445a-9775-df61ad7044dc%3Fauthuser%253D0%2526pageId%253Dnone&osid=1&passive=1209600&flowName=WebLiteSignIn&flowEntry=ServiceLogin&ifkv=AWa2PavtOIva2wcDqJnQlJq3nohbB8kL26HoI0qLEI-ErQFf9Roi9aGt-ViI1YzZGxXTHSAzER9n) 🌟🌟🌟🌟
|
||||
|
||||
Reference in New Issue
Block a user