Kubernetes Integration

Having secrets in bitwarden is good and all, but currently there’s a lack of places the secrets can actually be used. Github Actions is a good first one, however there are more integrations required to make this useful to us.

A pain-point in our devops area is secrets handling in Kubernetes and we were hoping Bitwarden would provide something akin to GitHub - 1Password/onepassword-operator: The 1Password Connect Kubernetes Operator provides the ability to integrate Kubernetes Secrets with 1Password. The operator also handles autorestarting deployments when 1Password items are updated. with this secret manager.

Secrets could be provided in kubernetes using a Mozilla SOPS plugin, or a Secrets CSI implementation, etc.