mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #1071 from btat/2.8.1-cni-popularirty
Update CNI popularity table for 2.8.1
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build website
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4608"
|
||||
NODE_OPTIONS: "--max_old_space_size=5120"
|
||||
run: yarn build --no-minify
|
||||
|
||||
# Popular action to deploy to GitHub Pages:
|
||||
|
||||
@@ -24,5 +24,5 @@ jobs:
|
||||
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
|
||||
- name: Test build website
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4608"
|
||||
NODE_OPTIONS: "--max_old_space_size=5120"
|
||||
run: yarn build --no-minify
|
||||
@@ -182,18 +182,11 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
- Ingress/Egress Policies: This feature allows you to manage routing control for both Kubernetes and non-Kubernetes communications.
|
||||
|
||||
<!-- releaseTask -->
|
||||
## CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in November 2023.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 707 | 104 | 20 |
|
||||
| Flannel | https://github.com/flannel-io/flannel | 8.3k | 2.9k | 225 |
|
||||
| Calico | https://github.com/projectcalico/calico | 5.1k | 1.2k | 328 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 6.5k | 672 | 87 |
|
||||
| Cilium | https://github.com/cilium/cilium | 17.1k | 2.5k | 677 |
|
||||
<CNIPopularityTable />
|
||||
|
||||
## Which CNI Provider Should I Use?
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start",
|
||||
"build": "NODE_OPTIONS='--max-old-space-size=4608' docusaurus build",
|
||||
"build": "NODE_OPTIONS='--max-old-space-size=5120' docusaurus build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<!-- releaseTask -->
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity levels. This data was collected in January 2024.
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 708 | 103 | 20 |
|
||||
| Flannel | https://github.com/flannel-io/flannel | 8.3k | 2.9k | 231 |
|
||||
| Calico | https://github.com/projectcalico/calico | 5.2k | 1.2k | 332 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 6.5k | 670 | 87 |
|
||||
| Cilium | https://github.com/cilium/cilium | 17.6k | 2.6k | 689 |
|
||||
@@ -134,18 +134,12 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
- Ingress/Egress Policies: This feature allows you to manage routing control for both Kubernetes and non-Kubernetes communications.
|
||||
|
||||
#### CNI Community Popularity
|
||||
### CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in January 2020.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 614 | 89 | 19 |
|
||||
| flannel | https://github.com/coreos/flannel | 4977 | 1.4k | 140 |
|
||||
| Calico | https://github.com/projectcalico/calico | 1534 | 429 | 135 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 5737 | 559 | 73 |
|
||||
<CNIPopularityTable />
|
||||
|
||||
<br/>
|
||||
### Which CNI Provider Should I Use?
|
||||
|
||||
It depends on your project needs. There are many different providers, which each have various features and options. There isn't one provider that meets everyone's needs.
|
||||
|
||||
@@ -132,18 +132,11 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
- Ingress/Egress Policies: This feature allows you to manage routing control for both Kubernetes and non-Kubernetes communications.
|
||||
|
||||
#### CNI Community Popularity
|
||||
### CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in January 2020.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 614 | 89 | 19 |
|
||||
| flannel | https://github.com/coreos/flannel | 4977 | 1.4k | 140 |
|
||||
| Calico | https://github.com/projectcalico/calico | 1534 | 429 | 135 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 5737 | 559 | 73 |
|
||||
|
||||
<br/>
|
||||
<CNIPopularityTable />
|
||||
|
||||
### Which CNI Provider Should I Use?
|
||||
|
||||
|
||||
@@ -184,15 +184,9 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
## CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in November 2023.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 707 | 104 | 20 |
|
||||
| Flannel | https://github.com/flannel-io/flannel | 8.3k | 2.9k | 225 |
|
||||
| Calico | https://github.com/projectcalico/calico | 5.1k | 1.2k | 328 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 6.5k | 672 | 87 |
|
||||
| Cilium | https://github.com/cilium/cilium | 17.1k | 2.5k | 677 |
|
||||
<CNIPopularityTable />
|
||||
|
||||
## Which CNI Provider Should I Use?
|
||||
|
||||
|
||||
@@ -184,15 +184,9 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
## CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in November 2023.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 707 | 104 | 20 |
|
||||
| Flannel | https://github.com/flannel-io/flannel | 8.3k | 2.9k | 225 |
|
||||
| Calico | https://github.com/projectcalico/calico | 5.1k | 1.2k | 328 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 6.5k | 672 | 87 |
|
||||
| Cilium | https://github.com/cilium/cilium | 17.1k | 2.5k | 677 |
|
||||
<CNIPopularityTable />
|
||||
|
||||
## Which CNI Provider Should I Use?
|
||||
|
||||
|
||||
@@ -184,15 +184,9 @@ The following table summarizes the different features available for each CNI net
|
||||
|
||||
## CNI Community Popularity
|
||||
|
||||
The following table summarizes different GitHub metrics to give you an idea of each project's popularity and activity. This data was collected in November 2023.
|
||||
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
|
||||
|
||||
| Provider | Project | Stars | Forks | Contributors |
|
||||
| ---- | ---- | ---- | ---- | ---- |
|
||||
| Canal | https://github.com/projectcalico/canal | 707 | 104 | 20 |
|
||||
| Flannel | https://github.com/flannel-io/flannel | 8.3k | 2.9k | 225 |
|
||||
| Calico | https://github.com/projectcalico/calico | 5.1k | 1.2k | 328 |
|
||||
| Weave | https://github.com/weaveworks/weave/ | 6.5k | 672 | 87 |
|
||||
| Cilium | https://github.com/cilium/cilium | 17.1k | 2.5k | 677 |
|
||||
<CNIPopularityTable />
|
||||
|
||||
## Which CNI Provider Should I Use?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user