mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-25 07:57:25 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d9f79bdb7 | ||
|
|
2e6a7e346a | ||
|
|
08d5a631be |
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [[2.1.7]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.1.7) - 2026-05-25
|
||||
|
||||
### Changed
|
||||
- **Visual Identity (Ultra-Visible Favicon)**: Replaced the complex favicon with an ultra-minimalist, high-contrast design (Cyan "N" on dark background) to ensure maximum visibility in browser tabs, following the design patterns of X, GitHub, and LinkedIn.
|
||||
- **Index Branding Restoration**: Reverted the header image on the V2 index page to the "Gemini construction car" (now standardized as `hero-car.png`) to maintain the project's established visual impact while keeping a separate, cleaner icon for navigation tabs.
|
||||
|
||||
## [[2.1.6]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.1.6) - 2026-05-25
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -140,7 +140,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T
|
||||
| :--- | :--- |
|
||||
| **Total Technical Resources (Links)** | **17992+** |
|
||||
| **Specialized MD Pages** | **161** |
|
||||
| **Total Commits** | **5462+** |
|
||||
| **Total Commits** | **5465+** |
|
||||
| **Primary AI Engine** | **Google Gemini (Agentic)** |
|
||||
<!-- HEART_STATS_END -->
|
||||
|
||||
@@ -178,7 +178,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem.
|
||||
| 6 | 2023 | 30 | 123 | Maintenance & Refinement |
|
||||
| 7 | 2024 | 53 | 218 | Curation Strategy Pivot |
|
||||
| 8 | 2025 | 5 | 20 | Stability & Research Phase |
|
||||
| 9 | 2026 | 1903 | 7,859 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
| 9 | 2026 | 1906 | 7,871 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
<!-- ANNUAL_GROWTH_END -->
|
||||
|
||||
<!-- ANNUAL_CHART_START -->
|
||||
@@ -194,8 +194,8 @@ xychart-beta
|
||||
title "Nubenetes Annual Growth Metrics (2018–2026)"
|
||||
x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"]
|
||||
y-axis "Volume (Commits / Estimated New Refs)" 0 --> 9000
|
||||
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 7859]
|
||||
bar [350, 142, 2046, 531, 402, 30, 53, 5, 1903]
|
||||
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 7871]
|
||||
bar [350, 142, 2046, 531, 402, 30, 53, 5, 1906]
|
||||
```
|
||||
<!-- ANNUAL_CHART_END -->
|
||||
|
||||
@@ -204,7 +204,7 @@ xychart-beta
|
||||
| Month | Commits | Est. New Refs | Status |
|
||||
| :--- | :---: | :---: | :--- |
|
||||
| 2026-04 | 25 | 103 | Active Curation |
|
||||
| 2026-05 | 1878 | 7,756 | **Agentic Inception (Gemini Era)** |
|
||||
| 2026-05 | 1881 | 7,768 | **Agentic Inception (Gemini Era)** |
|
||||
<!-- MONTHLY_SURGE_END -->
|
||||
|
||||
### 2.4. Content Distribution and Semantic Clustering
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Solid High-Contrast Background (LinkedIn/GitHub Style) -->
|
||||
<rect width="256" height="256" rx="48" fill="#0D1117"/>
|
||||
|
||||
<!-- Bold Stylized "N" (Nubenetes) with Cyan Accent -->
|
||||
<path d="M70 190V66L140 135V66H186V190L116 121V190H70Z" fill="#00E5FF"/>
|
||||
|
||||
<!-- Subtle Cloud Curve at the bottom for Cloud Context -->
|
||||
<path d="M116 190H186V170C186 160 178 152 168 152H134C124 152 116 160 116 170V190Z" fill="#00E5FF" opacity="0.3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 537 B |
+3
-2
@@ -11,7 +11,7 @@ edit_uri: ""
|
||||
theme:
|
||||
name: material
|
||||
prev_next_buttons_location: both
|
||||
favicon: images/favicon-modern.png
|
||||
favicon: images/favicon-ultra.png
|
||||
icon:
|
||||
logo: logo
|
||||
repo: fontawesome/brands/github
|
||||
@@ -56,7 +56,7 @@ plugins:
|
||||
background_color: "#263238"
|
||||
font_family: "Inter"
|
||||
custom_dir: "docs/images/"
|
||||
logo: favicon-car-modern.png
|
||||
logo: favicon-ultra.png
|
||||
extra_css:
|
||||
- static/extra.css
|
||||
extra_javascript:
|
||||
@@ -334,3 +334,4 @@ extra:
|
||||
link: https://twitter.com/redhatspain
|
||||
- icon: fontawesome/brands/linkedin
|
||||
link: https://www.linkedin.com/groups/1937212/
|
||||
12/
|
||||
|
||||
+1
-1
@@ -747,7 +747,7 @@ class V2VisionEngine:
|
||||
index_md = (
|
||||
"# Nubenetes Elite Portal (V2) | Awesome Kubernetes & Cloud [](https://github.com/sindresorhus/awesome)\n\n"
|
||||
"<center markdown=\"1\">\n"
|
||||
"[](https://kubernetes.io) [](./introduction.md)\n"
|
||||
"[](https://kubernetes.io) [](./introduction.md)\n"
|
||||
"</center>\n\n"
|
||||
"\"I do not believe you can do today's job with yesterday's methods and be in business tomorrow\" ([Horatio Nelson Jackson](https://en.wikipedia.org/wiki/Horatio_Nelson_Jackson))\n"
|
||||
"<center markdown=\"1\">\n\n"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Nubenetes Elite Portal (V2) | Awesome Kubernetes & Cloud [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
<center markdown="1">
|
||||
[](https://kubernetes.io) [](./introduction.md)
|
||||
[](https://kubernetes.io) [](./introduction.md)
|
||||
</center>
|
||||
|
||||
"I do not believe you can do today's job with yesterday's methods and be in business tomorrow" ([Horatio Nelson Jackson](https://en.wikipedia.org/wiki/Horatio_Nelson_Jackson))
|
||||
|
||||
+2
-2
@@ -13,7 +13,7 @@ edit_uri: "edit/master/v2-docs/"
|
||||
theme:
|
||||
name: material
|
||||
language: en
|
||||
favicon: images/favicon-car-modern.png
|
||||
favicon: images/favicon-ultra.png
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
@@ -56,7 +56,7 @@ theme:
|
||||
background_color: "#263238"
|
||||
font_family: "Inter"
|
||||
custom_dir: "docs/images/"
|
||||
logo: favicon-car-modern.png
|
||||
logo: favicon-ultra.png
|
||||
|
||||
extra:
|
||||
social:
|
||||
|
||||
Reference in New Issue
Block a user