Completed
Creating a simple microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Resilient Java Based Microservices with Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Problems with microservices
- 3 Creating a simple microservices
- 4 What are containers
- 5 Why containers
- 6 Creating a docker image
- 7 What is Kubernetes
- 8 What Kubernetes looks like
- 9 Setting up a Kubernetes cluster
- 10 Creating a Kubernetes cluster
- 11 Kubernetes building blocks
- 12 Deployment
- 13 Deployment Demo
- 14 Pod and Volume
- 15 Labels
- 16 Replica Sets
- 17 Replica Sets Demo
- 18 Scaling