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

I have installed the CRD External secrets operator to pull secrets from AWS parameter store and use them in the kubernetes cluster. I have secured the namespace external-secrets with the following two ...
Maurice's user avatar
  • 7,508
-3 votes
0 answers
33 views

I am trying to create an EKS cluster using eksctl, but the process always gets stuck during managed node group creation and finally fails with: [✖] exceeded max wait time for StackCreateComplete ...
AQSA ZAM ZAM MIRZA JOHAR BAIG's user avatar
Advice
1 vote
3 replies
54 views

According to https://kubernetes.io/docs/reference/encodings/kyaml/ KYAML is "a safer and less ambiguous subset of YAML". The page goes on to say KYAML was "initially introduced in ...
rlandster's user avatar
  • 7,835
Tooling
0 votes
2 replies
43 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
44 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
-5 votes
0 answers
98 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
  • 279
-2 votes
2 answers
150 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,364
Best practices
0 votes
6 replies
115 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
91 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
105 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
119 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
167 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
353 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

15 30 50 per page
1
2 3 4 5
3988