Skip to content

Instantly share code, notes, and snippets.

@saadlu
Last active November 28, 2017 16:09
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 saadlu/6db6e3939db108178ca9992902e6edf4 to your computer and use it in GitHub Desktop.
Save saadlu/6db6e3939db108178ca9992902e6edf4 to your computer and use it in GitHub Desktop.
Kubernetes notes
== Kubernetes Cluster ==
- An abstraction that encapsulates containerised application
- The abstractions in Kubernetes allow you to deploy containerized applications to a cluster without tying them specifically to individual machines.
- A Kubernetes cluster consists of two types of resources
- The Master, coordinates the cluster
- Nodes are the workers that run applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment