Kubernetes: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Kubernetes, also known as K8s, is a container orchestration service by Google. | Kubernetes, also known as K8s, is a container orchestration service by Google. | ||
It supposedly has a harder learning curve than docker-swarm. | It supposedly has a harder learning curve than docker-swarm but is heavily inspired by Google's internal [https://research.google/pubs/pub43438/#:~:text=Google's%20Borg%20system%20is%20a,tens%20of%20thousands%20of%20machines. borg system]. | ||
==Resources== | ==Resources== | ||
* [https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 Scalable Microservices with Kubernetes Udacity Course] | * [https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 Scalable Microservices with Kubernetes Udacity Course] | ||
** Lesson 2 is on Docker and lessons 3-4 are on Kubernetes. | ** Lesson 2 is on Docker and lessons 3-4 are on Kubernetes. |
Revision as of 14:56, 14 July 2021
Kubernetes, also known as K8s, is a container orchestration service by Google.
It supposedly has a harder learning curve than docker-swarm but is heavily inspired by Google's internal borg system.
Resources
- Scalable Microservices with Kubernetes Udacity Course
- Lesson 2 is on Docker and lessons 3-4 are on Kubernetes.