Top "Istio" questions

Istio is an open-source platform for managing and securing microservices

Istio Ingress resulting in "no healthy upstream"

I am using deploying an outward facing service, that is exposed behind a nodeport and then an istio ingress. The …

kubernetes istio
How does Istio compare to Traefik?

Traefik is a reverse HTTP proxy with several supported backends, Kubernetes included. How does Istio compare?

docker kubernetes istio
Readiness probe failed: HTTP probe failed with statuscode: 503 in ISTIO

I have deployed istio service mesh in my AKS cluster. i have ui and backend services both configured in istio …

azure kubernetes istio azure-aks
How to fix 'container runtime is down,PLEG is not healthy'

I have aks with one kubernetes cluster having 2 nodes. Each node has about 6-7 pod running with 2 containers for each …

docker kubernetes istio azure-aks
Istio and (or versus) Nginx Ingress Controller

I'am on a journey of testing Istio and at the moment I'am about to test the "canary" capabilities of routing …

istio nginx-ingress
Uninstall istio (all components) completely from kubernetes cluster

I installed istio using these commands: VERSION = 1.0.5 GCP = gcloud K8S = kubectl @$(K8S) apply -f istio-$(VERSION)/install/kubernetes/…

kubernetes istio
How to choose an API gateway in Kubernetes?

We've used Zuul as API gateway for a while in Microservices scene, recently we decided to move to Kubernetes and …

kubernetes netflix-zuul istio api-gateway
kubernetes: Failed to update endpoints warning

Here is something I noticed in my kubectl get events output Warning FailedToUpdateEndpoint Endpoints Failed to update endpoint mynamespace/myservice: …

kubernetes google-kubernetes-engine istio