Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created November 23, 2021 11:25
Show Gist options
  • Select an option

  • Save PatrickKalkman/a0c6c2cbde9ace5c083479291b7e734a to your computer and use it in GitHub Desktop.

Select an option

Save PatrickKalkman/a0c6c2cbde9ace5c083479291b7e734a to your computer and use it in GitHub Desktop.
CKAD examples
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: MyPod
name: MyPod
namespace: fire
spec:
containers:
- image: nginx:alpine
name: MyPod
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment