Grundgerüst Kubernetes Namespace YAML-Datei
apiVersion: v1
kind: Namespace
meta:
name: einnamespace
labels:
# Maschinen auswertbar
author: phillip
name: app1
<key>: <value>
annotations:
# Menschen auswertbar
author: Phillip <mail@phillipunzen.de>