Skip to content

Instantly share code, notes, and snippets.

@ohmydevops
Last active January 20, 2020 21:29
Show Gist options
  • Save ohmydevops/92f258bec9d745e3a3037d6ed865ab07 to your computer and use it in GitHub Desktop.
Save ohmydevops/92f258bec9d745e3a3037d6ed865ab07 to your computer and use it in GitHub Desktop.
  • apiVersion: Which version of the Kubernetes API you’re using to create this object
  • kind: What kind of object you want to create
  • metadata: Data that helps uniquely identify the object, including a name string, UID, and optional namespace
  • spec: What state you desire for the object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment