mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 09:51:00 +00:00
Merge branch 'develop' into master
This commit is contained in:
10
README.md
10
README.md
@@ -142,7 +142,7 @@ Additionally, as of May 2026, Nubenetes has reached the **Platinum Operational T
|
||||
| :--- | :--- |
|
||||
| **Total Technical Resources (Links)** | **18657+** |
|
||||
| **Specialized MD Pages** | **162** |
|
||||
| **Total Commits** | **6586+** |
|
||||
| **Total Commits** | **6588+** |
|
||||
| **Primary AI Engine** | **Google Gemini (Agentic)** |
|
||||
<!-- HEART_STATS_END -->
|
||||
|
||||
@@ -180,7 +180,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 | 3027 | 12,501 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
| 9 | 2026 | 3029 | 12,509 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
<!-- ANNUAL_GROWTH_END -->
|
||||
|
||||
<!-- ANNUAL_CHART_START -->
|
||||
@@ -196,8 +196,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 --> 13000
|
||||
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 12501]
|
||||
bar [350, 142, 2046, 531, 402, 30, 53, 5, 3027]
|
||||
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 12509]
|
||||
bar [350, 142, 2046, 531, 402, 30, 53, 5, 3029]
|
||||
```
|
||||
<!-- ANNUAL_CHART_END -->
|
||||
|
||||
@@ -208,7 +208,7 @@ xychart-beta
|
||||
| 2026-04 | 25 | 103 | Active Curation |
|
||||
| 2026-05 | 2101 | 8,677 | **Agentic Inception (Gemini Era)** |
|
||||
| 2026-06 | 849 | 3,506 | Active Curation |
|
||||
| 2026-07 | 52 | 214 | Active Curation |
|
||||
| 2026-07 | 54 | 223 | Active Curation |
|
||||
<!-- MONTHLY_SURGE_END -->
|
||||
|
||||
### 2.4. Content Distribution and Semantic Clustering
|
||||
|
||||
@@ -164,6 +164,8 @@ jenkinsci CloudBees' advice is to use build tool features when possible (Maven/G
|
||||
|
||||
- [blog.devops.dev: Deploying Helm Charts with Jenkins and Groovy: A Comprehensive Guide](https://blog.devops.dev/deploying-helm-charts-with-jenkins-and-groovy-a-comprehensive-guide-c2aa0f2bd424)
|
||||
- [==github.com/jenkinsci/helm-charts==](https://github.com/jenkinsci/helm-charts)
|
||||
- [github.com/openshift/jenkins: Red Hat's official container image templates and configuration tooling for running Jenkins on OpenShift](https://github.com/openshift/jenkins)
|
||||
|
||||
|
||||
## Jenkins and Terraform
|
||||
|
||||
@@ -208,11 +210,16 @@ jenkinsci CloudBees' advice is to use build tool features when possible (Maven/G
|
||||
## Jenkins on Docker
|
||||
|
||||
- [ssbostan/jenkins-stack-docker](https://github.com/ssbostan/jenkins-stack-docker) Docker-compose version of jenkins-stack-kubernetes
|
||||
- [github.com/jenkinsci/docker: Official Docker templates and build scripts for Jenkins controllers](https://github.com/jenkinsci/docker)
|
||||
- [github.com/shazChaudhry/docker-jenkins: Swarm Cluster setup demonstrating how to run scalable Jenkins workers inside a Docker Swarm environment](https://github.com/shazChaudhry/docker-jenkins)
|
||||
|
||||
|
||||
### Kubernetes Native Jenkins Operator
|
||||
|
||||
- [github.com/jenkinsci/kubernetes-operator: 🌟](https://github.com/jenkinsci/kubernetes-operator) Kubernetes platform was released ten years after the first version of Hudson project. It means Jenkins couldn’t be designed to run on top of it. Jenkins Operator tries to bridge that gap.
|
||||
- [jenkins.io: Jenkins Operator becomes an official sub-project!](https://www.jenkins.io/blog/2021/04/15/jenkins-operator-sub-project)
|
||||
- [jenkinsci.github.io/kubernetes-operator: Setup, configuration, backup and restore guides for Jenkins Operator](https://jenkinsci.github.io/kubernetes-operator/)
|
||||
|
||||
- [jenkins.io: Security Validator for Jenkins Operator for Kubernetes](https://www.jenkins.io/blog/2021/08/23/jenkins-operator-security-work-report)
|
||||
- [cd.foundation: Going Cloud Native with Jenkins Kubernetes Operator](https://cd.foundation/blog/2021/09/02/going-cloud-native-with-jenkins-kubernetes-operator)
|
||||
|
||||
@@ -419,9 +426,17 @@ jenkinsci CloudBees' advice is to use build tool features when possible (Maven/G
|
||||
- [cloudbees.com: Troubleshooting Jenkins Performance: Kubernetes Edition - Part 2 (2020) 🌟](https://www.cloudbees.com/blog/application-performance-monitoring-tools)
|
||||
- [cloudbees.com: The Two Most Common Issues with Jenkins and How to Fix Them 🌟](https://www.cloudbees.com/blog/most-common-issues-scaling-jenkins) Jenkins is a fantastic CI/CD solution but it has a significant weak point: Managing & scaling Jenkins for the enterprise is an uphill battle. Tanya Jacob shares the 2 most common issues we hear from enterprises using Jenkins & how to fix them.
|
||||
- [cloudbees.com: Enterprise JVM Administration and Jenkins Performance 🌟](https://www.cloudbees.com/blog/enterprise-jvm-administration-and-jenkins-performance)
|
||||
- [support.cloudbees.com: Troubleshooting Jenkins Performance](https://support.cloudbees.com/hc/en-us/articles/204856094-Troubleshooting-Jenkins-Performance) Exhaustive reference for debugging heap usage, thread dumps, garbage collection pauses, and pipeline serialization bottlenecks.
|
||||
- [plugins.jenkins.io/jenkins-health-advisor-by-cloudbees: Jenkins Health Advisor by CloudBees](https://plugins.jenkins.io/jenkins-health-advisor-by-cloudbees/) Automatically scans Jenkins controllers for known issues, security vulnerabilities, and performance anomalies.
|
||||
|
||||
## Jenkins Security
|
||||
|
||||
- [jenkins.io/doc/book/security: Jenkins Security Guide](https://www.jenkins.io/doc/book/security/) Hardening guide for configuring access control, credentials, protocols, and plugins safely.
|
||||
- [owasp.org: OWASP Jenkins Security Assessment](https://owasp.org/www-project-integration-standards/writeups/jenkins/) Threat modeling and vulnerability checks to secure CI/CD pipelines.
|
||||
|
||||
## Ansible and Jenkins. Running Ansible Playbooks From Jenkins
|
||||
|
||||
|
||||
- [Dzone: Running Ansible Playbooks From Jenkins](https://dzone.com/articles/running-ansible-playbooks-from-jenkins)
|
||||
- [itnext.io: Ansible and Jenkins — automate your scritps 🌟](https://itnext.io/ansible-and-jenkins-automate-your-scritps-8dff99ef653)
|
||||
- [ansible-role-jenkins](https://github.com/geerlingguy/ansible-role-jenkins) Installs Jenkins CI on RHEL/CentOS and Debian/Ubuntu servers.
|
||||
|
||||
Reference in New Issue
Block a user