Relative Content

Tag Archive for kubernetesistio

RequestAuthentication fails when Istio sidecar config is enabled

I’m running a local Kubernetes cluster with Istio installed onto it. I have one authorization server running in a deployment in the namespace “authserver”, and one resource server running in a deployment in the namespace “resourceserver”. Each of these deployments have a ClusterIP service in front of them to expose them internally to the cluster.