Production Microservices in the Cloud.
Apart from installing Minikube, the course should take about a day to complete.
Having problems? check the errata
Introduction 2m 56s A brief overview of the course |
Preview |
Welcome to Kubernetes 12m 24s What is Kubernetes (sometimes known as "K8S") and what can it do for you? |
Preview |
Installing Minikube 24m 16s Minikube is a local installation of Kubernetes for use in testing and development |
Watch |
Additional Information for Windows 10 Professional 3m 34s If you want to use the built in hyper-v instead of VirtualBox, follow the guide here. |
Watch |
Docker Overview 28m 52s In case you haven't used Docker before, a quick overview of how it works |
Watch |
Getting Started with Kubernetes - Pods 24m 45s We'll focus first on the most basic concept in Kubernetes - Pods |
Watch |
Services 34m 25s How to access your pods from the "outside world" using Services |
Watch |
Practical Session 10m 4s A chance to practice - a new pod and service. |
Watch |
ReplicaSets 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. |
Watch |
Deployments 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. |
Watch |
Course Summary 3m 25s A preview of the upcoming Module 2 |
Watch |