Skip to content

Commit bf6ebdf

Browse files
jasminejaksicgeeknoid
authored andcommitted
Updated features list based on 0.8 release (istio#1462)
1 parent d946409 commit bf6ebdf

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

content/about/feature-stages.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ Below is our list of existing features and their current phases. This informatio
3333
| [Protocols: HTTP 1.1](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http_connection_management.html#http-protocols) | Beta
3434
| [Protocols: HTTP 2.0](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http_connection_management.html#http-protocols) | Alpha
3535
| [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
3836
| [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
4445
| [Improved Routing Rules: Composite Service](/docs/reference/config/istio.networking.v1alpha3/) | Alpha
4546
| [Quota / Redis Rate Limiting (Adapter and Server)](/docs/tasks/policy-enforcement/rate-limiting/) | Alpha
4647
| [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
5152

5253
| Feature | Phase
5354
|-------------------|-------------------
54-
| [Prometheus Integration](/docs/guides/telemetry/) | Beta
55+
| [Prometheus Integration](/docs/tasks/telemetry/querying-metrics/) | Beta
5556
| [Local Logging (STDIO)](/docs/guides/telemetry/) | Stable
5657
| [Statsd Integration](/docs/reference/config/policy-and-telemetry/adapters/statsd/) | Stable
5758
| [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
6061
| [Distributed Tracing to Zipkin / Jaeger](/docs/tasks/telemetry/distributed-tracing/) | Alpha
6162
| [Istio Component Dashboard in Grafana](/docs/tasks/telemetry/using-istio-dashboard/) | Beta
6263
| [Service Tracing](/docs/tasks/telemetry/distributed-tracing/) | Alpha
64+
| [Logging with Fluentd](/docs/tasks/telemetry/fluentd/) | Alpha
6365

6466
### Security
6567

@@ -71,24 +73,23 @@ Below is our list of existing features and their current phases. This informatio
7173
| [Pluggable Key/Cert Support for Istio CA](/docs/tasks/security/plugin-ca-cert/) | Stable
7274
| [Service-to-service mutual TLS](/docs/concepts/security/mutual-tls/) | Stable
7375
| [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
7577
| [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
7879

7980
### Core
8081

8182
| Feature | Phase
8283
|-------------------|-------------------
8384
| [Kubernetes: Envoy Installation and Traffic Interception](/docs/setup/kubernetes/) | Beta
8485
| [Kubernetes: Istio Control Plane Installation](/docs/setup/kubernetes/) | Beta
86+
| [Kubernetes: Istio Control Plane Upgrade](/docs/setup/kubernetes/) | Beta
8587
| [Pilot Integration into Kubernetes Service Discovery](/docs/setup/kubernetes/) | Stable
8688
| [Attribute Expression Language](/docs/reference/config/policy-and-telemetry/expression-language/) | Stable
8789
| [Mixer Adapter Authoring Model](/blog/2017/adapter-model/) | Stable
8890
| [VM: Envoy Installation, Traffic Interception and Service Registration](/docs/guides/integrating-vms/) | Alpha
8991
| [VM: Istio Control Plane Installation and Upgrade (Galley, Mixer, Pilot, CA)](https://github.com/istio/istio/issues/2083) | Alpha
9092
| VM: Ansible Envoy Installation, Interception and Registration | Alpha
91-
| [Kubernetes: Istio Control Plane Upgrade](/docs/setup/kubernetes/) | Beta
9293
| [Pilot Integration into Consul](/docs/setup/consul/quick-start/) | Alpha
9394
| [Pilot Integration into Eureka](/docs/setup/consul/quick-start/) | Alpha
9495
| [Pilot Integration into Cloud Foundry Service Discovery](/docs/setup/consul/quick-start/) | Alpha

0 commit comments

Comments
 (0)