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.

0 votes
0 answers
13 views

GKE Ingress Error: "Missing one or more resources. If resource creation takes longer than expected, you might have an invalid configuration."

I am using helm to deploy an GCE external ingress on a GKE cluster but i kept getting this error Missing one or more resources. If resource creation takes longer than expected, you might have an ...
Suraj Auwal's user avatar
-1 votes
0 answers
49 views

Java app memory increase very fast and GC happening too frequent [closed]

I have a spring boot cronjob running in container. I found that container were killed by kubernetes several times. This is the memory and CPU profiling of the app when the job is running: This is ...
zonyang's user avatar
  • 884
-1 votes
0 answers
20 views

Installing kuberay/operator:v1.0.0 with error message: proxyconnect tcp: connect: connection refused [closed]

Here is my question: Could anyone explain the possible proxy configuration places for error event proxyconnect tcp: dial tcp and how to pass it. Follow instruction Ray CLuster quickstart: helm repo ...
shijie xu's user avatar
  • 2,043
0 votes
0 answers
19 views

How to package and maintain helm charts for both open and closed beta?

I manage some Kubernetes CRDs and package them in Helm Charts for managing the different versions. Currently we only have one Helm Chart version that we deploy to production which is v1.0.0 and any ...
joe b.'s user avatar
  • 151
0 votes
0 answers
12 views

kubernetes cluster setup using kubeadm in aws ec2 [closed]

[root@controlplane ~]# kubeadm init --apiserver-advertise-address=172.31.11.176 [init] Using Kubernetes version: v1.30.3 [preflight] Running pre-flight checks [WARNING FileExisting-tc]: tc not ...
Prashant Kumar's user avatar
0 votes
0 answers
14 views

Pod getting stuck in ContainerCreating state when it is attached to 2 EFS RWX volume

Created EFS file system on aws console Using EFS file system ID from step 1 we created storage class and used that storage class in app deployment After helm deployment we got EFS access point, pv and ...
saurabh umathe's user avatar
-1 votes
0 answers
17 views

Does Istio Kiali provide latency information between an app pod and RDS or S3 API calls without instrumenting the app?

Let's assume I have installed Istio and enabled Prometheus and Kiali. These tools allow me to view app pod response codes and response times from envoy proxy logs (specifically crafted for Prometheus)....
k'''s user avatar
  • 770
-1 votes
1 answer
46 views

Istio - 404 NR route_not_found

I have a linux box in GCP with docker installed and Prometheus running as a container. I also have 2 GKE clusters (A & B) with istio installed (just as an ingress controller only) - service mesh ...
Alan's user avatar
  • 699
0 votes
0 answers
13 views

Helm chart project deployment with multiple charts

I have a project, and need to deploy it (using harness). the structrue of the project is exactly like that, with 13 modules Root - Module1 templates chart.yaml values.yaml - ...
user2274204's user avatar
-1 votes
0 answers
24 views

Validate protected resource by spring security behind ingress auth-url

I have a node.js app auth-svc. it has authenticate page and validateToken Endpoint. I have spring boot service it has ingress resource "nginx.ingress.kubernetes.io/auth-url" so ı want to ...
Muhammed şahsuvaroğlu's user avatar
0 votes
1 answer
12 views

Supported Kubernetes Versions for Each Kubernetes Client JAR Version

One of our spark containers uses a jar called "kubernetes-client-4.12.0.jar". Is there a document available mentioning its respective Kubernetes version support. Currently we have Kubernetes ...
Alexy Pulivelil's user avatar
0 votes
0 answers
15 views

How to connect Camunda 8.2 to kubernetes?

I have done all the steps to communicate between Camunda 8.1 and Kubernetes, and there is no problem. But in Camunda Modeler and to connect to Kubernetes in Camunda version 8.2, there is a problem ...
Hamed Hm's user avatar
-3 votes
1 answer
51 views

GO Call a function which return a interger kubernetes [closed]

I have a pod.yaml, I want to retrieve a new annotation integer value, to make a sleep. So I used Go to fetch the integer after the name : new-anno. With this value, I want to return a function to make ...
esefe sgrgrz's user avatar
0 votes
1 answer
50 views

Why are my Envoy pods failing with "reset reason: connection failure, transport failure reason: TLS error"

I have a Contour / Envoy ingress as explained here: https://projectcontour.io/docs/v1.17.1/deploy-options/ I'm in the process of getting some CRD versions up to date on this cluster. During this ...
Aaron Newton's user avatar
  • 2,164
0 votes
0 answers
15 views

Not able to test nginx clusterip service within kubernetes cluster from controlplane node [closed]

I have two nodes, one is control-plane node on a AWS Linux VM and other node is worker node on another AWS linux VM. I have deployed a nginx pod with container port 80 and its clusterip nginx service ...
Anisha goyal's user avatar

15 30 50 per page