skip to Main Content

Ngnix ingress controller for aks using internal loadbalancer – Nginx

showing internal loadbalancer external IP is in pending, could someone help me on this issue to resolve helm install nginx-ingress ingress-nginx/ingress-nginx --namespace=ingress-private --set rbac.create=true --set controller.service.loadBalancerIP="10.0.0.0" --set controller.replicaCount=2 --set controller.nodeSelector."beta.kubernetes.io/os"=linux --set defaultBackend.nodeSelector."beta.kubernetes.io/os"=linux --set controller.service.annotations."service.beta.kubernetes.io/azure-load-balancer-internal"="true" NAME: nginx-ingress LAST DEPLOYED: Mon May…

VIEW QUESTION

cant create a second ingress controller using helm with custom class in Azure k8s cluster – Nginx

I have created an ingress controller using Helm with default configuration default nginx-ingress-controller LoadBalancer 10.0.182.128 xx.xxx.xx.90 80:32485/TCP,443:31756/TCP 62m default nginx-ingress-default-backend ClusterIP 10.0.12.39 <none> 80/TCP 62m using Helm: helm install nginx-ingress stable/nginx-ingress --set controller.replicaCount=2 --set controller.nodeSelector."beta.kubernetes.io/os"=linux --set defaultBackend.nodeSelector."beta.kubernetes.io/os"=linux --set controller.service.loadBalancerIP="Created static…

VIEW QUESTION

Finally got Key Vault integrated with AKS… but not clear what I need to do if anything after that to read into env vars – Nginx

The documentation is a bit confusing there are two sets: https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-integrate-kubernetes https://azure.github.io/secrets-store-csi-driver-provider-azure/configurations/identity-access-modes/pod-identity-mode/ At any rate, I'm able to do the following to see that secrets are in the Pod: kubectl exec -it nginx-secrets-store-inline -- ls /mnt/secrets-store/ kubectl exec -it nginx-secrets-store-inline…

VIEW QUESTION

AzureBlobStorage AuthorizationPermissionMismatch error using User Managed Identities, Python SDK from AKS – Debian

I'm running a Python app in AKS (as a Job, but doesn't matter), using the Azure Python SDK to access blob storage. I'm using a User Managed Identity for auth, using ManagedIdentityCredential with the client_id kwarg (see https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.managedidentitycredential?view=azure-python). It is…

VIEW QUESTION
Back To Top
Search