mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
Fix: the per-page resource search box with maturity tag-pills stopped appearing after navigation.instant was enabled (DOMContentLoaded fires only on first SPA load). Reworked v2_filter.js to init via Material's document$ observable with a DOMContentLoaded fallback, guard double-injection, bind the clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12. Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2 content pages and from v2_optimizer.py — it forced hundreds of links of scroll on large pages. Replaced by Material's native sticky "On this page" TOC (removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
312 lines
10 KiB
YAML
312 lines
10 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
|
|
- navigation.tabs.sticky
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- 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
|
|
# 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
|
|
- 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.7
|
|
|
|
extra_javascript:
|
|
- static/v2_filter.js?v=2.9.12
|
|
|
|
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
|
|
- "Technical Tags": tags.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":
|
|
- "About": about.md
|
|
- "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 |