Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 07:20
Show Gist options
  • Select an option

  • Save afaqk9394/20c462427575173ac10c80bb96e0b836 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/20c462427575173ac10c80bb96e0b836 to your computer and use it in GitHub Desktop.
deploy applications
<code>
apiVersion: v1
kind: Pod
metadata:
name: nginx-pod
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.15.2
</code>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment