Skip to content

citrix-istio-adaptor v1.2.0-beta

Compare
Choose a tag to compare
@subashd subashd released this 19 Mar 04:27
· 308 commits to master since this release
df4a243

Citrix-istio-adaptor Version 1.2.0-beta

What’s new

Support for HTTP mirroring

Traffic mirroring provides a way to minimize the risk in bringing your application changes to production. Instead of routing production traffic to a newly deployed service, you can send a copy of the production traffic to a mirrored service. You can then observe the service that is receiving mirrored traffic for errors.

Citrix istio-adaptor now supports HTTP Traffic Mirroring. [NSNET-13891]

Support for Weighted Service Entry

A service entry describes the properties of a service (DNS name, VIPs, ports, protocols, endpoints). Using a weighted service entry, you can associate a load balancing weight with an endpoint. Endpoints with higher weights receive proportionally high traffic compared to endpoints with lower weights.

Citrix istio-adaptor now supports Weighted Service Entries. [NSNET-13514])

Support for Desired State API

Service group configuration on a Citrix ADC appliance requires frequent updates depending on the scale requirements or runtime changes to application servers. You can use desired state API and accept the intended member set for a service group in a single API and effectively update the configuration. Usage of desired state API improves the performance of updating servicegroup members significantly.

Citrix istio-adaptor now supports Desired State APIs. [NSNET-12761]

Integration with Citrix Observability Exporter

Now, you can integrate a Citrix ADC deployed as an Istio sidecar with Citrix Observability Exporter. Using Citrix Observability Exporter, you can export metrics and transactions from Citrix ADCs to desired endpoints such as Zipkin and Prometheus and analyze them to get valuable insights. [NSNET-11533]