Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions docs/architecture/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ description: ""
sidebar_position: 2
---

| Feature Domain | Feature | 2023.H1 | 2023.H2 | 2024.H1 | 2024.H2 |
| --------------------------------- | -------------------------------------- | :-----: | :-----: | :-----: | :-----: |
| **Traffic Management** | Sidecarless mesh | ✓ | | | |
| | Sockmap | | ✓ | | |
| | Programmable governance based on eBPF | ✓ | | | |
| | HTTP1.1 protocol | ✓ | | | |
| | HTTP2 protocol | | | | ✓ |
| | gRPC protocol | | | | ✓ |
| | QUIC protocol | | | | ✓ |
| | TCP protocol | | ✓ | | |
| | Retry | | | ✓ | |
| | Routing | ✓ | | | |
| | Load balancing | ✓ | | | |
| | Fault injection | | | | ✓ |
| | Gray release | ✓ | | | |
| | Circuit Breaker | | | ✓ | |
| | Rate Limits | | | ✓ | |
| **Service Security** | SSL-based two-way authentication | | | | ✓ |
| | L7 authorization | | | | ✓ |
| | Cgroup-level isolation | ✓ | | | |
| **Traffic Monitoring** | Governance indicator monitoring | | ✓ | | |
| | End-to-end observability | | | | ✓ |
| **Programmable** | Plug-in expansion capability | | | | ✓ |
| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | |
| **Operating Environment Support** | Container | ✓ | | | |
| Feature Domain | Feature | 2023.H1 | 2023.H2 | 2024.H1 | 2024.H2 | 2025.H1 | 2025.H2 |
| --------------------------------- | -------------------------------------- | :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
| **Traffic Management** | Sidecarless mesh | ✓ | | | | | |
| | Sockmap | | ✓ | | | | |
| | Programmable governance based on eBPF | ✓ | | | | | |
| | HTTP1.1 protocol | ✓ | | | | | |
| | HTTP2 protocol | | | | ✓ | | |
| | gRPC protocol | | | | ✓ | | |
| | QUIC protocol | | | | ✓ | | |
| | TCP protocol | | ✓ | | | | |
| | Retry | | | ✓ | | | |
| | Routing | ✓ | | | | | |
| | Load balancing | ✓ | | | | | |
| | Fault injection | | | | ✓ | | |
| | Gray release | ✓ | | | | | |
| | Circuit Breaker | | | ✓ | | | |
| | Rate Limits | | | ✓ | | | |
| **Service Security** | SSL-based two-way authentication | | | | ✓ | | |
| | L7 authorization | | | | ✓ | | |
| | Cgroup-level isolation | ✓ | | | | | |
| **Traffic Monitoring** | Governance indicator monitoring | | ✓ | | | | |
| | End-to-end observability | | | | ✓ | | |
| **Programmable** | Plug-in expansion capability | | | | ✓ | | |
| **Ecosystem Collaboration** | Data plane collaboration (Envoy, etc.) | | ✓ | | | | |
| **Operating Environment Support** | Container | ✓ | | | | | |
Loading