feat: add VirtualService support for Istio Gateway#379
Draft
SimonBorin wants to merge 1 commit intokiali:masterfrom
Draft
feat: add VirtualService support for Istio Gateway#379SimonBorin wants to merge 1 commit intokiali:masterfrom
SimonBorin wants to merge 1 commit intokiali:masterfrom
Conversation
Add native Istio VirtualService support as an alternative to nginx Ingress for exposing Kiali through Istio ingress gateway. Changes in kiali-server chart: - Add virtualservice.yaml template - Add istioGateway section to values.yaml with WebSocket-friendly defaults - Add template-based tests for VirtualService configuration Changes in kiali-operator: - Add istio_gateway section to CRD schema (crds.yaml) - Add istio_gateway example to values.yaml - Add template-based test for CR with istio_gateway Note: The operator Go code changes (to actually create VirtualService resources) will need to be done in the kiali/kiali repository. Motivation: Ingress NGINX retirement announced for March 2026 https://kubernetes.io/blog/2025/11/11/ingress-nginx-retirement/ Assisted-by: Claude Code
jmazzitelli
requested changes
Feb 2, 2026
Contributor
jmazzitelli
left a comment
There was a problem hiding this comment.
see my comments in the discussion.
I do not like creating a second, separate section for ingress config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add native Istio VirtualService support as an alternative to nginx Ingress for exposing Kiali through Istio ingress gateway.
Related discussion: kiali/kiali#9167
Motivation
The Kubernetes SIG Network and Security Response Committee have announced the retirement of Ingress NGINX:
Changes
kiali-server chart:
virtualservice.yamltemplateistioGatewaysection tovalues.yamlwith WebSocket-friendly defaults (timeout: 0s)kiali-operator:
istio_gatewaysection to CRD schema (crds.yaml)values.yamlNote: The operator Go code changes (to actually create VirtualService resources when
istio_gateway.enabled: true) will need to be done in the kiali/kiali repository as a follow-up.Usage
Tests
All template-based tests pass:
virtualservice-configuration.yaml
virtualservice-default-host.yaml
virtualservice-disabled.yaml
cr-creation-istio-gateway.yaml