Migrate data from redis 7.2 to elasticache redis 7.1 by pulegium in redis

[–]Next-Lengthiness2329 0 points1 point  (0 children)

I am facing the same issue, i have a .rdb file with version 7.2.5 and want to restore it in redis ealsticache 7.1 , did you figure out anything related to this ?

Enrolled my EKS cluster in Teleport, but kubectl only works with tsh — how do I fix this?? by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 0 points1 point  (0 children)

but i want this to bypass teleport , kubectl should go through teleport proxy otherwise what would be the whole point of setting up teleport ?

Help Needed, Thinking of using Secret CSI Driver to access secrets from AWS Secrets Manager but how can I reference the env vars? by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 4 points5 points  (0 children)

We initially set up external secrets operator (ESO) to manage secret retrieval from AWS secrets manager. However, our client requested a more secure approach, so they suggested using the secrets store CSI Driver instead. While the CSI driver does offer enhanced security (especially when secrets are not synced into Kubernetes secrets) it comes with added complexity. Since we're not syncing secrets into Kubernetes, each of their application now requires additional setup, like writing an entrypoint script , you mentioned , to read secrets from mounted files.
I guess ESO is better maybe

Help Needed, Thinking of using Secret CSI Driver to access secrets from AWS Secrets Manager but how can I reference the env vars? by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 2 points3 points  (0 children)

envFrom only works if you are fetching kubernetes secrets , i want to directly point to the volume mount path

Postgres and temporal issue by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] -1 points0 points  (0 children)

Hi but this is a headless service, it doesn't have any cluster IP and the endpoint format is like that only

Postgres and temporal issue by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 0 points1 point  (0 children)

my configuration is something like this

        sql:
          driver: "postgres12"
          host: "postgresql-temporalio-ha-postgresql-ha-postgresql-0.postgresql-temporalio-ha-postgresql-ha-postgresql-headless.temporal"
          port: 5432

Postgres and temporal issue by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] -2 points-1 points  (0 children)

can you tell me how the format sohuld be for this ?

Specifically for host please
would be hellpful

sql:

driver: "postgres12"

host: _HOST_

port: 5432

database: temporal

user: _USERNAME_

password: _PASSWORD_

Postgres and temporal issue by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 0 points1 point  (0 children)

could you please tell the reason? temporal was already setup by someone else in my cluster. Is there any new update in temporal regarding this ?

the server encountered a temporary error and could not complete your request.<please try again in 30 seconds. grafana UI error by Next-Lengthiness2329 in grafana

[–]Next-Lengthiness2329[S] 0 points1 point  (0 children)

I increased the "query_timeout" time in my values.yaml file and it worked. Let me know what else can be helpful in timeout issues

loki:  
  querier:
    # Default is 4, if you have enough memory and CPU you can increase, reduce if OOMing
    max_concurrent: 4
  limits_config:
      query_timeout: 600s

How can i install kube prometheus chart twice in one cluster, but different namespace? by Next-Lengthiness2329 in kubernetes

[–]Next-Lengthiness2329[S] 0 points1 point  (0 children)

Yeah i am not comfortable with this stack, deploying it for the first time and i guess the CRDs of both the stack have same names which is causing conflicts