Connections
Explains how application clients connect to databases managed by the Operator, including the use of Kubernetes Services and MaxScale proxies.
Connection CR
Connection CRapiVersion: enterprise.mariadb.com/v1alpha1
kind: Connection
metadata:
name: connection
spec:
mariaDbRef:
name: mariadb
username: mariadb
passwordSecretKeyRef:
name: mariadb
key: password
database: mariadb
secretName: connection
healthCheck:
interval: 30s
retryInterval: 3sService selection
Credential generation
Secret template
Custom DSN format
TLS authentication
Cross-namespace connections
MaxScale connections
External MariaDB connections
Health checking
Last updated
Was this helpful?

