Scope
Secrets often cover some specific aspect of a workload. For example:
- 
A Kerberos credential may be bound to one node IP
 - 
An internal TLS certificate’s
subjectAlternateNamesection must match thePodobject’s name and service 
Supported Scopes
Example
For example, a TLS certificate provisioned by the autoTls backend, with the scopes
node and pod would contain the following values in its subjectAlternateName (SAN) extension field:
- 
The node’s IP address
 - 
The node’s fully qualified domain name (
my-node.example.com) - 
The pod’s fully qualified domain name (
my-pod.my-service.my-namespace.svc.cluster.local)