Skip to content

Instantly share code, notes, and snippets.

@bargitta
Created August 20, 2017 09:49
Show Gist options
  • Select an option

  • Save bargitta/705b07f5fb4fb622709fc8f840619618 to your computer and use it in GitHub Desktop.

Select an option

Save bargitta/705b07f5fb4fb622709fc8f840619618 to your computer and use it in GitHub Desktop.
Core concepts
1. Pod:
logic application
one or more containers + volumes (disks)
one IP per pod
highliy dependent containers will be packed into one single pod
2. Service:
persistent endpoint for pod
use lable to select pod
internal/external IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment