mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 10:21:14 +00:00
Data-driven expansion (ranked by per-page link count + relevance): - New 📊 Digest menu: Tech & Cloud Digest + Industry & Geo Digest (was a single pill; now pairs both editions). - New 🧰 K8s menu: Kubernetes Tools (144 links) · Helm · Managed K8s · OpenShift · Tutorials — the Kubernetes ecosystem, which the portal is centered on. - ☁️ Cloud += Serverless · FinOps. - 🌐 Network += Service Mesh (the category alongside Istio; Istio emoji → ⛵). - ⚙️ Ops += IaC · Developer Portals. - ⋯ More += Technical Tags (1355 links) · Demos (102). 38 destinations total across 6 direct pills + 7 Popover menus. Added explicit anchor pairs for the two new menus. Chip font trimmed to 0.62rem + tighter gap/padding so all 13 bar chips still fit one row down to ~1280px. Verified in Chrome 148 via Playwright: all 7 menus open below their button, stay on-screen (right-edge flip), and close on Esc. Cache-bust ?v=2.9.33. V2-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
187 lines
8.5 KiB
HTML
187 lines
8.5 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<strong>New:</strong> <a href="./tech-digest/">Intelligence Digest</a> — AI-curated trending resources across 26 categories
|
|
{% endblock %}
|
|
|
|
{#-
|
|
Quick-nav bar rendered below the header on every page (via the `tabs` block,
|
|
which is empty here since navigation.tabs is disabled). Single slim row that
|
|
stays one row no matter how many destinations are added: the most-used
|
|
flagships are direct one-click pills, and the long-tail clusters collapse into
|
|
category menus built with the native HTML Popover API + CSS Anchor Positioning
|
|
(Baseline 2026) — zero JS, with free Esc/click-outside dismissal and focus
|
|
management. Adding a leaf grows a menu, never the bar.
|
|
|
|
Direct pills: Topic Map · Kubernetes · Docker · GitOps · Terraform · AI & MCP
|
|
Menus: Digest (Tech · Industry) · K8s (Tools · Helm · Managed · OpenShift · Tutorials)
|
|
· Cloud (AWS · Azure · GCP · Serverless · FinOps)
|
|
· Network (Networking · Istio · Service Mesh · K8s Net)
|
|
· Security (K8s Security · DevSecOps)
|
|
· Ops (CI/CD · IaC · Observability · SRE · DevOps · Dev Portals)
|
|
· More (Tags · Demos · Videos · Ansible · Messaging · MLOps · Methodology · V1)
|
|
-#}
|
|
{% block tabs %}
|
|
<nav class="nb-quicknav" aria-label="Quick navigation">
|
|
<div class="nb-quicknav__inner">
|
|
<a class="nb-quicknav__link" href="/topic-map/">🗺️ Topic Map</a>
|
|
<a class="nb-quicknav__link" href="/kubernetes/">☸️ Kubernetes</a>
|
|
<a class="nb-quicknav__link" href="/docker/">🐳 Docker</a>
|
|
<a class="nb-quicknav__link" href="/gitops/">🔄 GitOps</a>
|
|
<a class="nb-quicknav__link" href="/terraform/">🏗️ Terraform</a>
|
|
<a class="nb-quicknav__link" href="/ai-agents-mcp/">🤖 AI & MCP</a>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-digest" type="button">📊 Digest <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-digest" popover>
|
|
<a href="/tech-digest/">📊 Tech & Cloud Digest</a>
|
|
<a href="/industry-digest/">🌍 Industry & Geo Digest</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-k8s" type="button">🧰 K8s <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-k8s" popover>
|
|
<a href="/kubernetes-tools/">🧰 Kubernetes Tools</a>
|
|
<a href="/helm/">📦 Helm</a>
|
|
<a href="/managed-kubernetes-in-public-cloud/">☁️ Managed K8s</a>
|
|
<a href="/openshift/">🎩 OpenShift</a>
|
|
<a href="/kubernetes-tutorials/">🎓 Tutorials</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-cloud" type="button">☁️ Cloud <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-cloud" popover>
|
|
<a href="/aws/">☁️ AWS</a>
|
|
<a href="/azure/">☁️ Azure</a>
|
|
<a href="/GoogleCloudPlatform/">☁️ GCP</a>
|
|
<a href="/serverless/">⚡ Serverless</a>
|
|
<a href="/finops/">💰 FinOps</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-net" type="button">🌐 Network <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-net" popover>
|
|
<a href="/networking/">🌐 Networking</a>
|
|
<a href="/istio/">⛵ Istio</a>
|
|
<a href="/servicemesh/">🕸️ Service Mesh</a>
|
|
<a href="/kubernetes-networking/">🔗 K8s Net</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-sec" type="button">🔐 Security <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-sec" popover>
|
|
<a href="/kubernetes-security/">🔐 K8s Security</a>
|
|
<a href="/devsecops/">🛡️ DevSecOps</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-ops" type="button">⚙️ Ops <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-ops" popover>
|
|
<a href="/cicd/">🚀 CI/CD</a>
|
|
<a href="/iac/">📜 IaC</a>
|
|
<a href="/monitoring/">📈 Observability</a>
|
|
<a href="/sre/">🛠️ SRE</a>
|
|
<a href="/devops/">♾️ DevOps</a>
|
|
<a href="/developerportals/">🏛️ Developer Portals</a>
|
|
</div>
|
|
</span>
|
|
|
|
<span class="nb-quicknav__group">
|
|
<button class="nb-quicknav__link nb-quicknav__btn" popovertarget="nb-pop-more" type="button">⋯ More <span class="nb-quicknav__caret" aria-hidden="true">▾</span></button>
|
|
<div class="nb-quicknav__menu" id="nb-pop-more" popover>
|
|
<a href="/tags/">🏷️ Technical Tags</a>
|
|
<a href="/demos/">🧪 Demos</a>
|
|
<a href="/videos/">🎥 Videos</a>
|
|
<a href="/ansible/">📋 Ansible</a>
|
|
<a href="/message-queue/">📨 Messaging</a>
|
|
<a href="/mlops/">🧠 MLOps</a>
|
|
<a href="/methodology/">📐 Methodology</a>
|
|
<a class="nb-quicknav__menu-muted" href="/v1/">📚 V1 Archive</a>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
</nav>
|
|
{% endblock %}
|
|
|
|
{#-
|
|
JSON-LD structured data (schema.org) for richer search results: declares the
|
|
WebSite (with a sitelinks SearchAction) and the publishing Organization.
|
|
Only the V2 portal uses this overrides dir (custom_dir: docs/overrides), so
|
|
this injects on the canonical nubenetes.com root; V1 uses the stock theme.
|
|
-#}
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@graph": [
|
|
{
|
|
"@type": "WebSite",
|
|
"@id": "https://nubenetes.com/#website",
|
|
"url": "https://nubenetes.com/",
|
|
"name": "Nubenetes",
|
|
"description": "AI-curated portal for the modern Cloud Native ecosystem: high-density, ranked selection of top-tier Kubernetes, DevOps and Cloud resources.",
|
|
"publisher": { "@id": "https://nubenetes.com/#organization" },
|
|
"potentialAction": {
|
|
"@type": "SearchAction",
|
|
"target": {
|
|
"@type": "EntryPoint",
|
|
"urlTemplate": "https://nubenetes.com/?q={search_term_string}"
|
|
},
|
|
"query-input": "required name=search_term_string"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Organization",
|
|
"@id": "https://nubenetes.com/#organization",
|
|
"name": "Nubenetes",
|
|
"url": "https://nubenetes.com/",
|
|
"logo": {
|
|
"@type": "ImageObject",
|
|
"url": "https://nubenetes.com/images/favicon-ultra.png"
|
|
},
|
|
"sameAs": [
|
|
"https://github.com/nubenetes/awesome-kubernetes",
|
|
"https://twitter.com/nubenetes",
|
|
"https://www.linkedin.com/groups/1937212/"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
</script>
|
|
{#-
|
|
Per-page structured data: a CollectionPage (each V2 page is a curated
|
|
collection of resources) tied to the WebSite/Organization above, with
|
|
datePublished / dateModified fed by the git-revision-date plugin. Enables
|
|
richer search results. Skipped on the homepage (already the WebSite entity).
|
|
-#}
|
|
{% if page and not page.is_homepage and page.canonical_url %}
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "CollectionPage",
|
|
"@id": {{ (page.canonical_url ~ "#webpage") | tojson }},
|
|
"url": {{ page.canonical_url | tojson }},
|
|
"name": {{ (page.title or config.site_name) | tojson }},
|
|
"isPartOf": { "@id": "https://nubenetes.com/#website" },
|
|
"publisher": { "@id": "https://nubenetes.com/#organization" },
|
|
"inLanguage": "en"
|
|
{%- if page.meta and page.meta.description %},
|
|
"description": {{ page.meta.description | tojson }}
|
|
{%- endif %}
|
|
{%- if page.meta and page.meta.git_creation_date_localized_raw_iso_date %},
|
|
"datePublished": {{ page.meta.git_creation_date_localized_raw_iso_date | tojson }}
|
|
{%- endif %}
|
|
{%- if page.meta and page.meta.git_revision_date_localized_raw_iso_date %},
|
|
"dateModified": {{ page.meta.git_revision_date_localized_raw_iso_date | tojson }}
|
|
{%- endif %}
|
|
}
|
|
</script>
|
|
{% endif %}
|
|
{% endblock %}
|