Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
58 views

AKS fetching K8s Deprecated APIs List

I need to fetch the list of Kubernetes Deprecated API within a cluster. This can be done from the Azure Dashboard by going to the AKS Resource > Diagnosis and Solve Problems > Create, Upgrade, ...
shaderox's user avatar
0 votes
0 answers
30 views

How to access Hashicorp Vault secrets from AKS using pod workload Identity (pod managed identity)

I want to integrate my AKS cluster so it can fetch secrets from Hashicorp vault using the Azure authentication method in vault (pod workload ID). I know that different solutions exist but I can't find ...
Louey's user avatar
  • 19
0 votes
1 answer
33 views

How to create ConfigMap yaml manifest for Azure Kubernetes using shell or PowerShell script?

I have requirement to create yaml file which can be used to create configmap in kubernetes. I have 3 xml files which are need to be imported in template yaml file. YAML Template: apiVersion: v1 data: ...
New Progrommer's user avatar
0 votes
1 answer
29 views

How to patch configmap in kubernetes which has xml within yaml?

we have requirement to patch this below yaml in azure kubernetes using kubectl cli ConfigMap YAML: kind: ConfigMap apiVersion: v1 metadata: name: group-product-spec namespace: organization uid: ...
New Progrommer's user avatar
0 votes
1 answer
49 views

k8s aks react routing issue: not routing from svc ip but works fine from localhost ip

on portforwading the svc & ingress to localhost, everything works fine. with public IP from svc & nginx ingress, the frontend is reachable and works fine, only issue is it doesn't route to the ...
Navemics's user avatar
0 votes
0 answers
35 views

Power apps custom http action to private kubernetes cluster api [closed]

Okay i have a problem, that i didnt find a solution yet. Basicly im trying to make a power apps button that will make a http request to an api that is hosted on a private Azure kubernetes cluster, i ...
Italo Gonçalves's user avatar
0 votes
0 answers
34 views

Azure Kubernetes Service ClusterIssuer DnsNames

I have kubernetes running in azure (aks). I want to create some certificates using cert manager. So i configured the cluster issuer as follow: apiVersion: cert-manager.io/v1 kind: ClusterIssuer ...
Nayden Van's user avatar
  • 1,409
0 votes
1 answer
56 views

Dot Net packages to work with resources inside Azure Kubernetes service

I am working on .Net tool to check statuses of resources inside Azure Kubernetes service (nodes in Node pool, pods etc.). But I do not know, how to get that internal resources like nodes etc. I am ...
IndianCodeMaster's user avatar
-1 votes
4 answers
46 views

How can I detect which hyperscaler is running my Kubernetes cluster?

I have to configure an application running on Kubernetes, and I do not have access to any hyperscaler-specific management infrastructure. How can I figure out whether my cluster runs on one of the big ...
chris_f's user avatar
  • 1,159
0 votes
1 answer
57 views

Ingress controller in AKS not routing properly

I have an aks cluster, where i have a spring boot REST API deployed, connected to a psql service. apiVersion: apps/v1 kind: Deployment metadata: name: springboot-app spec: replicas: 1 selector: ...
Feldmarshall's user avatar
-1 votes
0 answers
93 views

AKS with user defined routes

I have an aks setup in a Hub-Spoke Setup. The cluster itself is in a subnet in a 10.0.0.0/8 vnet and uses kubenet with 192.168.0.0/16. The outbound type is configured with userDefinedRouting. The ...
Agyss's user avatar
  • 502
0 votes
1 answer
24 views

KEDA with docker desktop and Azure Service bus connection string for Trigger Authentication

I need some help configuring KEDA in my local docker desktop for service bus trigger function. It is all working tested in Azure AKS but I like to setup the same in my local Docker Desktop. On Azure, ...
Brijesh Shah's user avatar
0 votes
2 answers
43 views

Is there any other way to apply deployment.yml and service.yml to deploy an application to AKS?

To deploy an application to AKS I have to: Deploy my application to Azure Container Registry Create Azure Kubernetes Service Create files: service.yml and deployment.yml Connect to AKS using commands:...
MrChudz's user avatar
  • 1,103
1 vote
1 answer
39 views

Why cant nextjs see k8s hostname applied to pod / container

I'm currently having fun with k8s AKS on azure with DevOps etc. and I'm creating a NextJs app or rather two that are connected via their zone system where you in next.config.js can add rewrite and it ...
Melonendk's user avatar
  • 117
0 votes
1 answer
41 views

How to detect if there was any activity for a particular namespace in k8s cluster

In our Kubernetes cluster, we manage multiple namespaces. Our focus is on optimizing the cost of running the cluster. By identifying idle namespaces, we can potentially reduce costs significantly. ...
Amar's user avatar
  • 963

15 30 50 per page
1
2 3 4 5
140