All Questions
Tagged with kubernetes-pod or kubernetes
60,064 questions
0
votes
0
answers
12
views
How can I make Schema Registry connect successfully to a Strimzi Kafka cluster using PLAINTEXT? [closed]
Why is Schema Registry unable to connect to the Strimzi Kafka cluster on port 9092 (PLAINTEXT)?
Is there something special about how Strimzi advertises its broker listeners that prevents Schema ...
0
votes
0
answers
30
views
Azure LoadBalancer port 443 timing out for YARP service, while 8080 and /health endpoint work fine [closed]
I’m running a YARP (Yet Another Reverse Proxy) application inside AKS (Azure Kubernetes Service), fronted by an Azure Load Balancer.
Here’s my service configuration:
apiVersion: v1
kind: Service
...
-3
votes
0
answers
21
views
Spark Applications submitted by Spark Operator cannot reclaim resource between queues use volcano [closed]
When using volcano hierarchical queues, Spark Applications submitted by Spark Operator cannot reclaim resource between queues.
I want to confirm if it's a configuration problem or if it triggered a ...
-3
votes
0
answers
19
views
my last log line is not flushed in the concat filter fluentd k8s operator [closed]
i have a java application in a pod that is spitting out logs straight to stdout.
these logs are fetched by the log-operator which runs a combination of
fluent bit 3.1.8 and fluentd 1.16.1 the operator ...
0
votes
0
answers
37
views
Access denied for user 'root'@'localhost' error for rails, meanwhile db management apps connects okay [closed]
I've port forwarded my mysql pod from rancher's k8s cluster to my local 3307 port.
my database.yml looks like:
landing_pages_base: &landing_pages_base
adapter: mysql2
reconnect: true
...
-5
votes
0
answers
26
views
How can I speed up Kubernetes deployment scaling? Pods take minutes to become Ready [closed]
How can I improve the scaling speed of my Kubernetes deployments? When I increase the replica count, it takes multiple minutes until new pods become ready. They are staying for a very long time in ...
1
vote
0
answers
22
views
How to force a KEDA scaledobject to react to kube secret changes [closed]
I have a KEDA scaledobject that connects to a postgres DB. It obtains its DB credentials from a triggerauthentication, which in turn gets its values from a kube secret. Pretty standard stuff.
If ...
0
votes
0
answers
33
views
Mount configmap with multiple keys [closed]
I tried to mount .sh scripts for nexus bootstrapping. But my /configmap mounted directory is empty.
Here is an error in nexus-create-json initContainer log
lost+found
cp: cannot stat '/configmap/*.sh'...
-3
votes
0
answers
23
views
Apply a function to a variable based on a dynamic variable [closed]
I need to apply the replace function to a variable multiple times based on another dynamic variable.
My values.yaml:
connString: "user=test; database=test; port=3306; host=db1"
...
-2
votes
0
answers
42
views
Why do .mp4 files sometimes persist in a Kubernetes emptyDir volume after a pod restart? [closed]
I’m running a pod in Kubernetes that has two containers:
A main app container that generates .mp4 files and stores them in /app/files
A sidecar cleaner container that periodically deletes all .mp4 ...
0
votes
0
answers
34
views
How to host an ASP.NET in an Azure Kubernetes Cluster? [closed]
Hello Az Kubernetes professionals
I cannot access my app in Azure Kubernetes via a public IP. To check whether the app is running, I installed curl and was able to call up the app via the local ...
0
votes
0
answers
20
views
How to make cluster-kube-descheduler-operator place pods only on infra nodes [closed]
I'm working with the cluster-kube-descheduler-operator in my Kubernetes cluster (Openshift) and I need to ensure that all new pods created by this operator are scheduled only on nodes labeled as infra....
0
votes
0
answers
38
views
Need help My script is throwing ERROR - Failed to load kubeclient or get node_list
I have a script where it checks for the cluster status and posts it to SREConsole by doing this we will be knowing about the cluster status. but i am seeing "ERROR - Failed to load kubeclient or ...
1
vote
1
answer
25
views
K8S restrict access to secret [closed]
I am trying to restrict job access to secrets, so I tried using serviceAccount.
But whether my task works even without service account, it seems that my job uses the “default” account, so my task ...
0
votes
0
answers
52
views
Is it possible to cross-namespace ALB routing with AWS Load Balancer Controller for eks
I’m trying to expose a service running in the atlantis namespace through an ALB Ingress Controller that’s deployed in the application namespace on AWS EKS. The ALB is being created and reconciled ...