You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/Apache-ShenYu-OSPP2023-2023-05-19.md
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
---
2
-
title: "[OSPP 2023 & Apache ShenYu e2e task is coming | Invite you to explore the high performance gateway]"
2
+
title: "[OSPP 2023 & Apache ShenYu task is coming | Invite you to explore the high performance gateway]"
3
3
author: "moremind"
4
4
description: "Apache ShenYu OSPP 2023"
5
5
categories: "OSPP 2023"
6
6
tags: ["Apache ShenYu", "OSPP 2023"]
7
7
date: 2023-05-19
8
8
---
9
9
10
+
# OSPP 2023 & Apache ShenYu e2e task is coming
10
11
11
12
## OSPP 2023
12
13
@@ -19,6 +20,7 @@ Open source summer 2023 student registration officially opens on April 29! Stude
19
20
20
21

21
22
23
+
22
24
## Apache ShenYu Introduction
23
25
24
26
Apache ShenYu is a Java gateway that supports multi-language, multi-protocol (Dubbo, SpringCloud, gRPC, Motan, SofaTars, BRPC), plug-in design, highly dynamic configuration, and highly self-developed. Built-in rich plug-in support, authentication, current limit, circuit breaker, firewall, etc. The traffic configuration is dynamic and the performance is extremely high. Support cluster deployment, support A/B Test, blue-green release and other functions.
@@ -119,3 +121,44 @@ The prize money for this competition is provided by the Summer of Open Source Or
119
121
Open Source Summer 2023 community projects will start accepting students to participate in project applications from April 29th. Welcome to communicate with the tutors and prepare project application materials through the contact information above.
120
122
121
123

124
+
125
+
126
+
127
+
128
+
# shenyu-ingress-controller ability increased
129
+
130
+
## Project background
131
+
132
+
Kubernetes Controller is an important step in the Apache ShenYu Cloud native construction. The community is building Shenyu-Ingress-Controller to enable the docking of K8s ingress resources. However, currently the shenyu-ingress-controller feature is relatively simple and only supports the resource definition native to K8s ingress.
133
+
134
+
This project needs to extend Shenyu-Ingress-Controller based on annotation to inherit the rich native functions of Apache ShenYu as much as possible.
135
+
136
+
Project output requirements
137
+
138
+
- Enhanced shenyu-ingress-controller abilities
139
+
- Complete the core code writing
140
+
141
+
- Complete corresponding unit test and integration test
0 commit comments