Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:25
Show Gist options
  • Save salrashid123/abfd95b8ba135306a8bf7f3ccd910fce to your computer and use it in GitHub Desktop.
Save salrashid123/abfd95b8ba135306a8bf7f3ccd910fce to your computer and use it in GitHub Desktop.
istio_destination_round_robin
apiVersion: config.istio.io/v1alpha2
kind: DestinationPolicy
metadata:
name: be-lb-policy
namespace: default
spec:
source:
name: myapp
destination:
name: be
loadBalancing:
name: ROUND_ROBIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment