cockroachdb / cockroachdb/k8s

Client Certificates in a K8S cluster with multiple CRDB StatefulSets

Open
#18 1 comment 0 reactions 1 assignee Claimed by @tim-o View on GitHub
Dominant language
Go
Stars
25
Forks
25
PR merge metrics
No merged PRs in 30d

Description

I am currently writing a Kubernetes Operator for CRDB. While porting over the statefulset artefacts from the crdb repo it became clear that when running multiple CRDB clusters in the same namespace in K8s the root key (default.client.root) will be valid in all clusters, which is probably not what we want.

All other client keys with the same name will also work on all clusters inside K8S (granted the user exists.) . I propose changing the naming convention for keys to something like:

```...```
in stead of
```..``` what we have today.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.