60,011 questions
0
votes
1
answer
16
views
Why is my AWS EKS Access Entry not allowing me to access my cluster? [closed]
I'm using Terragrunt/Terraform to setup an EKS cluster:
module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "21.8.0"
name = "eks-...
0
votes
0
answers
22
views
java.net.UnknownHostException in a Helm Project
What are the steps I should take to solve the error:
17-11-2025 14:00:00.002 [org.test.ingest.io] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler.handleError - Unexpected error occurred in scheduled task
...
0
votes
0
answers
25
views
Meilisearch/ArgoCd - Pod Error "Your database version (1.24.0) is incompatible with your current engine version (1.25.0)" [closed]
I'm using Meilisearch self-hosted on Kubernetes like this: https://gitlab.cri.epita.fr/forge/infra/infrastructure/-/blob/475b795d145cb16018f636ca1c14a4ea80f4d8c2/k8s/apps/intranet/base/meilisearch.yml
...
-1
votes
0
answers
17
views
Kubernetes memory of pod over time [closed]
I'm having a pod which is eventually reaching thrashing, I'm running 200 golang binary (main.bin) in a pod of 128 MiB because of a resource issue. Ofc, I can increase the memory for it to not ...
1
vote
0
answers
30
views
appsettings.json not read after deploying to Minikube (values become empty, DB connection fails)
I'm running an ASP.NET Core application.
Everything works correctly when using Docker Compose — all values from appsettings.json load normally, and my services connect to Postgres and RabbitMQ.
But ...
Advice
1
vote
0
replies
25
views
ArgoCD ApplicationSet and Workflow to create ephemeral environments from GitHub branches
How would you rate this GitOps workflow idea with ArgoCD + ApplicationSet + PreSync hooks?
In my organization we already use Argo CD for production and staging deployments. We're considering giving ...
-1
votes
1
answer
47
views
Unable to link persistent storage to the mysql pod [closed]
I am working with an EKS cluster with one worker node group that has 1 EC2 instance deployed in 2 private subnets of the VPC. EKS and Worker node are deployed in the same VPC. Also, the EKS cluster is ...
-1
votes
0
answers
16
views
Kubernetes pod can write to NFS mount even though the export is read-only (NFSv3 server, NFSv4.2 client) [closed]
I’m running a Kubernetes environment where one machine acts as an NFS server and several nodes mount the exported directory as read-only.
However, when I create a pod that mounts this NFS directory, ...
2
votes
0
answers
60
views
MongoDB 8.0: StaleDbVersion triggers shard-local majority write after step-up; fails with 2 data + 1 arbiter when one data pod is down [closed]
Environment
Deployment: Kubernetes (RKE2), Bitnami MongoDB Sharded Helm chart
MongoDB: 8.0.8
mongosh: 2.5.0
Topology:
Config servers: 3 (CSRS)
Mongos: 3
Shards: 3 shards total; each shard is a replica ...
-3
votes
1
answer
51
views
terraform issue when i add new value in config map
I’m trying to add a new record to my ConfigMap. It’s the third time I’ve done this operation – I made the previous edits in dev and stage – but in prod, when I add the record, Terraform tries to ...
0
votes
1
answer
39
views
Failed to bind properties under 'server.address' with helm
I want to deploy my app on kubernetes with Helm
I have a Ingest Service running with spring boot that is made of two parts
Fiprocessor
Io
Both of this part use the same deployment file and the same ...
0
votes
0
answers
44
views
Infinity datasource baseUrl, token and id/secret not visible in Grafana UI [closed]
I'm using Grafana Operator to provision a Grafana Infinity datasource (plugin version 3.6.0, Grafana v10.4.8+).
The datasource gets created successfully and shows up in the Grafana UI, but the Base ...
-3
votes
0
answers
39
views
How can issue a letsencrypt certificate to an ingress in a private kubernetes cluster [closed]
So this is my current setup. I have a kubernetes cluster deployed with kubeadm. The loadbalancer is created with metallb. The metallb ip pool is a pool of private ips, so it cant be used in the public....
1
vote
0
answers
35
views
TLS Handshake disappearing when modifying it with eBPF (TC egress)
I have two k8s pods that communicate using TLS. I am loading an eBPF TC code on the egress of the sender pod. This code adds 28 bytes to the optional space of the TCP headers after TCP options. If I ...
0
votes
0
answers
23
views
GKE Node creation failing with "Internal Error" after adding roles to gke service account [closed]
We have a GKE cluster with k8s version 1.33. In the cluster there was a nodepool with no node associated with it, and other NAP-managed node pools.
There was a notification in console indicating:
...