Skip to content

Commit fdb3882

Browse files
committed
chore: archive kubernetes-sigs/blixt
Signed-off-by: Shane Utt <[email protected]>
1 parent ba7b266 commit fdb3882

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

communication/slack-config/channels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ channels:
3333
- name: bazel
3434
- name: bindings-discuss
3535
- name: blixt
36+
archived: true
3637
- name: bootkube
3738
archived: true
3839
- name: bpfman

sig-network/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ The following [subprojects][subproject-definition] are owned by sig-network:
100100
- Shane Utt (**[@shaneutt](https://github.com/shaneutt)**), Red Hat
101101
- Nick Young (**[@youngnick](https://github.com/youngnick)**), Isovalent
102102
- **Owners:**
103-
- [kubernetes-sigs/blixt](https://github.com/kubernetes-sigs/blixt/blob/main/OWNERS)
104103
- [kubernetes-sigs/gateway-api](https://github.com/kubernetes-sigs/gateway-api/blob/master/OWNERS)
105104
- [kubernetes-sigs/gwctl](https://github.com/kubernetes-sigs/gwctl/blob/main/OWNERS)
106105
- [kubernetes-sigs/ingate/heads/main](https://github.com/kubernetes-sigs/ingate/blob/refs/heads/main/OWNERS)
@@ -229,4 +228,19 @@ remains important prior art for any future attempts to revise kube-proxy.
229228
[kpng]: https://github.com/kubernetes-sigs/kpng
230229
[kube-proxy]: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
231230

231+
### Blixt
232+
233+
[Blixt] was a Kubernetes L4 load-balancer that started in the early 2020's at a
234+
time when eBPF technology was a huge buzz for Kubernetes, and members of the
235+
Kubernetes SIG Network community wanted to experiment with and explore the
236+
technology on K8s. The project operated primarily as an experimental sandbox.
237+
238+
We had a lot of fun working on this while it was active. It was great to create
239+
the first official Kubernetes project in [Rust], and experimenting with eBPF in
240+
its nascence was exciting. All things must come to an end however. Thank you to
241+
all contributors!
242+
243+
[Blixt]:https://github.com/kubernetes-sigs/blixt
244+
[Rust]:https://github.com/rust-lang/
245+
232246
<!-- END CUSTOM CONTENT -->

sig-network/charter.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following topics fall under ownership of this SIG:
3131
- Reference implementations (i.e. [kube-proxy]).
3232
- Ingress
3333
- APIs for defining ingress loadbalancing (i.e. [Ingress], [Gateway API], [Gateway API Inference Extension])
34-
- API Implementations (i.e. [ingress-nginx], [InGate], [Blixt])
34+
- API Implementations (i.e. [ingress-nginx], [InGate])
3535
- Network Policy
3636
- APIs for defining network policies (i.e. [NetworkPolicy], [AdminNetworkPolicy], [BaselineAdminNetworkPolicy])
3737
- Reference implementations (i.e. [kube-network-policies])
@@ -86,7 +86,6 @@ SIG Technical Leads
8686
[Gateway API Inference Extension]: https://github.com/kubernetes-sigs/gateway-api-inference-extension
8787
[ingress-nginx]: https://github.com/kubernetes/ingress-nginx/
8888
[InGate]: https://github.com/kubernetes-sigs/ingate
89-
[Blixt]: https://github.com/kubernetes-sigs/blixt
9089

9190
[NetworkPolicy]: https://kubernetes.io/docs/concepts/services-networking/network-policies/
9291
[AdminNetworkPolicy]: https://network-policy-api.sigs.k8s.io/api-overview/#the-adminnetworkpolicy-resource

sigs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,6 @@ sigs:
24002400
contact:
24012401
slack: sig-network-gateway-api
24022402
owners:
2403-
- https://raw.githubusercontent.com/kubernetes-sigs/blixt/main/OWNERS
24042403
- https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/master/OWNERS
24052404
- https://raw.githubusercontent.com/kubernetes-sigs/gwctl/main/OWNERS
24062405
- https://raw.githubusercontent.com/kubernetes-sigs/ingate/refs/heads/main/OWNERS

0 commit comments

Comments
 (0)