Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Created July 19, 2022 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/2fb5e5d0220eb3ac547e70875ff1f7c4 to your computer and use it in GitHub Desktop.
Save hakaneroztekin/2fb5e5d0220eb3ac547e70875ff1f7c4 to your computer and use it in GitHub Desktop.
kube-architecture [kubernetes in a nutshell]
control plane
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|┏━━━━━━━━━━┓ ┏━━━━━━━━━━━━━┓|
|| |<-->|cluster store||
|| | ┗━━━━━━━━━━━━━┛|
|| | ┏━━━━━━━━━━━━━┓|
kubectl<-->||api server|<-->| controller ||
|| | ┗━━━━━━━━━━━━━┛|
┏-->|| | ┏━━━━━━━━━━━━━┓|
| || |<-->| scheduler ||
| |┗━━━━━━━━━━┛ ┗━━━━━━━━━━━━━┛|
| ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
| ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
| |┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓|
┗-->|| kubelet ||
|┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛|
|┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓|
|| container runtime ||
|┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛|
|┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓|
|| kube-proxy ||
|┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
worker node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment