Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

Read requests fail or experience latency spikes when loading a bulk-inserted collection and switching alias in Milvus I’m running a Milvus cluster (v2.5.x) on Kubernetes (EKS) using milvus-operator, ...
Derya Coşkun's user avatar
-4 votes
0 answers
90 views

Traefik Proxy (v3.6) deployed with native Kubernetes on non-EKS AWS provider, how can I define a unique health-check per back-end service that will be used to verify back-end service availability? I ...
Greg's user avatar
  • 1
-2 votes
0 answers
54 views

I'm building a basic uptime monitoring app (frontend + backend). The application works locally, but I'm running into errors while deploying the API. I've tried multiple approaches and fixes suggested ...
Rutwik Patil's user avatar
0 votes
0 answers
50 views

We have an Istio VirtualService with a Destination that referred to a service without a port, which is allowed when that service only has one port: route: - destination: host:...
David Glasser's user avatar
0 votes
0 answers
53 views

I'm implementing server side tagging for Google Tag Manager through my GKE Gateway API. I was successfully able to configure server side tag manager in same domain and GET https://www.example.com/...
Nirmal Raghavan's user avatar
-1 votes
0 answers
53 views

I’m working on deploying a self-managed ClickHouse setup on AWS EKS and need some help locating the right resources. Specifically, I’m looking for: A build or deployment guide for running ClickHouse ...
vinay amara's user avatar
0 votes
0 answers
42 views

I have a test setup where I have a base folder structure. This is working and I create the application for staging with the values and the configmap from the staging folder. However, I also need to be ...
furion2000's user avatar
1 vote
2 answers
68 views

I am designing a CI/CD pipeline for a Python FastAPI application using Kubernetes (EKS) and PostgreSQL. We are using a Rolling Update strategy for deployment. However, I have an architectural ...
BHAVARTH NARENDRABHAI SONAR's user avatar
Advice
3 votes
0 replies
84 views

I have a Spring Boot application running in Kubernetes. I’m trying to implement a graceful shutdown flow using a readiness probe: App receives SIGTERM. App should start returning 503 from /health so ...
Denis Stafichuk's user avatar
1 vote
1 answer
61 views

I can exec a bash shell using this command kubectl exec --stdin --tty ftp1-7686766766-8v5s2 -- /bin/bash bash-4.2# but I want to know why kubectl attach don't work kubectl attach -it ftp1-7686766766-...
elbarna's user avatar
  • 835
Advice
1 vote
2 replies
63 views

I have the following architecture: Browser App (React) -> Nginx K8S Ingress -> Streaming Service A (Kotlin, POD) -> Streaming Service B (Java,POD) From the browser I upload a json array of ...
zolee's user avatar
  • 539
1 vote
0 answers
61 views

I am creating a Kubernetes controller that needs to modify resources when specific conditions are met. I would like to define my match conditions using CEL expressions in a configuration file similar ...
E. Pratt's user avatar
  • 154
Best practices
0 votes
0 replies
40 views

As far as i know, resources created on karmada-api-server would propagate to member clusters. ( based on propagation policies ) But i need to create a multi cluster synchronization. e.g. When a ...
Vahid Alimohamadi's user avatar
1 vote
0 answers
48 views

I have created a .NET app that uses Microsoft.ML.OnnxRuntime.Gpu for interference. Now I'm trying to integrate it with Azure Kubernetes. We have made the setup with Tesla T4 GPU and we confirmed it's ...
ervin's user avatar
  • 555
2 votes
0 answers
51 views

I encountered a problem when deploying a socket application using signalr. I connect with the longpolling method and it still works, but the websocket gives an error: Error: Failed to start the ...
Nguyễn Trường Phước's user avatar
0 votes
0 answers
43 views

I'm trying to create a Custom Engine Agent for Copilot. I have set up a bot, an app registration, and a manifest file. When I run the service locally using DevTunnel, everything works fine—the bot ...
Md-Mehedi's user avatar
Advice
0 votes
0 replies
38 views

If I scp my Dockerfile into an EC2 instance, does it automatically become a container, or do I need to reboot the instance first? Also, is there a preferred AZ for this, or will us-east-2b do? I need ...
Lee Hoyland's user avatar
Advice
0 votes
0 replies
31 views

Kubernetes v1.33+ supports in-place pod resize. I am trying to understand how latest JDK versions react to an in-place pod resize i.e; when container runtime updates containers cgroup settings and ...
user6185332's user avatar
0 votes
1 answer
47 views

I have my application running on an AL2023 node in EKS cluster. Below is the snippet of the Container resources in the Pod definition resources: # memory ~ heap space +10% # CPU ~ no more than 1/8 of ...
sriramsm04's user avatar
0 votes
0 answers
42 views

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 ...
Cameron's user avatar
  • 11
1 vote
0 answers
48 views

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 ...
Jorjinio's user avatar
Advice
2 votes
0 replies
57 views

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 ...
luacassus's user avatar
  • 6,750
2 votes
0 answers
75 views

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 ...
Srinath Chamarthi's user avatar
-3 votes
1 answer
67 views

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 ...
Francesco Gobbi's user avatar
0 votes
1 answer
62 views

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 ...
Cameron's user avatar
  • 11
1 vote
0 answers
50 views

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 ...
alepvn33's user avatar
1 vote
1 answer
97 views

I have a yaml file with an arbitrary amount of documents, and I'm trying to replace all missing namespaces for namespaceable resources with an arbitrary input one. Getting the non-namespaceable ...
Some Guy's user avatar
  • 819
Advice
0 votes
0 replies
36 views

