Skip to content

Instantly share code, notes, and snippets.

@anderson-marques
Created June 7, 2019 13:07
Show Gist options
  • Save anderson-marques/d68ecbe2de527b75839768b3e4d9bfce to your computer and use it in GitHub Desktop.
Save anderson-marques/d68ecbe2de527b75839768b3e4d9bfce to your computer and use it in GitHub Desktop.
Kubernetes Architecture

K8s Architecture

Master - Control Plane

Master - Controle Plane Components

kube-apiserver

  • Communicates with the user
  • REST APIs
  • Interprets the .yml manifest files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment