forked from istio/enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.yaml
372 lines (372 loc) · 11.4 KB
/
features.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
features:
- name: "Protocols:HTTP1.1/HTTP2/gRPC/TCP"
id: "traffic.http_protocols"
level:
checklist: features/protocol-support.md
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Protocols:Websockets/MongoDB"
id: "traffic.websocket_protocols"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Traffic Control: label/content based routing, traffic shifting"
id: "traffic.control"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Resilience features: timeouts, retries, connection pools, outlier detection"
id: "traffic.resilience"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Gateway: Ingress, Egress for all protocols"
id: "traffic.ingress_gateway"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Gateway Injection"
id: :"traffic.gateway_injection"
level:
checklist: features/gateway_injection.md
maturity: Beta
nextExpectedPromotion: "1.13"
area: Traffic Management
- name: "TLS termination and SNI Support in Gateways"
id: "traffic.tls_termination"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "SNI (multiple certs) at ingress"
id: "traffic.multi_cert_ingress_sni"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Traffic Management
- name: "Locality load balancing"
id: "traffic.locality_load_balancing"
link: "/docs/tasks/traffic-management/locality-load-balancing/"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Traffic Management
- name: "Enabling custom filters in Envoy"
id: "traffic.custom_envoy_filters"
level:
checklist: ""
maturity: Alpha
nextExpectedPromotion: ""
area: Traffic Management
- name: "Sidecar API"
id: "traffic.sidecar"
link: "/docs/reference/config/networking/sidecar/"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Traffic Management
- name: "DNS Proxying"
id: "traffic.dns_proxying"
link: "/docs/ops/configuration/traffic-management/dns-proxy/"
level:
checklist: features/dns-proxying.md
maturity: Beta
nextExpectedPromotion: "1.13"
area: Traffic Management
- name: "Kubernetes Gateway APIs"
link: "/docs/tasks/traffic-management/ingress/gateway-api/"
level:
checklist: features/k8s-gateway-apis.md
maturity: Alpha
nextExpectedPromotion: ""
area: Traffic Management
id: "traffic.k8s_gateway_apis"
- name: "Gateway Network Topology Configuration"
id: "traffic.gateway_topology"
level:
checklist: features/configuring_gateway_network_topology.md
maturity: Alpha
nextExpectedPromotion: ""
area: Traffic Management
- name: "Kubernetes Multi-Cluster Service (MCS) Discovery"
id: :"traffic.kubernetes_mcs"
level:
checklist: features/kubernetes_mcs.md
maturity: Experimental
nextExpectedPromotion: "1.11"
area: Traffic Management
- name: "Prometheus Integration"
id: "traffic.prometheus"
link: "/docs/tasks/observability/metrics/querying-metrics/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Observability
- name: "Service Dashboard in Grafana"
id: "observability.grafana"
link: "/docs/tasks/observability/metrics/using-istio-dashboard/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Observability
- name: "Distributed Tracing"
id: "observability.distributed_tracing"
link: "/docs/tasks/observability/distributed-tracing/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Observability
- name: "Stackdriver Integration"
id: "observability.stackdriver"
link: "/docs/reference/config/proxy_extensions/stackdriver/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Observability
- name: "Distributed Tracing to Zipkin/Jaeger"
id: "observability.distributed_zipkin_tracing"
link: "/docs/tasks/observability/distributed-tracing/"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Observability
- name: "Trace Sampling"
id: "observability.trace_sampling"
link: "/docs/tasks/observability/distributed-tracing/mesh-and-proxy-config/#trace-sampling"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Observability
- name: "Request Classification"
id: "observability.request_classification"
link: "/docs/tasks/observability/metrics/classify-metrics/"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Observability
- name: "WebAssembly Extension"
id: "observability.webassembly"
level:
checklist: ""
maturity: Alpha
nextExpectedPromotion: ""
area: Extensibility
- name: "Service-to-service Mutual TLS"
id: "extensability.mtls"
link: "/docs/concepts/security/#mutual-tls-authentication"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Kubernetes: Service Credential Distribution"
id: "observabilility.service_credential_distribution"
link: "/docs/concepts/security/#pki"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Certificate management on Ingress Gateway"
id: "security.ingress_cert_management"
link: "/docs/tasks/traffic-management/ingress/secure-ingress"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Pluggable Key/Cert Support for istio CA"
id: "security.istioca_pluggable_cert_support"
link: "/docs/tasks/security/cert-management/plugin-ca-cert/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Authorization"
id: "security.authorization"
link: "/docs/concepts/security/#authorization"
level:
checklist: features/authorization.md
maturity: Beta
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "End User (JWT) Authentication"
id: "security.jwt_authentication"
link: "/docs/concepts/security/#authentication"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Automatic mutual TLS"
id: "security.automatic_mtls"
link: "/docs/tasks/security/authentication/authn-policy/#auto-mutual-tls"
level:
checklist: features/auto_mtls.md
maturity: Beta
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "VM: Service Credential Distribution"
id: "security.vm_credential_distribution"
link: "/docs/concepts/security/#pki"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "External Authorization"
id: "security.external_authorization"
link: "/docs/tasks/security/authorization/authz-custom"
level:
checklist: ""
maturity: Alpha
nextExpectedPromotion: ""
area: Security and policy enforcement
- name: "Authorization Dry Run"
id: "security.authorization_dry_run"
link: "/docs/tasks/security/authorization/authz-dry-run"
level:
checklist: features/dry_run_authorization_policy.md
maturity: Alpha
nextExpectedPromotion: "1.14"
area: Security and policy enforcement
- name: "In-Cluster Operator"
id: "core.in_cluster_operator"
link: "/docs/setup/install/operator/"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "Kubernetes: Envoy Installation and Traffic Interception"
id: "core.envoy_installation"
link: "/docs/setup/"
level:
checklist: ""
maturity: Stable
nextExpectedPromotion: ""
area: Core
- name: "Kubernetes: Istio Control Plane Installation"
id: "core.control_plane_installation"
link: "/docs/setup/"
level:
checklist: features/control-plane-installation.md
maturity: Stable
nextExpectedPromotion: ""
area: Core
- name: "Multicluster Mesh"
id: "core.multicluster"
link: "/docs/setup/install/multicluster/"
level:
checklist: features/Multi-cluster support.md
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "External Control Plane"
id: "core.external_control_plane"
link: "/docs/setup/install/external-controlplane/"
level:
checklist: features/external_istiod.md
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "Kubernetes: Istio In-Place Control Plane Upgrade"
id: "core.in_place_upgrade"
link: "/docs/setup/upgrade/in-place"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "Basic Configuration Resource Validation"
id: "core.config_resource_validation"
level:
checklist: ""
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "Istio CNI Plugin"
id: "core.cni"
link: "/docs/setup/additional-setup/cni/"
level:
checklist: "features/cni.md"
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "IPv6 Support for Kubernetes"
id: "core.ipv6"
level:
checklist: features/ipv6-support.md
maturity: Alpha
maturityNotes: Dual-stack IPv4 and IPv6 is not supported.
nextExpectedPromotion: ""
area: Core
- name: "Distroless Base Images for Istio"
id: "core.distroless"
link: "/docs/ops/configuration/security/harden-docker-images/"
level:
checklist: features/distroless_images.md
maturity: Alpha
nextExpectedPromotion: ""
area: Core
- name: "Virtual Machine Integration"
id: "core.vm_integration"
link: "/docs/setup/install/virtual-machine/"
level:
checklist: features/virtual_machines.md
maturity: Beta
nextExpectedPromotion: ""
area: Core
- name: "Helm Based Installation"
id: "core.helm_installation"
link: "/docs/setup/install/helm/"
level:
checklist: features/helm_v3_support.md
maturity: Alpha
nextExpectedPromotion: ""
area: Core
- name: "Revision Based Upgrade"
link: "/docs/setup/upgrade/canary/"
level:
checklist: features/canary_based_revision_install.md
maturity: Alpha
nextExpectedPromotion: ""
area: Core
id: "core.revision_based_upgrade"
- name: "Revision Tags"
link: "/docs/setup/upgrade/canary/#stable-revision-labels-experimental"
level:
checklist: features/revision_tags.md
maturity: Alpha
nextExpectedPromotion: ""
area: Core
id: "core.revision_tags"
- name: "Configurable Telemetry Production"
area: Observability
id: "observability.api"
link: "https://istio.io/latest/docs/tasks/observability/telemetry/"
level:
checklist: features/telemetry_api.md
maturity: Experimental
nextExpectedPromotion: "1.13"