python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
KubernetesPodOperator is not able to access the Airflow Connections stored in Google Secrets Manager
I am using the Composer version 2.0.0 Airflow 2.1.4 and I have created a KubernetesPodOperator that is trying to access the Airflow connection stored in the Google Secrets Manager. But it isn't able t...
tank
Votes: 0
Answers: 1
Kubernetes connect Psycopg2 to GCP Postgres with SSL
I am stuck trying to connect to a google managed postgres instance from my Kubernetes pod.
My pod and secret yaml looks like
apiVersion: v1
kind: Secret
metadata:
name: db_secret
stringData:
CLIEN...

Sam
Votes: 0
Answers: 0
K8s Operator listen to secret change with event filter
We have created a few month ago controller which runs great using kubebuilder.
Few weeks ago we added a “listener” to a secret which when the secret is changing (secret properties)
The reconcile shoul...
Jenney
Votes: 0
Answers: 1
Getting AKV variables into an application with Secret Store CSI Driver
Updating my CSI Secrets Store Driver as it is outlined here:
https://learn.microsoft.com/en-us/azure/aks/csi-secrets-store-driver
I had it previously working by usign secretObjects which I accomplishe...
cjones
Votes: 0
Answers: 1