Skip to content

Instantly share code, notes, and snippets.

@Mistobaan
Last active May 28, 2020 00:05
Show Gist options
  • Save Mistobaan/5f125b8566b25bad5d5420294dd68d25 to your computer and use it in GitHub Desktop.
Save Mistobaan/5f125b8566b25bad5d5420294dd68d25 to your computer and use it in GitHub Desktop.
Istio Run Book

Troubleshooting

Execute the following command to determine if your Kubernetes cluster is running in an environment that supports external load balancers:

kubectl get svc istio-ingressgateway -n istio-system

Ensure that there are no issues with the configuration:

istioctl analyze

List available services for a given namespace

kubectl -n ${namespace:-default}  get svc

Forward service exposed ports to local instance

kubectl -n ${namespace:-default} port-forward service/t5-service 8500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment