• Post category:StudyBullet-7
  • Reading time:4 mins read


Learn Docker, Docker Compose, Docker SWARM, Deployment and all about Kubernetes

What you will learn

Learn how to install and use Docker, Docker SWARM and Kubernetes on Ubuntu 20.04

Learn how to create and use Images & Containers with Docker

Learn how to deploy Docker applications – manually, with managed services or with Kubernetes

Understand complex topics like managing and persisting data with Volumes

Description

This course will teach you both Docker & Kubernetes from the ground up with all the required theory and tons of examples and demos!

We’ll explore all key concepts in detail and with practical examples and demos – from images and containers, over volumes and networking all the way up to deployment and Kubernetes Cluster: This course has it all!

In detail, this course includes the following topics:


Get Instant Notification of New Courses on our Telegram channel.


  • A thorough introduction to Docker, containers and why you might want to use Docker
  • Detailed setup instructions for macOS and Windows
  • A deep-dive into the core concepts you need to know: Containers & images
  • Learn how to create custom images, use existing images and how to run containers based on such images
  • Get a detailed overview of the core commands you need when working with Docker
  • Learn how to work with data and how to persist data with volumes
  • Explore container networking – with the outside world and between multiple containers
  • Learn how to work with both single and multi-container projects

Kubernetes!

Finally, you will tackle Kubernetes, a production-grade system for managing complex applications with many different running containers. You will learn the right way to build a Kubernetes Cluster – this course doesn’t have any of those annoying “don’t do this in production” comments! You will first build a Kubernetes Cluster on multi-nodes over KVM hypervisor

English
language

Content

Introduction to Docker

Docker Global architecture
Docker Install on Ubuntu 20.04
Docker Hub Public registry
Add container Image
Basic commands
Build new image
Port Mapping
Container volume mapping
Docker Network
Docker Compose

Docker SWARM

Introduction and deployment on Ubuntu 20.04

Kubernetes

Cluster multi node deployment on Ubuntu 20.04
Deploy Pods
Acces a POD with NodePort service