Skip to content

Instantly share code, notes, and snippets.

@rbudiharso
Last active December 22, 2020 09:20
Show Gist options
  • Save rbudiharso/e70c9d011db15255306c58af2ce8013d to your computer and use it in GitHub Desktop.
Save rbudiharso/e70c9d011db15255306c58af2ce8013d to your computer and use it in GitHub Desktop.
Debugging Pod
---
apiVersion: v1
kind: Pod
metadata:
name: debug
spec:
containers:
- name: doks-debug
image: 'rbudiharso/debug-pod:latest'
command:
- sleep
- infinity
resources:
limits:
cpu: 100m
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
securityContext:
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment