Skip to content

Instantly share code, notes, and snippets.

@saadlu
saadlu / gist:6db6e3939db108178ca9992902e6edf4
Last active November 28, 2017 16:09
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
== This is my first thought in github gist ==
Can I use it as note keeper? May be even use it as a ASCIIDOC repo?