New paste Use cases Explore public pastes Text tools Developer API The Paste Library Security Sign in with Google
YAMLExample pasteCreated 2026-08-022 viewsNo expiry

Kubernetes deployment example

Raw New paste
yamlRead-only
1
apiVersion: apps/v1
kind: Deployment
metadata:
  name: example-api
spec:
  replicas: 2
  selector:
    matchLabels:
      app: example-api
  template:
    metadata:
      labels:
        app: example-api
    spec:
      containers:
        - name: api
          image: example/api:2.4.1
          ports:
            - containerPort: 8080
Report abuse

Paste details

Visibility
Public
Size
337 bytes
Protection
Standard link access
Retention
No automatic expiry

Share with confidence

Unlisted links are not searchable, but anyone with the URL can open them. Never paste live credentials or personal data.