No specific requirements - anyone interested in managing real production workloads are welcome. Docker knowledge is useful but we will give a working overview. There are hands on exercises throughout but you don't need to do any coding!
Having problems? check the errata for this course.
1 |
Introduction |
Preview
2m 56s |
|
A brief overview of the course | |||
2 |
Welcome to Kubernetes |
Preview
12m 24s |
|
What is Kubernetes (sometimes known as "K8S") and what can it do for you? | |||
3 |
Installing Minikube |
Watch
24m 16s |
|
Minikube is a local installation of Kubernetes for use in testing and development | |||
Additional Information for Windows 10 Professional |
Watch
3m 34s |
||
If you want to use the built in hyper-v instead of VirtualBox, follow the guide here. | |||
4 |
Docker Overview |
Watch
28m 52s |
|
In case you haven't used Docker before, a quick overview of how it works | |||
5 |
Getting Started with Kubernetes - Pods |
Watch
24m 45s |
|
We'll focus first on the most basic concept in Kubernetes - Pods | |||
6 |
Services |
Watch
34m 25s |
|
How to access your pods from the "outside world" using Services | |||
7 |
Practical Session |
Watch
10m 4s |
|
A chance to practice - a new pod and service. | |||
8 |
ReplicaSets |
Watch
34m 25s |
|
Pods on their own are not robust. We'll see how to use ReplicaSets to ensure that your pods are always running. Also we can ensure that multiple instances of any given Microservice are always operational. | |||
9 |
Deployments |
Watch
24m 33s |
|
Another step up from ReplicaSets are Deployments - these enable us to perform zero downtime "rolling updates". If things go wrong, we can do a rollback. | |||
10 |
Course Summary |
Watch
3m 25s |
|
A preview of the upcoming Module 2 |