Skip to main content
0 votes
0 answers
15 views

Airflow 3.0: Child process dies in a kubernetes cluster during uvicorn startup

I am running airflow 3.0 from kubernetes cluster but getting continuous child process dies. Running webserver and scheduler as separate deployment INFO: Uvicorn running on http://0.0.0.0:8080 (...
Shital's user avatar
  • 75
0 votes
0 answers
13 views

How to Secure Redis Access in AWS EKS without Breaking Internal Access

I have a Redis cluster running inside kubernetes (AWS EKS). Currently, Redis does not require any password because it is only used by internal microservices. I do not want to disturb this internal ...
kingfateh khan's user avatar
0 votes
0 answers
14 views

Clarify template usage for nested secret paths in InfisicalSecret CRD

I'm using InfisicalSecret to manage Kubernetes secrets in my cluster, and I'm organizing my secrets in nested folders such as /be/core/auth/DB_USER. However, it's not entirely clear from the ...
Raúl Santamaría's user avatar
0 votes
0 answers
21 views

How to fix my rabbitmq port to use port 5672 instead of tcp://10.43.59.89:5672 [closed]

I'm using quarkus to create two binary native docker containers that have a rabbitmq connection however they are not connecting because I am getting this error: Caused by: java.lang....
Arihant Singh's user avatar
0 votes
0 answers
22 views

Unable to use fortiadc-ingress-controller on rke2

I would like to use FortiADC as a load balancer for Kubernetes implemented on Rancher (k3s). Despite many attempts, I receive the message: $ kubectl logs deployment/fortiadc-ingress-controller -n ...
d0bry's user avatar
  • 2,280
0 votes
0 answers
18 views

After kubeadm init kube-apiserver and etcd are both in crash loop [closed]

After kubeadm init kube-apiserver and etcd are both in a crash loop In other words, after kubeadm init there are no working kube-apiserver and etcd on the node. As far as I can see from the logs it's ...
Pavel Taruts's user avatar
0 votes
0 answers
29 views

Why nodes in public AKS needs internet to startup but it does not need in netwrok isolated cluster(preview)? [closed]

I just need my nodes to be able to pull images from acr and contact api server and no other outbound access at all. I can't have private cluster because I need to run kubectl from local terminal. So ...
Balraj Kumar's user avatar
0 votes
0 answers
11 views

Understanding when EMQX horizontal scaling reduces span duration (process_message, send_publish_message)

I am tracing an EMQX broker and have identified two primary span types: process_message and send_publish_message. I would like to understand under what circumstances horizontally scaling EMQX (adding ...
Knut's user avatar
  • 1
0 votes
0 answers
22 views

How to set default password for a user in percona-postgresql-operator v.2.6.0

I am trying to set up PostgreSQL in a Kubernetes cluster (in my local environment with kind), using the percona-postgresql-operator. I am trying to set a default password for a user, but it doesn't ...
Pratheesh Russell's user avatar
0 votes
1 answer
29 views

Typical way to keep persistent builds using Kubernetes pods instead of VMs?

We have a Jenkins job that is currently running on VMs. The initial build takes a long time to complete, but since the binaries are persistent the job only takes 5-10 minutes after the first build is ...
user12482's user avatar
0 votes
0 answers
23 views

Configure Prometheus checks in Datadog Agent

I have a kubernetes cluster with around 50 Deployments. I have a Datadog Agent running in the cluster that publishes metrics to Datadog. I want it to collect Prometheus & OpenMetrics]1 metrics ...
YoavKlein's user avatar
  • 2,725
0 votes
0 answers
28 views

Set up keycloak behind the kong api gateway with https [closed]

I need to enable the keycloak behind the kong api gateway. I am able to set up the keycloak behind the kong api gateway and I try to access the keycloak url https://hostname/auth the home page is ...
bharathi's user avatar
  • 6,279
0 votes
0 answers
32 views

Keycloak routing to /auth with Ingress but not on portforwarding

I'm running Keycloak in Kubernetes and I've encountered a routing issue. When I port-forward the Keycloak service like this: kubectl port-forward -n MY_NAMESPACE service/keycloak 8080:80 And change ...
Diogo Santos's user avatar
0 votes
0 answers
16 views

How to pre-warm EMQX broker during vertical scaling to prevent dropped messages?

I am using an EMQX broker and observing its performance by tracing two specific span types: process_message and send_publish_message. I conducted an experiment where sending messages at a high rate ...
Knut's user avatar
  • 1
0 votes
0 answers
41 views

kubectl create deployment error connection refused [closed]

im trying to run minikube example from: https://minikube.sigs.k8s.io/docs/start/?arch=%2Fwindows%2Fx86-64%2Fstable%2F.exe+download im getting the following error and not sure why im getting connection ...
angularstar-ter's user avatar

15 30 50 per page
1
2 3 4 5
3887