All Questions
52 questions
0
votes
1
answer
190
views
Azure load balancer for Istio Ingress not configured as expected
I have the following configurations and I do not understand why the Load Balancer is configured as it is:
I expected the following outcome in the load balancer
Front end 9080, Backend a node port (...
0
votes
1
answer
417
views
HTTPS with Istio and certificate in Azure: Error reading P12 data: asn1: structure error: tags don't match
I'm trying to configure https traffic on my cluster. My certificate has been generated with "App Service Certificate" in Azure, which is connected to a keyvault.
The keyvault is mounted as a ...
0
votes
1
answer
312
views
Installing istio-ingressgateway using helm into a TKG private cluster in Azure fails - does not get the IP of the existing internal load balancer
I have a TKG 2.1.1 (kubernetes version 1.24.10) cluster deployed in Azure in a private network that already has an internal load balancer provisioned (by the tanzu installer). When attempting to ...
2
votes
1
answer
589
views
Azure AKS static IP Address for aks-istio-ingressgateway-external
I'm installing istio in azure via
az aks mesh enable --resource-group 'myrg' --name 'myk8s'
and then enable the external istio ingress gateways with
az aks mesh enable-ingress-gateway --resource-...
0
votes
1
answer
296
views
How to send the AKS application Cluster, Node, Pod, Container metrics to Log Analytics workspace so that it will be available in Azure Monitoring?
I have created an AKS cluster using the following Terraform code
resource "azurerm_virtual_network" "test" {
name = var.virtual_network_name
location =...
1
vote
0
answers
437
views
How to send the AKS application logs to Log Analytics workspace?
I have created an AKS cluster using the following Terraform code
resource "azurerm_virtual_network" "test" {
name = var.virtual_network_name
location =...
0
votes
0
answers
141
views
Azure Kubernetes Service and Istio : Enabling SSL for the application
I have created an AKS cluster using the following Terraform code
resource "azurerm_virtual_network" "test" {
name = var.virtual_network_name
location =...
3
votes
3
answers
786
views
AKS ISTIO Gateway is not accessiable
I have created an AKS cluster using the following Terraform code
resource "azurerm_virtual_network" "test" {
name = var.virtual_network_name
location =...
0
votes
0
answers
135
views
Istio default SSL certificate configuration
The request flow:
Application gateway--> Azure APIM--> APIM Backend (istio)
Goal:
Application gateway--> Azure APIM--> APIM Backend (istio-HTTPS) --> istio Gateway(HTTPS)
We have ...
1
vote
1
answer
436
views
Istio Multicluster primary-remote on Azure AKS
I am trying to create multi cluster istio primary-remote.
First created two clusters AZURE AKS. Used AzureCNI for Network Configuaration and following are the settings of the cluster.
First cluster
...
2
votes
0
answers
309
views
How Istio and AKS handle egress traffic to the Application Gateway in Azure, in a Hub and Spoke network
This Azure setup uses Application Gateway with AKS and Istio acting as ingress controller.
There is also a Hub and Spoke where the Application Gateway is in one of the Spokes.
The request enters via ...
1
vote
1
answer
12k
views
Azure Kubernetes LB annotations
The kubernetes official documentation for Service objects has some annotations regarding connection-draining, timeout, additional-tags etc. but these are limited to AWS.
I was hoping to find out the ...
0
votes
2
answers
1k
views
Istio in Azure AKS - Connection issues over 15001 port while connecting to Azure Redis Cache
We are facing issues on 15001 port in istio deployed in Azure AKS.
Currently we have deployed Istio in AKS and trying to connect to Azure cache redis instance in cluster mode. Our Azure redis instance ...
0
votes
1
answer
899
views
How to deploy Istio on AKS Cluster through Azure DevOps pipeline?
I need to deploy Istio (version- 1.7.3) on AKS cluster through Azure DevOps YAML pipeline ? How can I do that ? I am getting error currently. Code used by me is given below.
$artifactsLocation = "...
1
vote
1
answer
386
views
Is there a way to run Istio sidecar within virtual-node on azure?
I have an AKS cluster on Azure with virtual-nodes enabled (virtual-kubelet/azure-aci v1.3.2) and it works OK (a little flakey, but does mostly work). My problem is that as soon as I enable istio side ...