Skip to content

[DBM] Add SSL/CA cert example for RDS MySQL on Kubernetes Operator - #39183

Draft
aldrickdev wants to merge 1 commit into
masterfrom
dbm/doc-fix-topic12-gap2
Draft

[DBM] Add SSL/CA cert example for RDS MySQL on Kubernetes Operator#39183
aldrickdev wants to merge 1 commit into
masterfrom
dbm/doc-fix-topic12-gap2

Conversation

@aldrickdev

Copy link
Copy Markdown
Contributor

What

Added an example to the Kubernetes Operator section of the Amazon RDS MySQL Database Monitoring setup page showing how to connect over SSL. The example creates a Kubernetes Secret holding the CA certificate, mounts it into the pod that runs the cluster check via override.clusterChecksRunner.volumes and containers.agent.volumeMounts, and references the mounted certificate path from the MySQL check's ssl.ca configuration option alongside the existing extraConfd cluster-check pattern.

Why

The existing Kubernetes Operator RDS setup example showed the extraConfd cluster-check pattern but never demonstrated mounting a CA certificate for SSL-required databases, forcing readers to hand-build the volume, volume mount, and SSL config from scratch.

Docs preview

https://docs.datadoghq.com/database_monitoring/setup_mysql/rds/

@github-actions

Copy link
Copy Markdown
Contributor

Preview links (active after the build_preview check completes)

Modified Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant