Skip to content

Instantly share code, notes, and snippets.

@Whistler092
Last active August 2, 2017 17:14
Show Gist options
  • Save Whistler092/99904c774fe05429f05f5aff4ec8667c to your computer and use it in GitHub Desktop.
Save Whistler092/99904c774fe05429f05f5aff4ec8667c to your computer and use it in GitHub Desktop.
Get Started with Kubernetes
Kubernetes Architecture
- Big Picture View
- An Orchestrator for microservices Apps
- Masters
- Nodes
- Pods
- Services
- Deployments
- Recap
Where it came from
Born in Google
Open Source
Build on Go/Goland
History
-> Borg
-> Omega
-> NOW: Kubernetes / K8s
Apache 2.0 Open Source
What and why
-> Manage Containers
-> Datacenter is a computer.
-> Agnostic platform
-> Move fast!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment