azure-aks Questions
2
I know that with Azure AKS , master components are fully managed by the service. But I'm a little confused here when it comes to pick the node pools. I understand that there are two kind of pools s...
Snapdragon asked 9/7, 2021 at 11:45
4
Solved
In the logs of a ASP.NET 8 container I find this entry
[22:38:50 WRN] Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://+:80'. # {"EventId"...
1
Configuration:
Cluster: AKS v1.27.9
Node pools:
UbuntuLinux, Standard_D8ads_v5
Windows2019, Standard_D8ads_v5
Argo Workflows v3.4.9 (not required)
This test pod fails with ErrImagePull:
apiVer...
Roundworm asked 3/6 at 2:52
21
Solved
Am working on Azure Kubernates where we can store Docker Images in Azure. Here am trying to check my kubectl version, then am getting
Unable to connect to the server: dial tcp [::1]:8080: conne...
Raychel asked 23/5, 2018 at 14:19
4
Solved
My metrics-server was sudden not working and got below information:
$ kubectl get apiservices |egrep metrics
v1beta1.metrics.k8s.io kube-system/metrics-server False (MissingEndpoints)
I tried to...
Landmark asked 31/8, 2019 at 16:38
3
Solved
I have 3 contexts set up in k9s (context1, context2, context3). I know I can change the context within k9s by typing :context but how do I change the default context that loads when I open k9s from...
Aubergine asked 19/5, 2022 at 11:58
20
I'm trying to copy files from Kubernetes Pods to my local system. I am getting the below error while running following command:
kubectl cp aks-ssh2-6cd4948f6f-fp9tl:/home/azureuser/test.cap ./tes...
Studer asked 19/9, 2018 at 13:40
5
Im trying to implement network policy in my kubernetes cluster to isolate my pods in a namespace but still allow them to access the internet since im using Azure MFA for authentication.
This is w...
Fumed asked 4/9, 2019 at 13:53
3
Solved
I assume there are no stupid questions, so here is one that I could not find a direct answer to.
The situation
I currently have a Kubernetes-cluster running 1.15.x on AKS, deployed and managed thro...
Corkscrew asked 23/9, 2020 at 13:38
6
Yesterday, I stopped a Helm upgrade when it was running on a release pipeline in Azure DevOps and the followings deployments failed.
I tried to see the chart that has failed with the aim of delete ...
Transcendentalistic asked 24/3, 2022 at 9:23
2
Solved
In Startup file, I am trying to inject the IHttpContextAccessor in constructor itself.
While running the API locally, IHttpContextAccessor is injected successfully in startup class. However when I ...
Epicanthus asked 4/2, 2022 at 5:8
1
Solved
I created a custom docker image for my nextjs app that i pushed to my azure container registry (ACR), in order to pull into the pod of my azure kubernetes (AKS) cluster, but the pod status says 'Cr...
Start asked 24/10, 2023 at 23:20
5
Solved
I have two kubernetes services deployed on a AKS, they receive traffic from a Nginx Ingress Controller. The endpoints for these two services are https:<dns>/service1and https:<dns>/serv...
Rosebud asked 13/9, 2018 at 16:12
9
Solved
I get following error when trying to save a release pipeline on Azure dev. What exact permissions do I need to ask from my administrator?
Access denied. <<user id>> needs Use permissio...
Lafollette asked 24/4, 2019 at 2:0
5
Solved
We have an AKS cluster and sometimes we end up with an issue where a deployment needs a restart (e.g. cached data has been updated and we want to refresh it or there is corrupt cache data we want t...
Miletus asked 8/10, 2020 at 21:55
8
Solved
I'm new AKS, ACR, and DevOps Pipelines and I'm trying to setup a CI/CD pipeline.
I have a resource group setup that has both AKS and ACR in it. AKS is using Standard_B2s and only one node at this ...
Kilocycle asked 31/12, 2019 at 19:1
5
Solved
How can i create a nginx ingress in azure kubernetes using terraform, earlier in this link , i remember seeing some steps as a mandatory installation for all setups, right now it seems to be remove...
Ptolemaeus asked 10/6, 2020 at 11:22
3
Solved
I was trying to uninstall a helm release in my AKS cluster using helm uninstall RELEASE_NAME but seems like it failed. The failure happened because for some reason all of the nodes in my cluster we...
Ashcroft asked 13/10, 2022 at 4:14
2
Solved
I'm currently working on copying AWS EKS cluster to Azure AKS.
In our EKS we use external Nginx with proxy protocol to identify the client real IP and check if it is whitelisted in our Nginx.
In AW...
Tribasic asked 23/8, 2020 at 13:35
2
Solved
Need to understand why pods are automounting the service accounts secret.
If we disable the automout of service account, will this affect any operation of our application which is already have serv...
Quita asked 15/6, 2021 at 12:45
3
Solved
I want to mount an Azure Shared Disk to the multiple deployments/nodes based on this:
https://learn.microsoft.com/en-us/azure/virtual-machines/disks-shared
So, I created a shared disk in Azure Port...
Eskil asked 13/4, 2021 at 15:34
6
Solved
I have created a managed Kubernetes cluster in Azure, but it's only for learning purposes and so I only want to pay for the compute whilst I'm actually using it.
Is there a easy way to gracefully ...
Fireproof asked 21/1, 2018 at 14:33
3
Solved
I create a k8s deployment script with python, and to get the configuration from kubectl, I use the python command:
from kubernetes import client, config
config.load_kube_config()
to get the azu...
Foliated asked 29/11, 2018 at 9:36
17
Solved
I'm beginning to build out a kubernetes cluster for our applications. We are using Azure for cloud services, so my K8s cluster is built using AKS. The AKs cluster was created using the portal inter...
Coin asked 27/8, 2020 at 18:41
2
Solved
I'm trying to add my Azure AKS Kubernetes cluster to my GitLab CI/CD Kubernetes integration.
I can execute kubectl commands on the cluster from my pc, after I ran this command:
az aks get-credent...
Annaleeannaliese asked 9/6, 2018 at 15:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.