Skip to content

Instantly share code, notes, and snippets.

@sadysnaat
Created December 27, 2024 06:19
Show Gist options
  • Save sadysnaat/c328c7951ccfa9024354592f33551650 to your computer and use it in GitHub Desktop.
Save sadysnaat/c328c7951ccfa9024354592f33551650 to your computer and use it in GitHub Desktop.
Sample Pod
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