22 lines
491 B
Markdown
22 lines
491 B
Markdown
---
|
|
title: Overview of Kubernetes Online Training
|
|
---
|
|
|
|
{% capture overview %}
|
|
|
|
Here are some of the sites that offer online training for Kubernetes:
|
|
|
|
{% endcapture %}
|
|
|
|
{% capture body %}
|
|
|
|
* [Scalable Microservices with Kubernetes (Udacity)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
|
|
|
|
* [Introduction to Kubernetes (edX)](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
|
|
|
|
{% endcapture %}
|
|
|
|
|
|
{% include templates/concept.md %}
|
|
|