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

Questions tagged [kubernetes]

KUBERNETES QUESTIONS MUST BE SPECIFICALLY RELATED TO SOFTWARE DEVELOPMENT. Configuration and deployment is off-topic here. A good rule of thumb is, if it happens outside the pod, it's probably off-topic - DevOps Stack Exchange or Server Fault may be more appropriate. If it's about code running inside the pod, it's probably OK.

-1 votes
0 answers
34 views

Chrome Not Reusing HTTP/2 Connections with NGINX Ingress in Kubernetes Despite Keep-Alive Setting [closed]

I’m using Kubernetes with an NGINX Ingress controller configured for HTTP/2 and a keep-alive timeout of 600 seconds (configmap). Issue: I have configured HTTP/2 and set keep-alive to 600 seconds. ...
PeiSong's user avatar
  • 919
-2 votes
0 answers
17 views

Tools to implement IAM type access control on vanilla flavoured kubeadm [closed]

I'd like to know if there are tools to implement an IAM user access control list type feature for my users that will use a windows bastion to execute cmd to a kubeadm cluster. TLDR : Map windows user ...
user26505432's user avatar
0 votes
0 answers
23 views

Consul ServiceIntentions are not applying?

im new to consul and wanted to apply some intentions to my backend service. Basically i have a service to which i port-forward to. I got two routes. /reservations/simpleget and /reservations/...
t3rmo's user avatar
  • 65
-1 votes
0 answers
68 views

Ansible AWX issue - Ping module fails in my custom Execution Environment pod when running Jobs, but not when I start the Pod manually [closed]

I built a Docker image from CentOS 9 Stream via Ansible-Builder. When I spin up the Docker container I can ping VMs in my network. Also when I run a Playbook to manually create a K8s Pod from the ...
KidACrimson's user avatar
0 votes
0 answers
34 views

Consul Retries and Timeouts not working properly?

im new to Consul but i did a lot of reasearch and still cant figure out why my retries are failing. Same goes for timeouts. I configured all of this in the ServiceRouter and connect to the backend ...
t3rmo's user avatar
  • 65
0 votes
1 answer
14 views

Socket.io connection problems inside a cluster

I'm working on an application, client-server, where I want to place them in a local Kubernetes cluster and make them communicate there via socket.io. Then when I tried it though my application I can't ...
0 votes
0 answers
32 views

inotify limit reached in Docker (k8s)

We have an dotnet6 app that has been running in k8s for quite some time and only recently it started producing the following error, but only on some of the pods. System.IO.IOException: The configured ...
Swifty's user avatar
  • 1,422
0 votes
1 answer
47 views

Kubernetes Affinity Weight Issue

my use-case is to schedule a deployment only in fsn1 region nodes, unless there's an emergency and nodes of fsn1 go down, then only in that case I want to schedule as a fallback on hel1 nodes. ...
Siraxis's user avatar
  • 41
-1 votes
0 answers
15 views

Is it possible to list node,PV and SC information through admin-clusterrole if we add the info in admin clusterrole manifest file?

We have admin clusterrole in our kubernetes cluster but we are not list the nodes like kubectl get nodes info forbidden is coming. Is there any way to edit or replace admin clusterrole manifest file ...
GUNA's user avatar
  • 7
0 votes
1 answer
22 views

If 1 ingress rule is having issue then entire application is going down in Azure

I have an application which is having multiple microservices and some ingress rules. When deployed this application in Azure a strange behaviour was observed when 1 of those ingress rule is having ...
Vineel Pellella's user avatar
0 votes
0 answers
15 views

How to add attributes in my local middleware Traefik card?

How could I add my plugin attributes on this card ? Traefik card My Traefik plugin config : apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: cas-middleware spec: ...
Nzosim's user avatar
  • 1
0 votes
0 answers
55 views

Kubernetes HPA unable to fetch custom metrics from Prometheus Adapter

I am facing an issue with Kubernetes Horizontal Pod Autoscaler (HPA) which is unable to fetch custom metrics from the Prometheus Adapter. Despite following the configuration steps and verifying that ...
Alexandru Constantin Arvinte's user avatar
0 votes
0 answers
44 views

kubernetes job workload container getting deleted after completion

I am trying to deploy a sample job in kubernetes cluster environment. After the job execution is completed. The respective container in the corresponding job's pod is getting deleted after sometime. ...
sb9's user avatar
  • 420
0 votes
0 answers
16 views

Kafka streams scalling [closed]

I have microservice which is deployed in kubernetes enviroment. In this microservice i have started kafka streams and i want to scale this MS by scaling kafka streams which is running in this MS. To ...
VikramSingh Somvanshi's user avatar
-1 votes
0 answers
30 views

Access kubectl commands within my jenkins container

I have a Jenkins container running in docker compose. Inside my jenkins container I want to access kubectl, so far this was part of my docker-compose.yaml - /usr/local/bin/kubectl:/usr/local/bin/...
Mariángel Pérez's user avatar

15 30 50 per page