3,695 questions
-1
votes
1
answer
44
views
I'm having problems making my Ingress work
I'm having trouble configuring my Ingress. I'm using the resources from https://github.com/dockersamples/example-voting-app.git and my instructor tasked me to expose the cluster using Ingress. However,...
0
votes
0
answers
41
views
Why nodes in public AKS needs internet to startup but it does not need in netwrok isolated cluster(preview)? [closed]
I just need my nodes to be able to pull images from acr and contact api server and no other outbound access at all. I can't have private cluster because I need to run kubectl from local terminal.
So ...
0
votes
1
answer
57
views
Jaeger v2 with OpenTelemetry on Kubernetes
I am trying to setup jaegerv2 with open telemetry on AKS following this
I have followed the exact steps but I am getting this error when the collector pod starts (I have attached the pod logs below)
...
1
vote
1
answer
33
views
Kubernetes - ValidatingAdmissionPolicy - Not Honoring Expression
I have recently begun working with Kubernetes ValidatingAdmissionPolicies. I would like to set a max replica policy for my Deployment, so that no matter who/what is modifying spec.replicas, I can ...
0
votes
1
answer
62
views
Configuring auto scaling for Azure K8s Cluster via Terraform
When configuring auto scaling for an Azure K8s Cluster in Terraform, the interface offers the following field
auto_scaling_enabled
My question is what will happen in the following situation.
...
1
vote
1
answer
63
views
MountVolume.SetUp failed for volume "<azure_file_name>" : kubernetes.io/csi: mounter.SetUpAt failed
Suddenly, I am having an issue in Azure AKS where the pod's status hangs at ContainerCreating. When I run kubectl describe pods I see this
Type Reason Age From ...
0
votes
0
answers
34
views
How to make internal DNS for AKS website work in Azure or Self Hosted Agent to run automated tests?
I want to run some automated UI tests from the Azure Hosted or Self Hosted agent against my website that's running within AKS. However, I don't seem to be able to DNS the hostname from either the ...
0
votes
0
answers
29
views
Private AKS Cluster attach to AML Workspace cross subscription
I have an Azure environment like:
One subscription contains AML Workspace and other contains a private AKS Cluster,private DNS Zone and Managed Identity. I want to attach this cluster to Workspace.I ...
0
votes
1
answer
33
views
How to deploy fully private AKS when subscription does not allow any public IP?
I am currently working on deploying a fully private Azure Kubernetes Service cluster (AKS, with the option --enable-private-cluster ) within my Azure subscription. However, I am facing challenges in ...
0
votes
1
answer
52
views
Azure Network Limits Impacting K6 Performance Testing
I am running K6 inside AKS to perform load testing on a website hosted in Azure App Service. However, once the test reaches 1000 virtual users (VUs), the requests start returning status 0 with a dial ...
-1
votes
1
answer
42
views
Azure Container Apps (Consumption Plan) MC_ autogenerated Load balancer not configured
In the last few days when I've started to provision new Container App Environments the autogenerated MC_ resources are not getting setup correctly. They are missing nearly all config, which means my ...
0
votes
2
answers
83
views
Terraform Kubernetes Provider Error: "dial tcp 127.0.0.1:80: connect: connection refused
I'm using Terraform to deploy an Azure Kubernetes Service (AKS) cluster and configure role-based access control (RBAC). However, I'm encountering an error when trying to create Kubernetes namespaces ...
0
votes
1
answer
45
views
Docker Image Builder in ADO pipeline
I am Trying to build the container image through ADO pipeline and docker Task , While running Bash@3 Task getting Bash Error , that I added below. and if I skip the Bash@3 task getting another error ...
0
votes
1
answer
39
views
Azure AKS provision Container Insights Logs V2 using bicep
I'm trying to configure Container Insights Logs V2 through bicep templates. The Azure Documentation is not helpful in providing steps to do this - only steps to configure it through the Portal or ...
-1
votes
1
answer
37
views
Elastic Search (ECK) running as root
I'm trying to understand why Elastic Search is running as a root group (and how to stop it).
I have created a new AKS cluster and have followed the Elastic Quick start documentation to install the ...