apiVersion: v1 kind: Pod metadata: name: nginx-pod-burstable labels: name: nginx-pod spec: containers: - name: nginx image: nginx:latest resources: limits: memory: "200Mi" cpu: 1 requests: memory: "100Mi" cpu: 1 ports: - containerPort: 80