Skip to content

Commit 1e7af1a

Browse files
authored
Merge pull request #8589 from shaneutt/shaneutt/archive-kubernetes-sigs-blixt
chore: archive kubernetes-sigs/blixt
2 parents ded321b + fdb3882 commit 1e7af1a

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
@@ -101,7 +101,6 @@ The following [subprojects][subproject-definition] are owned by sig-network:
101101
- Shane Utt (**[@shaneutt](https://github.com/shaneutt)**), Red Hat
102102
- Nick Young (**[@youngnick](https://github.com/youngnick)**), Isovalent
103103
- **Owners:**
104-
- [kubernetes-sigs/blixt](https://github.com/kubernetes-sigs/blixt/blob/main/OWNERS)
105104
- [kubernetes-sigs/gateway-api](https://github.com/kubernetes-sigs/gateway-api/blob/master/OWNERS)
106105
- [kubernetes-sigs/gwctl](https://github.com/kubernetes-sigs/gwctl/blob/main/OWNERS)
107106
- [kubernetes-sigs/ingate/heads/main](https://github.com/kubernetes-sigs/ingate/blob/refs/heads/main/OWNERS)
@@ -230,4 +229,19 @@ remains important prior art for any future attempts to revise kube-proxy.
230229
[kpng]: https://github.com/kubernetes-sigs/kpng
231230
[kube-proxy]: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
232231

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