@@ -33,14 +33,15 @@ Below is our list of existing features and their current phases. This informatio
33
33
| [ Protocols: HTTP 1.1] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http_connection_management.html#http-protocols ) | Beta
34
34
| [ Protocols: HTTP 2.0] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http_connection_management.html#http-protocols ) | Alpha
35
35
| [ Protocols: gRPC] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/grpc ) | Alpha
36
- | [ Protocols: TCP] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/tcp_proxy ) | Alpha
37
- | [ Protocols: WebSocket] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/websocket ) | Alpha
38
36
| [ Protocols: MongoDB] ( https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/mongo ) | Alpha
39
- | [ Routing Rules: Retry] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
40
- | [ Routing Rules: Timeout] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
41
- | [ Routing Rules: Circuit Break] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
42
- | [ Routing Rules: Header Rewrite] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
43
- | [ Routing Rules: Traffic Splitting] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
37
+ | [ Request Routing] ( /docs/tasks/traffic-management/request-routing/ ) | Alpha
38
+ | [ Fault Injection] ( /docs/tasks/traffic-management/fault-injection/ ) | Alpha
39
+ | [ Traffic Shifting] ( /docs/tasks/traffic-management/traffic-shifting/ ) | Alpha
40
+ | [ Circuit Break] ( /docs/tasks/traffic-management/circuit-breaking/ ) | Alpha
41
+ | [ Mirroring] ( /docs/tasks/traffic-management/mirroring/ ) | Alpha
42
+ | [ Ingress Traffic] ( /docs/tasks/traffic-management/ingress/ ) | Alpha
43
+ | [ Egress Traffic] ( /docs/tasks/traffic-management/egress/ ) | Alpha
44
+ | [ Egress TCP Traffic] ( /docs/tasks/traffic-management/egress-tcp/ ) | Alpha
44
45
| [ Improved Routing Rules: Composite Service] ( /docs/reference/config/istio.networking.v1alpha3/ ) | Alpha
45
46
| [ Quota / Redis Rate Limiting (Adapter and Server)] ( /docs/tasks/policy-enforcement/rate-limiting/ ) | Alpha
46
47
| [ Memquota Implementation and Integration] ( /docs/tasks/telemetry/metrics-logs/ ) | Stable
@@ -51,7 +52,7 @@ Below is our list of existing features and their current phases. This informatio
51
52
52
53
| Feature | Phase
53
54
|-------------------|-------------------
54
- | [ Prometheus Integration] ( /docs/guides /telemetry/ ) | Beta
55
+ | [ Prometheus Integration] ( /docs/tasks /telemetry/querying-metrics / ) | Beta
55
56
| [ Local Logging (STDIO)] ( /docs/guides/telemetry/ ) | Stable
56
57
| [ Statsd Integration] ( /docs/reference/config/policy-and-telemetry/adapters/statsd/ ) | Stable
57
58
| [ Service Dashboard in Grafana] ( /docs/tasks/telemetry/using-istio-dashboard/ ) | Beta
@@ -60,6 +61,7 @@ Below is our list of existing features and their current phases. This informatio
60
61
| [ Distributed Tracing to Zipkin / Jaeger] ( /docs/tasks/telemetry/distributed-tracing/ ) | Alpha
61
62
| [ Istio Component Dashboard in Grafana] ( /docs/tasks/telemetry/using-istio-dashboard/ ) | Beta
62
63
| [ Service Tracing] ( /docs/tasks/telemetry/distributed-tracing/ ) | Alpha
64
+ | [ Logging with Fluentd] ( /docs/tasks/telemetry/fluentd/ ) | Alpha
63
65
64
66
### Security
65
67
@@ -71,24 +73,23 @@ Below is our list of existing features and their current phases. This informatio
71
73
| [ Pluggable Key/Cert Support for Istio CA] ( /docs/tasks/security/plugin-ca-cert/ ) | Stable
72
74
| [ Service-to-service mutual TLS] ( /docs/concepts/security/mutual-tls/ ) | Stable
73
75
| [ Authentication policy] ( /docs/concepts/security/authn-policy/ ) | Alpha
74
- | [ VM: Service Credential Distribution] ( /docs/concepts/security/mutual-tls/ ) | Alpha
76
+ | [ VM: Service Credential Distribution] ( /docs/concepts/security/mutual-tls/ ) | Beta
75
77
| [ OPA Checker] ( https://github.com/istio/istio/blob/{{<branch_name>}}/mixer/adapter/opa/README.md ) | Alpha
76
- | RBAC Mixer Adapter | Alpha
77
- | [ API Keys] ( /docs/reference/config/policy-and-telemetry/templates/apikey/ ) | Alpha
78
+ | [ RBAC Mixer Adapter] ( /docs/concepts/security/rbac/ ) | Alpha
78
79
79
80
### Core
80
81
81
82
| Feature | Phase
82
83
|-------------------|-------------------
83
84
| [ Kubernetes: Envoy Installation and Traffic Interception] ( /docs/setup/kubernetes/ ) | Beta
84
85
| [ Kubernetes: Istio Control Plane Installation] ( /docs/setup/kubernetes/ ) | Beta
86
+ | [ Kubernetes: Istio Control Plane Upgrade] ( /docs/setup/kubernetes/ ) | Beta
85
87
| [ Pilot Integration into Kubernetes Service Discovery] ( /docs/setup/kubernetes/ ) | Stable
86
88
| [ Attribute Expression Language] ( /docs/reference/config/policy-and-telemetry/expression-language/ ) | Stable
87
89
| [ Mixer Adapter Authoring Model] ( /blog/2017/adapter-model/ ) | Stable
88
90
| [ VM: Envoy Installation, Traffic Interception and Service Registration] ( /docs/guides/integrating-vms/ ) | Alpha
89
91
| [ VM: Istio Control Plane Installation and Upgrade (Galley, Mixer, Pilot, CA)] ( https://github.com/istio/istio/issues/2083 ) | Alpha
90
92
| VM: Ansible Envoy Installation, Interception and Registration | Alpha
91
- | [ Kubernetes: Istio Control Plane Upgrade] ( /docs/setup/kubernetes/ ) | Beta
92
93
| [ Pilot Integration into Consul] ( /docs/setup/consul/quick-start/ ) | Alpha
93
94
| [ Pilot Integration into Eureka] ( /docs/setup/consul/quick-start/ ) | Alpha
94
95
| [ Pilot Integration into Cloud Foundry Service Discovery] ( /docs/setup/consul/quick-start/ ) | Alpha
0 commit comments