Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created May 25, 2022 13:01
Show Gist options
  • Select an option

  • Save Akasurde/799afa06af199ba9f54028c248364d50 to your computer and use it in GitHub Desktop.

Select an option

Save Akasurde/799afa06af199ba9f54028c248364d50 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
labels:
app: pod6
name: pod6
namespace: default
spec:
containers:
- args:
- /bin/sh
- -c
- while true; do echo $(date); sleep 10; done
image: nginx
imagePullPolicy: Always
name: pod1-cnt1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment