close
Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
40 views

I am newbie to Kubernetes. Upto what I know a Virtual Machine or a actual Computer Machine can be configured as Kubernetes node and node can have several pod Being said we can configure Kubernetes ...
Dev Anand Sadasivam's user avatar
Best practices
0 votes
2 replies
36 views

We are currently planning a migration to Kubernetes with our Spark applications. Until this point we used a standalone cluster where we submitted multiple applications, with dynamic resource ...
KilyenOrs's user avatar
  • 1,506
-7 votes
0 answers
79 views

I have a FastAPI service running on Kubernetes behind Traefik ingress (Previously had Nginx but the issue is consistent). Setup FastAPI (Uvicorn, ~8 workers) Kubernetes limits: 500m CPU / 1Gi memory ...
ArkanSaaS's user avatar
  • 267
0 votes
0 answers
61 views

I want to run Apache Superset while connected to a ClickHouse server that is already running as an application in a separate pod. How do I setup Superset for simple BI purpose in an airgapped (no ...
Pushkar's user avatar
  • 160
0 votes
0 answers
65 views

We have 3 hosts added in the Windows hosts file for local setup: 127.0.0.1 fastapi.test 127.0.0.1 auth.test 127.0.0.1 keycloak.test Environment OS: Windows Kubernetes: Docker Desktop Kubernetes ...
Novice123's user avatar
-3 votes
2 answers
146 views

I need to create secret from external INI file content by parsing the keys and values from the file without the section. For example, with the following secret file, apiVersion: v1 kind: Secret type: ...
khteh's user avatar
  • 4,370
Best practices
0 votes
6 replies
114 views

have a Spark-on-Kubernetes ingestion use case and I’m trying to understand the right design for Spark Structured Streaming. Each customer has their own S3 bucket and their own credentials. Inside each ...
alex kriezelman's user avatar
-3 votes
1 answer
88 views

I have a Kubernetes cluster using Longhorn for storage. I recently joined a new worker node to the cluster, and all prerequisites for Longhorn appear to be satisfied on that node. However, I’m facing ...
tryzrxcatch's user avatar
Best practices
0 votes
2 replies
102 views

I am looking for best practices on how to implement horizontal architecture with the latest Spring gRPC [1] in Kubernetes. In my Kubernetes cluster, I have one main service, which connects to multiple ...
patientCoder's user avatar
0 votes
0 answers
109 views

While we are doing the recent deployment testing on one of our .NET code implementation over a web application, we found that the readiness probe consistently starts to fail with code 500. Here is the ...
xchen218's user avatar
Best practices
1 vote
1 replies
118 views

Would you recommend any free complete project has been created using docker which I can practice to learn in detail? I looked various sources but found limited resources like half or magnetic part of ...
AminRana's user avatar
1 vote
1 answer
65 views

I am using the Gurux DLMS pyton client inside a Kubernetes pod to connect to a DLMS meter using HLS SHA256 authentication. The client is able to successfully establish a connection and read data from ...
Meet Bedmutha's user avatar
2 votes
1 answer
165 views

I have a TypeScript front-end which uses a Python 3.11 back-end to launch Docker images into a Kubernetes cluster (using kubernetes 29.3.0). As part of that process, it calls an API to get the status ...
CodeGorilla's user avatar
5 votes
0 answers
349 views

I'm trying to figure out the "right" way to monitor for changes on a Kubernetes API server when I also need to maintain a snapshot of existing objects. I need my code to know when it has ...
Philip Couling's user avatar
-1 votes
1 answer
51 views

Suppose a node with label grafana-map= and my container requires environment variable key INSTANCE= I expect kind like this... - name: INSTANCE valueFrom: fieldRef: ...
Muhammad Ikhwan Perwira's user avatar

15 30 50 per page
1
2 3 4 5
3988