Kubernetes: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
==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. | ||
Revision as of 17:19, 14 January 2021
Kubernetes, also known as K8s, is a container orchestration service by Google.
It supposedly has a harder learning curve than docker-swarm.
Resources
- Scalable Microservices with Kubernetes Udacity Course
- Lesson 2 is on Docker and lessons 3-4 are on Kubernetes.