Skip to content

Instantly share code, notes, and snippets.

@engineerbaz
Created November 23, 2019 10:27
Show Gist options
  • Save engineerbaz/47bce389a71847919567b70a47eddd3f to your computer and use it in GitHub Desktop.
Save engineerbaz/47bce389a71847919567b70a47eddd3f to your computer and use it in GitHub Desktop.
YAML for dgkanatsios/CKAD-exercises
apiVersion: v1
kind: Pod
metadata:
name: Pod-1
labels:
run: app
namespace: new-ns
spec:
containers:
- image: nginx
name: nginx-new-ns
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment