Skip to content

Commit

Permalink
Merge pull request #1071 from btat/2.8.1-cni-popularirty
Browse files Browse the repository at this point in the history
Update CNI popularity table for 2.8.1
  • Loading branch information
btat authored Jan 22, 2024
2 parents eceb869 + 964b481 commit fe36697
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 2 additions & 9 deletions docs/faq/container-network-interface-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions shared-files/_cni-popularity.md
Original file line number Diff line number Diff line change
@@ -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 |
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

| 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 |
import CNIPopularityTable from '/shared-files/_cni-popularity.md';

<CNIPopularityTable />

## Which CNI Provider Should I Use?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

| 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 |
import CNIPopularityTable from '/shared-files/_cni-popularity.md';

<CNIPopularityTable />

## Which CNI Provider Should I Use?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

| 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 |
import CNIPopularityTable from '/shared-files/_cni-popularity.md';

<CNIPopularityTable />

## Which CNI Provider Should I Use?

Expand Down

0 comments on commit fe36697

Please sign in to comment.