Skip to content

Instantly share code, notes, and snippets.

@m3pratik
Created January 4, 2023 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m3pratik/4e0f8a8511090cb55ecbda325f36e77d to your computer and use it in GitHub Desktop.
Save m3pratik/4e0f8a8511090cb55ecbda325f36e77d to your computer and use it in GitHub Desktop.
simple-pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment