mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
The nb-quicknav popovers are positioned via explicit CSS anchor-positioning pairs (anchor-name on the button + position-anchor on the menu) keyed per popover id. The two new menus (nb-pop-guide, nb-pop-videos) had no such pairs, so their popovers opened unanchored (wrong position / "broken"). Add the missing anchor-name/position-anchor pairs and bump the CSS cache-buster to 2.9.42. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
328 lines
11 KiB
YAML
328 lines
11 KiB
YAML
site_name: "Nubenetes V2 | The AI's Cut"
|
|
site_url: "https://nubenetes.com/"
|
|
site_description: "Enterprise-grade curated portal for the modern Cloud Native ecosystem. High-density, AI-driven selection of top-tier resources."
|
|
site_author: "Nubenetes"
|
|
copyright: "Copyright © 2026 Nubenetes Agentic Intelligence"
|
|
docs_dir: v2-docs
|
|
use_directory_urls: true
|
|
|
|
repo_name: "nubenetes/awesome-kubernetes"
|
|
repo_url: "https://github.com/nubenetes/awesome-kubernetes"
|
|
edit_uri: "edit/master/v2-docs/"
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
language: en
|
|
favicon: images/favicon-ultra.png
|
|
palette:
|
|
- scheme: slate
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/shield
|
|
name: Switch to light mode
|
|
- scheme: default
|
|
primary: custom
|
|
accent: custom
|
|
toggle:
|
|
icon: material/shield-moon-outline
|
|
name: Switch to dark mode
|
|
features:
|
|
# navigation.tabs / .sticky disabled: a top tab bar forces Material to scope
|
|
# the left sidebar to the active tab only, which breaks the always-populated
|
|
# vertical list we want. The left sidebar handles all sections as a standard
|
|
# collapsible list and stays populated on every page incl. home.
|
|
- navigation.top
|
|
- navigation.tracking
|
|
# navigation.sections disabled: render top-level as COLLAPSIBLE nested
|
|
# sections (chevron + indentation) instead of flat group labels.
|
|
# navigation.expand intentionally disabled: with ~169 nav entries it forced
|
|
# every section open (heavy DOM, overwhelming). The Topic Map page now serves
|
|
# as the full directory; the left nav stays collapsed and scannable.
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.path
|
|
- navigation.footer
|
|
- announce.dismiss
|
|
- search.suggest
|
|
- search.highlight
|
|
- search.share
|
|
- content.code.copy
|
|
- content.action.view
|
|
- content.action.edit
|
|
- content.tooltips
|
|
# navigation.prune disabled: keep all children in the HTML so any section
|
|
# can expand (prune removed inactive children, leaving a flat list).
|
|
# toc.integrate removed: show the native sticky "On this page" TOC in the
|
|
# right sidebar instead of merging headings into the left nav. This replaces
|
|
# the per-page Markdown "## Table of Contents" we no longer render.
|
|
- toc.follow
|
|
|
|
plugins:
|
|
- search
|
|
# "Last updated" per-page date (freshness signal for SEO + reader trust).
|
|
# Needs full git history (fetch-depth: 0 in 06.deploy_final.yml); falls back
|
|
# to the build date when history is unavailable so the build never fails.
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
type: date
|
|
fallback_to_build_date: true
|
|
- privacy
|
|
- social:
|
|
cards: true
|
|
cards_layout_options:
|
|
background_color: "#263238"
|
|
font_family: "Inter"
|
|
custom_dir: "docs/images/"
|
|
logo: favicon-ultra.png
|
|
- tags:
|
|
tags_file: tags.md
|
|
- minify:
|
|
minify_html: true
|
|
- rss:
|
|
match_path: "(tech-digest|industry-digest).*"
|
|
date_from_meta:
|
|
as_creation: "date"
|
|
abstract_chars_count: 200
|
|
- redirects:
|
|
redirect_maps:
|
|
jvm-parameters-matrix-table.md: java-and-java-performance-optimization.md
|
|
private-cloud-solutions.md: kubernetes-on-premise.md
|
|
stackstorm.md: cicd.md
|
|
chef.md: ansible.md
|
|
newsql.md: databases.md
|
|
scaleway.md: digitalocean.md
|
|
xamarin.md: dotnet.md
|
|
dom.md: javascript.md
|
|
react.md: javascript.md
|
|
oauth.md: securityascode.md
|
|
digital-money.md: finops.md
|
|
aws-spain.md: aws.md
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/nubenetes/awesome-kubernetes
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/nubenetes
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://www.linkedin.com/groups/1937212/
|
|
version:
|
|
provider: mike # Ready for version switching
|
|
|
|
extra_css:
|
|
- https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap
|
|
- static/extra.css
|
|
- static/v2_elite.css?v=2.9.42
|
|
|
|
extra_javascript:
|
|
- static/v2_filter.js?v=2.9.19
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- attr_list
|
|
- md_in_html
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.mark
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.keys
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.caret
|
|
- pymdownx.tilde
|
|
- tables
|
|
- footnotes
|
|
- abbr
|
|
- def_list
|
|
|
|
nav:
|
|
- "🔙 Back to V1 (Exhaustive)": https://nubenetes.com/v1/
|
|
- "The 2026 Vision": index.md
|
|
- "Portal Guide":
|
|
- "Topic Map": topic-map.md
|
|
- "Methodology": methodology.md
|
|
- "Technical Tags": tags.md
|
|
- "About": about.md
|
|
- "Agentic Video Hub":
|
|
- videos/index.md
|
|
- "AI Agents and MCP": videos/ai-agents.md
|
|
- "DevOps, IaC, and SRE": videos/devops-iac.md
|
|
- "Cloud Native Core": videos/cloud-native.md
|
|
- "Fundamentals": videos/fundamentals.md
|
|
- "Intelligence Digest":
|
|
- "Tech & Cloud Digest": tech-digest.md
|
|
- "Industry & Geo Digest": industry-digest.md
|
|
- "AI":
|
|
- "AI Agents MCP": ai-agents-mcp.md
|
|
- "AI": ai.md
|
|
- "ChatGPT": chatgpt.md
|
|
- "MLOps": mlops.md
|
|
- "Architectural Foundations":
|
|
- "Cheatsheets": cheatsheets.md
|
|
- "Cloud Arch Diagrams": cloud-arch-diagrams.md
|
|
- "Cloud Asset Inventory": cloud-asset-inventory.md
|
|
- "Customer": customer.md
|
|
- "Demos": demos.md
|
|
- "DevOps Tools": devops-tools.md
|
|
- "Faq": faq.md
|
|
- "Git": git.md
|
|
- "Grafana": grafana.md
|
|
- "Helm": helm.md
|
|
- "Introduction": introduction.md
|
|
- "Kubernetes Tools": kubernetes-tools.md
|
|
- "Kubernetes Tutorials": kubernetes-tutorials.md
|
|
- "Kubernetes": kubernetes.md
|
|
- "Linux": linux.md
|
|
- "Matrix Table": matrix-table.md
|
|
- "Mkdocs": mkdocs.md
|
|
- "Monitoring": monitoring.md
|
|
- "Other Awesome Lists": other-awesome-lists.md
|
|
- "Prometheus": prometheus.md
|
|
- "Platform & Site Reliability":
|
|
- "Chaos Engineering": chaos-engineering.md
|
|
- "Developerportals": developerportals.md
|
|
- "DevOps": devops.md
|
|
- "Performance Testing With Jenkins And Jmeter": performance-testing-with-jenkins-and-jmeter.md
|
|
- "Project Management Methodology": project-management-methodology.md
|
|
- "Project Management Tools": project-management-tools.md
|
|
- "QA": qa.md
|
|
- "Scaffolding": scaffolding.md
|
|
- "SRE": sre.md
|
|
- "Test Automation Frameworks": test-automation-frameworks.md
|
|
- "Testops": testops.md
|
|
- "Hardened Infrastructure":
|
|
- "Ansible": ansible.md
|
|
- "Crossplane": crossplane.md
|
|
- "Devsecops": devsecops.md
|
|
- "IaC": iac.md
|
|
- "Kubernetes Security": kubernetes-security.md
|
|
- "Kustomize": kustomize.md
|
|
- "Liquibase": liquibase.md
|
|
- "Pulumi": pulumi.md
|
|
- "Securityascode": securityascode.md
|
|
- "Terraform": terraform.md
|
|
- "Cloud Providers (Hyperscalers)":
|
|
- "Googlecloudplatform": GoogleCloudPlatform.md
|
|
- "AWS Architecture": aws-architecture.md
|
|
- "AWS Backup": aws-backup.md
|
|
- "AWS Containers": aws-containers.md
|
|
- "AWS Data": aws-data.md
|
|
- "AWS Databases": aws-databases.md
|
|
- "AWS DevOps": aws-devops.md
|
|
- "AWS IaC": aws-iac.md
|
|
- "AWS Messaging": aws-messaging.md
|
|
- "AWS Miscellaneous": aws-miscellaneous.md
|
|
- "AWS Monitoring": aws-monitoring.md
|
|
- "AWS Networking": aws-networking.md
|
|
- "AWS Newfeatures": aws-newfeatures.md
|
|
- "AWS Pricing": aws-pricing.md
|
|
- "AWS Security": aws-security.md
|
|
- "AWS Serverless": aws-serverless.md
|
|
- "AWS Storage": aws-storage.md
|
|
- "AWS Tools Scripts": aws-tools-scripts.md
|
|
- "AWS Training": aws-training.md
|
|
- "AWS": aws.md
|
|
- "Azure": azure.md
|
|
- "Digitalocean": digitalocean.md
|
|
- "Edge Computing": edge-computing.md
|
|
- "Ibm_Cloud": ibm_cloud.md
|
|
- "Managed Kubernetes In Public Cloud": managed-kubernetes-in-public-cloud.md
|
|
- "Oraclecloud": oraclecloud.md
|
|
- "Public Cloud Solutions": public-cloud-solutions.md
|
|
- "Networking & Service Mesh":
|
|
- "Caching": caching.md
|
|
- "Cloudflare": cloudflare.md
|
|
- "Istio": istio.md
|
|
- "Kubernetes Networking": kubernetes-networking.md
|
|
- "Networking": networking.md
|
|
- "Servicemesh": servicemesh.md
|
|
- "Web Servers": web-servers.md
|
|
- "The Container Stack":
|
|
- "Container Managers": container-managers.md
|
|
- "Docker": docker.md
|
|
- "Kubectl Commands": kubectl-commands.md
|
|
- "Kubernetes Alternatives": kubernetes-alternatives.md
|
|
- "Kubernetes Autoscaling": kubernetes-autoscaling.md
|
|
- "Kubernetes Backup Migrations": kubernetes-backup-migrations.md
|
|
- "Kubernetes Based Devel": kubernetes-based-devel.md
|
|
- "Kubernetes Bigdata": kubernetes-bigdata.md
|
|
- "Kubernetes Client Libraries": kubernetes-client-libraries.md
|
|
- "Kubernetes Monitoring": kubernetes-monitoring.md
|
|
- "Kubernetes On Premise": kubernetes-on-premise.md
|
|
- "Kubernetes Operators Controllers": kubernetes-operators-controllers.md
|
|
- "Kubernetes Releases": kubernetes-releases.md
|
|
- "Kubernetes Storage": kubernetes-storage.md
|
|
- "Kubernetes Troubleshooting": kubernetes-troubleshooting.md
|
|
- "Noops": noops.md
|
|
- "OCP 3": ocp3.md
|
|
- "OCP 4": ocp4.md
|
|
- "Openshift": openshift.md
|
|
- "Rancher": rancher.md
|
|
- "Serverless": serverless.md
|
|
- "Data & Advanced Analytics":
|
|
- "Crunchydata": crunchydata.md
|
|
- "Databases": databases.md
|
|
- "Message Queue": message-queue.md
|
|
- "NoSQL": nosql.md
|
|
- "Yaml": yaml.md
|
|
- "Engineering Pipeline":
|
|
- "Argo": argo.md
|
|
- "CI/CD Kubernetes Plugins": cicd-kubernetes-plugins.md
|
|
- "CI/CD": cicd.md
|
|
- "Flux": flux.md
|
|
- "Gitops": gitops.md
|
|
- "Jenkins Alternatives": jenkins-alternatives.md
|
|
- "Jenkins": jenkins.md
|
|
- "Keptn": keptn.md
|
|
- "Openshift Pipelines": openshift-pipelines.md
|
|
- "Registries": registries.md
|
|
- "Sonarqube": sonarqube.md
|
|
- "Tekton": tekton.md
|
|
- "Developer Ecosystem":
|
|
- "Chromedevtools": ChromeDevTools.md
|
|
- "Angular": angular.md
|
|
- "API": api.md
|
|
- "Devel Sites": devel-sites.md
|
|
- "Dotnet": dotnet.md
|
|
- "Embedded Servlet Containers": embedded-servlet-containers.md
|
|
- "Golang": golang.md
|
|
- "Java And Java Performance Optimization": java-and-java-performance-optimization.md
|
|
- "Java_App_Servers": java_app_servers.md
|
|
- "Java_Frameworks": java_frameworks.md
|
|
- "Javascript": javascript.md
|
|
- "Linux Dev Env": linux-dev-env.md
|
|
- "Lowcode Nocode": lowcode-nocode.md
|
|
- "Maven Gradle": maven-gradle.md
|
|
- "Postman": postman.md
|
|
- "Python": python.md
|
|
- "Swagger Code Generator For Rest APIs": swagger-code-generator-for-rest-apis.md
|
|
- "Visual Studio": visual-studio.md
|
|
- "Web3": web3.md
|
|
- "Career & Industry":
|
|
- "Appointment Scheduling": appointment-scheduling.md
|
|
- "Elearning": elearning.md
|
|
- "Finops": finops.md
|
|
- "Freelancing": freelancing.md
|
|
- "HR": hr.md
|
|
- "Interview Questions": interview-questions.md
|
|
- "Newsfeeds": newsfeeds.md
|
|
- "Recruitment": recruitment.md
|
|
- "Remote Tech Jobs": remote-tech-jobs.md
|
|
- "Workfromhome": workfromhome.md |