Questions tagged [aks]

80 questions
0
votes
0 answers

Why the Kubernetes pods are creating infinitely and created pods are evicted with memory pressure error in AKS cluster while deploying the ML model?

To deploy the ML models, we are use the AKS cluster. To deploy the models inside the AKS cluster, we are using airflow. Two days prior, we manually renewed the AKS cluster's certificate. Nodes, disks, and scale sets are redeployed as per this…
jayaprakash R
  • 21
  • 1
  • 5
0
votes
1 answer

AKS Isolate Service in namespace

We deploy a service to our existing AKS cluster that needs to be isolated as much as possible so it can't access other services or resources in our cluster. I created a new kubernetes namespace and deployed the service there. Next i would like to…
Markus S.
  • 101
  • 2
0
votes
0 answers

Cert-manager letsencrypt pending with cert-manager and traefik

i have a cluster on AKS, that is using traefik to serve a simple http service. I'm trying to use letsencrypt, the DNS is setted up and resolves to aks public ip address correctly but all certificate requests becomes stuck and pending, below my…
0
votes
0 answers

If we disable the AKS log analytics will it affect the AKS deployments or services?

If we disable the AKS monitoring add-on completely for AKS monitoring as mentioned below documents will it affect the AKS deployments or…
jayaprakash R
  • 21
  • 1
  • 5
0
votes
2 answers

Unable to serve images from wordpress site - response is malformed

I'm trying to deploy Wordpress behind Traefik on Azure, using a PersistentVolume backed by Azure Files. For the most part, it works. I could set up wordpress, configure it, access it externally, make content edits, etc. The docker image is the…
IanJ
  • 1
  • 1
0
votes
0 answers

How are Kubernetes persistent volumes related to AzureDisks in AKS?

Say I have One K8s node with Two pods. Each pod claims 5Gi of PV storage. The provisioned AKS VM (node) has a 32GiB SKU SSD AzureDisk data drive. Will/can both of the 5Gi K8s volumes be located on the same AzureDisk? If one AzureDisk is required per…
maloo
  • 101
  • 1
0
votes
1 answer

How to create a service connection with access to all namesapces in azure kubernetes pipeline?

I tried to create a service connection to azure kubernetes cluster, but it is asking to provide namespace mandatory. So I provided one namespace and set the cluster admin option selected. And in the release pipeline, using this connection, I tried…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
1 answer

How to set flux to deploy latest image tag for every build?

I have added github actions to build a docker image for every latest commit and push it to our container registry in azure. We have created yaml files to deploy the docker image to kubernetes on azure. And deployed flux in to for auto-sync if any…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
0 answers

AKS Multiple Nginx Ingress with internal LB

Azure Kubernetes - AKS - K8s version - 1.20.9. Trying to setup multiple nginx ingress with Internal LB. ingress controller with ingress-class - helm install test1 ingress-nginx/ingress-nginx \ --set controller.replicaCount=1 \ --set…
sanjayparmar
  • 633
  • 8
  • 19
0
votes
1 answer

How to launch a sql file on kubernetes pod creation?

We have our database either in aws rds or azure postgres or even on a different online server based on customer. But our product will be running in azure kubernetes as a pod and service with database details in configmap. Before we launch our app,…
uday kiran
  • 56
  • 5
0
votes
1 answer

Custom CRDs not getting deleted in aks cluster, how to delete that?

I have installed consul helm repository to default namespace. Now, want to change it to a custom namespace. So, deleted the help chart using helm uninstall command. Now, when I try to install again, getting error as CRDs are already configured…
uday kiran
  • 56
  • 5
0
votes
0 answers

How to redirect the port in ingress?

In that ingress section of AKS, we can add routes to multiple application but all having container port as 80 only. With Ingress, our application is using port 8080. But with ingress, even if I keep servicePort as 8080, it is not working. Like,…
Sara June
  • 451
  • 1
  • 9
  • 28
0
votes
2 answers

Kubernetes NGINX Ingress Controller Failure using Helm on AKS

When going through the setup of a K8 ingress controller, which is documented here I am unable to get past the step of "Create an Ingress Controller" During the Helm command step and placing the command in debug mode, I see there is a timeout on one…
thxmike
  • 153
  • 1
  • 11
0
votes
1 answer

Use fwmark in iptables on a container running in Azure K8S

I have a weird use case, where a pod running in Azure Kubernetes needs to route traffic from specific ports to specific targets through a dedicated VPN tunnel. But those targets are private IPs and therefore can have the same IP for different…
neomax
  • 11
  • 3
0
votes
1 answer

AKS with Azure Key Vault - env variables don't load

I'm trying to use secrets from Azure Key Vault in my Kubernetes deployment as env variables and I'm struggling to do so. I'm using Azure pod identity and the secrets get mounted to the file and that works, however I want them to be accessible as env…
dywan666
  • 160
  • 8