Questions tagged [aks]
80 questions
0
votes
1 answer
How to install Consul on azure kubernetes with policies enabled?
I have installed azure kubernetes with azure policy enabled.
I followed the steps in the getting started guide of consul as is: link
But when the consul is deployed, the pods are not deployed.
When I checked the replicaset, the error is as…

Sara June
- 451
- 1
- 9
- 28
0
votes
1 answer
Limit exceeded for cluster creation on Azure Kubernetes, where to cleanup?
I have deleted the old clusters by deleting the resource group completely.
But when I try to create a new cluster, I am getting error as limit exceeded.
As you can see in the below error.
{"code":"InvalidTemplateDeployment","message":"The template…

uday
- 352
- 10
- 30
0
votes
0 answers
Deployment not able to spin the hashicorp vault linked containers, how to fix that?
I have followed the steps mentioned in the link
Came till the deployment part, last before step.
After deployment, the pods status is stuck at creation.
kubectl get pods --watch
NAME READY STATUS RESTARTS …

uday
- 352
- 10
- 30
0
votes
1 answer
Azure key vault volume not accessible, how to fix that?
I have followed the walkthrough provided in this link
And at step 6, I have tried to create a pod with the volume linked to the keyvault.
But it is not able to access the volume.
kubectl get pods
NAME READY …

uday
- 352
- 10
- 30
0
votes
1 answer
istio gateway Not launching internal links, how to fix that?
I have deployed application in kubernetes.
It is working if we expose to a default load balancer service in azure kubernetes.
But, after setting a virtual service linked with istio ingress gateway, it is launching only the home page, none of the…

uday
- 352
- 10
- 30
0
votes
1 answer
How to configure consul to access webpage from Ingress gateway
I am trying to configure ingress gateway for consul deployed in AKS.
As per their documentation , I have created a sample deployment and ingress gateway to it.
yaml files: github
kubectl apply -f static-app/
I changed the static app service from…

uday
- 352
- 10
- 30
0
votes
1 answer
Kubernetes clusters should not grant CAPSYSADMIN security capabilities
In Our AKS, found high severity alerts related to this in Azure Security Center.
What is CAPSYSADMIN meant for?
Is the pods by default enabled with this property?
Because we didnt specifically enabled it in our AKS? Then what will be the reason for…

Vowneee
- 101
- 2
0
votes
1 answer
How to access container custom logs,azure kubernetes?
Our container creates log files in /var/appname/app1/java log and other multiple log files. While development,we used to connect the container directly and access the log file using bind mounts. Can anyone suggest how to deal with in azure…

uday
- 352
- 10
- 30
0
votes
1 answer
Why not use a large subnet to address IP exhaustion in AKS Azure CNI?
I'm reading several articles on planning IP addressing for AKS K8S cluster when using Azure CNI such as this one. They all describe the risk of IP exhaustion and recommend reducing maximum pods per node down to 30. The examples all seem to show CIDR…

Sio
- 165
- 1
- 1
- 3
0
votes
1 answer
Kubernetes Pod - DNS does not resolve after establishing OpenVPN client connection
I have a Kubernetes deployment that when deployed into Kubernetes in docker-desktop for Mac works fine, but the exact same configuration (config files, Docker images) in Azure Kubernetes does not.
Requirements: The Pod must connect to a VPN…

Matt Baker
- 101
- 2
0
votes
1 answer
nginx ingress IP allowlist on Azure Kubernetes Services
I have a SOLR cluster set up with a Service of type LoadBalancer to expose port 8983. A requirement is SSL termination, so I have set up an nginx ingress controller with a route through to the back end service. All of this is working as expected,…

Owen Martin
- 3
- 2
0
votes
1 answer
How can I autoscale my Azure Kubernetes nodepool before resources run out
I did some testing today with my autoscaling setup on Azure Kubernetes. I noticed that when an autoscale was triggered, it took a while for the next node to spin up, so the last pod had to wait a long time to be scheduled. I would like to make it so…

Ben Davis
- 280
- 1
- 6
- 18
0
votes
1 answer
why AKS,EKS,GKE better than k8s .can we say k8s architecture is base of these 3. How they leverage each other?
I am trying to learn k8s, and 1 question always coming as to why we need GKE, aks, or EKS.
In the cloud, Can we do container orchestration without the above services means can we have compute instances like ec2/VM and install k8s (open source…

anant
- 3
- 1
0
votes
1 answer
Access a private Docker registry via VPN from an Azure Kubernetes cluster
In my company's network we have a Sonatype Nexus instance used as a private registry of Docker images. Now we need to deploy those images to our AKS cluster (we already have one) but I don't know how to configure the AKS cluster in order to access…

gvdm
- 101
- 3
0
votes
1 answer
How to have every pull requests create a temporary Azure kubernetes environment?
We have requirement to have container deployed for every pull request and should have the URI for each and then should be deleted post Merge request is submitted.
I am thinking of having dynamic namespace based on each pull request with the pod…

Arul
- 3
- 1