Kubernetes: Difference between revisions

From David's Wiki
(Created page with "Kubernetes, also known as K8s, is a container orchestration service by Google. It supposedly has a harder learning curve than docker-swarm. ==Resources== * [https://www.uda...")
 
Line 3: Line 3:


==Resources==
==Resources==
* [https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 Scalable Microservices with Kubernetes]
* [https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 Scalable Microservices with Kubernetes Udacity Course]
** I haven't watched this but it's by Google so it's probably good.
** I haven't watched this but it's by Google so it's probably good.
** Lessons 1-2 are on Docker and lessons 3-4 are on Kubernetes.
** Lessons 1-2 are on Docker and lessons 3-4 are on Kubernetes.

Revision as of 18:26, 7 August 2020

Kubernetes, also known as K8s, is a container orchestration service by Google.
It supposedly has a harder learning curve than docker-swarm.

Resources