I have deployed opentelemetry-collector-contrib 0.139.0 to a Kubernetes cluster as a DaemonSet. The Kubernetes cluster is deployed on AWS EKS with a Node group of two EC2 Nodes. Kubernetes version is ...
niceman's user avatar
  • 2,683
0 votes
0 answers
31 views

I encountered the error V1_binding.py", line 156, in target raise ValueError("Invalid value for `target`, must not be `None`") ValueError: Invalid value for `target`, must not be `...
developer's user avatar
Tooling
0 votes
0 replies
24 views

User-->Load abalancer-Frontend VPC-Openresty Nginx --->Router-->Priv LB -->Kubernetes I want to ask about Openresty in Kubernetes. I am using it now as reverse Proxy as Tasks in AWS and ...
joharger's user avatar
1 vote
0 answers
163 views

In containers running Java 21+, I would like to have the active processor count reflect the actual available hardware cores, regardless of configured CPU shares. CSR JDK-8281571 "Do not use CPU ...
Carsten's user avatar
  • 1,288
5 votes
1 answer
3k views

While building the image for one of our application, I observed that I am unable to pull openjdk:8-jre from official docker.io error: [ERROR]: [#3 ERROR: docker.io/library/openjdk:8-jre: not found] I ...
Ujjwal Jha's user avatar
0 votes
0 answers
64 views

I’m running Apache Airflow inside a Docker container and trying to use the KubernetesPodOperator to run a simple “hello world” pod in an external Kubernetes cluster (not the same one where Airflow ...
Denis Victor's user avatar
0 votes
1 answer
70 views

I'm having this config from Caddy and I want to migrate it to ingress nginx controller @restrictAccess { path /path1/loc1/* path /path2/loc3/* } route @restrictAccess { ...
Astin Gengo's user avatar
0 votes
1 answer
92 views

I want to deploy an app on Kubernetes with Helm. This app is composed of multiple parts, 2 of them are a Spring backend and a Mongo database. I want to deploy theme in 2 pods and have them talk with ...
Cameron's user avatar
  • 11
0 votes
1 answer
116 views

I have built a Blazor standalone webassembly in .NET 9 for a new application that we are building in our company and have successfully integrated it into our Okta system for authentication of the user....
John Sharland's user avatar
0 votes
0 answers
71 views

We use Tilt to manage our local development Kube clusters. I've integrated the langfuse helm chart in the Tiltfile, which functions properly, however I'm having trouble forwarding a port to the web ...
glennpow's user avatar
0 votes
1 answer
57 views

Here is my helm chart structure: app/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml └── templates/ app-test/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml └── charts/ ...
Meenti's user avatar
  • 63
0 votes
0 answers
54 views

I'm running Selenium Grid in Minikube using the official Docker Selenium Helm chart, with KEDA enabled for autoscaling. My goal is to scale Chrome nodes based on session demand, where each node can ...
Oleg's user avatar
  • 1
0 votes
0 answers
41 views

We have a namespace consisting of 3 applications: Database patcher API Web site Currently we are using ArgoCD app-of-apps pattern to roll this out. Each application above is therefore it's own ...
Jonas Røineslien's user avatar
1 vote
1 answer
85 views

I have some Python code running in k8s which in some cases is being OOMKilled and not leaving me time to cleanup which is causing bad behavior. I've tried multiple approaches but nothing seems quite ...
Aharon Sambol's user avatar
0 votes
1 answer
84 views

I've created deployment template using helm (v3.14.3) with support for setting initContainers. Last time I realized one of initContainers removed from values.yaml is still present in cluster. I tried ...
Daniel's user avatar
  • 104
0 votes
0 answers
55 views

I'm trying to follow this doc from Micronaut to implement the leader election to lock on the scheduler, so that I can make sure only scheduler run for only one pod. (I know we have shred lock, but ...
Nguyen Nhan's user avatar
0 votes
0 answers
56 views

currently I'm working in a specific version of Apache Spark (3.1.1) that cannot upgrade. Since that I can't use Apache Sedona and the version 1.3.1 is too slow. My problem is the following code that ...
matdlara's user avatar
  • 149
0 votes
1 answer
70 views

What are the details of your problem? I have a application in Django that is deployed using GKE. It uses an ingress to deploy it... Those manifests.yml that are used for deploying applications on ...
Raul Chiarella's user avatar
0 votes
1 answer
110 views

I have a cluster of microservices. UI calls API1 (assuming it goes through ingress gateway, correct me if I am wrong), API1 calls API2 via RestTemplate. The API2 process is bulky and takes roughly 1.5 ...
coderbd's user avatar
0 votes
1 answer
104 views

I'm trying to use fluxcd on my kubernetes cluster, which is working perfectly fine. Now I wanted to add prometheus/grafana stack and use sops to decrypt the basic_auth part in the scrapingConfig from ...
Epi's user avatar
  • 31
0 votes
1 answer
61 views

I have a requirement where I need to render a web app that uses oauth to login in an iframe. The iframe setup is for tutorials, where the tutorial content is in one column, and the web app is in ...
shapeshifter's user avatar
  • 2,967
0 votes
0 answers
74 views

I am trying to setup a socketio server, but having issues with client connection either getting 499 or 426 error - I have tried port forwarding from the pod to my local and run curl command that also ...
Arsh's user avatar
  • 45
-3 votes
1 answer
157 views

I have an EKS cluster with a StatefulSet. I had to update the image of this StatefulSet, so I ran: $ kubect set image statefulsets liferay-default liferay-default=liferay/dxp:2025.q3.1 I expected it ...
brandizzi's user avatar
  • 27.4k

1
2 3 4 5
1200