Difference between revisions of "Kubernetes metadata"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 35: | Line 35: | ||
== See also == | == See also == | ||
* <code>[[kind: Pod]]</code> | * <code>[[kind: Pod]]</code> | ||
+ | * [[template.metadata]] | ||
== See also == | == See also == |
Revision as of 05:53, 29 March 2023
apiVersion: batch/v1 kind: CronJob metadata: name: hello spec: schedule: "*/1 * * * *" .../...
kind: PersistentVolumeClaim metadata: name: YourVolumeName .../...
.../... metadata: labels: .../...
apiVersion: v1 kind: ConfigMap metadata: ... data: ... immutable: true
metadata: annotations: kubernetes.io/psp: eks.privileged
See also
See also
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
kubectl label [ pods | nodes | --help ]
- Kubernetes labels, selectors, recommended labels
,
kubectl label, kubectl annotate
, Common,kubernetes.io, app.kubernetes.io, MatchLabels:
,labels:
Advertising: