Created
November 23, 2021 11:25
-
-
Save PatrickKalkman/a0c6c2cbde9ace5c083479291b7e734a to your computer and use it in GitHub Desktop.
CKAD examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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