Last active
August 2, 2017 17:14
-
-
Save Whistler092/99904c774fe05429f05f5aff4ec8667c to your computer and use it in GitHub Desktop.
Get Started with Kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kubernetes Architecture | |
- Big Picture View | |
- An Orchestrator for microservices Apps | |
- Masters | |
- Nodes | |
- Pods | |
- Services | |
- Deployments | |
- Recap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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