Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Created October 28, 2019 20:41
Show Gist options
  • Save ahmetkucukoglu/7f61a97daf655c0219e74a9682ff5006 to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/7f61a97daf655c0219e74a9682ff5006 to your computer and use it in GitHub Desktop.
Kubernetes Sample - Namespace
apiVersion: v1
kind: Namespace
metadata:
name: development
labels:
name: development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment