Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Docker, Kubernetes And Azure Container Services

Posted By: ELK1nG
Docker, Kubernetes And Azure Container Services

Docker, Kubernetes And Azure Container Services
Published 5/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 13.85 GB | Duration: 28h 22m

Welcome to the world of containers, learn how to work in Docker, Kubernetes and key Azure container services | 28+ hours

What you'll learn

Learn how to work with Docker, Kubernetes and Azure container services

Learn how to implement different container solutions with Azure container services and how to integrate with other Azure resources

Learn what is Docker

Learn what is Kubernetes

Take a deep dive in containers with lot of demonstrations that is available in this course

Learn other Azure service and what is cloud

Requirements

This course is for beginners, students who want to learn Docker, Kubernetes, core Azure container services and IT lovers

Description

During the courses and lectures that I had the opportunity to design and prepare for filming, I often had the opportunity to see that the concept of a container was not clear to the students. Also, in the courses that you have had the opportunity to see and learn so far, we have said a lot about the very concept of containers, and in most of the courses you will also get to know the actual work in Azure. In addition, in the questions I receive, students often ask me if I can create a course dedicated exclusively to containers and services in Azure. Well, the time has come when I can say that, after much planning, I managed to design a course in which we will exclusively talk about containers.In the beginning, we will learn what Docker is and how to work with Docker, then we will get to know Kubernetes, and the third part of the course is designed as an addition and logical continuation of the two mentioned, so we will get to know the services in Azure that contain work with containers. And not only that, when we move on to work with containers in Azure, we will get to know other services that are intertwined with all of these mentioned. If before this course you did not have, or had partial knowledge about containers, after this course you will be able to work with Docker, Kubernetes and the most important container services in the Azure cloud. Now it's time to get started and familiarize yourself with the basics, while we will deal with some more complex things later. Also, as you are used to in all courses up to now, first there will be a theoretical part in which we will say all the most important things about that lesson, followed by a demonstration. If you are familiar with the work from some of the mentioned parts of the course, feel free to skip it and go to the part you need. Let's go.

Overview

Section 1: I Introduction

Lecture 1 About me

Lecture 2 Introduction

Lecture 3 What are we going to learn in this course?

Lecture 4 What is a container?

Lecture 5 What is a virtual machine?

Lecture 6 Difference between container and virtual machine?

Lecture 7 What is an application?

Lecture 8 What is the benefits of containerization?

Section 2: II Docker

Lecture 9 What is Docker?

Lecture 10 How to install Docker on Windows virtual machine?

Lecture 11 How to setup Docker on Windows virtual machine?

Lecture 12 What is an image?

Lecture 13 How to install VSC?

Lecture 14 What is a Docker Hub?

Lecture 15 What is a Dockerfile?

Lecture 16 How to run container in detach mode?

Lecture 17 How to publish container port number?

Lecture 18 Quick look at Docker images?

Lecture 19 Creating our first Docker container

Lecture 20 How to connect to Docker container?

Lecture 21 Let’s host our first web app on Docker container part 1 (apache webserver/app)

Lecture 22 Let’s host our first web app on Docker container part 2 (apache webserver/app)

Lecture 23 How to build your own image in Docker?

Lecture 24 How to add a name for your image or container?

Lecture 25 How to tag an image?

Lecture 26 How to see logs in container?

Lecture 27 How to install MySQL to Windows and Linux virtual machine?

Lecture 28 How to build a custom image for MySQL?

Lecture 29 A quick look at Docker networking?

Lecture 30 How to copy files into the container?

Lecture 31 What is a Bind mounts?

Lecture 32 How to use volumes in Docker?

Lecture 33 How to use reduce image size in Docker?

Lecture 34 What is a Docker compose?

Lecture 35 What is a depends clause in Docker?

Lecture 36 How to publish images in Docker Hub?

Lecture 37 How to create a container from Docker Hub image?

Lecture 38 What is Docker Swarm?

Lecture 39 What is Docker secret?

Lecture 40 Delete your resource - reminder

Section 3: III Kubernetes

Lecture 41 What is Kubernetes?

Lecture 42 Let's learn Kubernetes architecture

Lecture 43 What is microservices?

Lecture 44 How to enable Kubernetes on Windows machine?

Lecture 45 What is a pod?

Lecture 46 What is kubectl?

Lecture 47 How to use kubectl?

Lecture 48 How to create our first pod?

Lecture 49 How to expose a pod?

Lecture 50 How to create a pod based on Apache?

Lecture 51 What is a YAML?

Lecture 52 What is a deployment in Kubernetes?

Lecture 53 Let's write our first YAML file?

Lecture 54 How to create a deployment from YAML file?

Lecture 55 How to see logs and how to log in to our container?

Lecture 56 What is ReplicaSets?

Lecture 57 What is a service in Kubernetes?

Lecture 58 How to create a service from YAML file?

Lecture 59 Service types- Cluster IP

Lecture 60 Service types - NordPort

Lecture 61 Service types - Load balancers

Lecture 62 How can we use ubuntu image in Kubernetes?

Lecture 63 How can we use MySQL image in Kubernetes?

Lecture 64 How to deploy multiple containers in Kubernetes?

Lecture 65 Volumes in Kubernetes?

Lecture 66 EmptyDir vs HostPath

Lecture 67 What is a ConfigMap?

Lecture 68 What is a persistent volume in Kubernetes?

Lecture 69 How to create a pod with persistent volume?

Lecture 70 How to update your Kubernetes?

Lecture 71 What is a node selector?

Lecture 72 What is init container?

Lecture 73 What are sidecar containers?

Lecture 74 What is a Health probe?

Lecture 75 How to set up an alias for kubectl?

Lecture 76 About Docker and Kubernetes

Section 4: IV Azure cloud

Lecture 77 What is Azure?

Lecture 78 Azure certification

Lecture 79 Azure free account

Lecture 80 Tour'd'Azure

Lecture 81 Azure free services

Lecture 82 Why do we need a cloud computing?

Lecture 83 What is a cloud computing?

Section 5: V Azure Container Instance (ACI)

Lecture 84 What is serverless computing?

Lecture 85 How to install Docker and Azure CLI on Linux virtual machine?

Lecture 86 Let's create another app (nginx and app)

Lecture 87 What is Azure Container Instances (ACI)?

Lecture 88 What is Azure container group?

Lecture 89 Available container registries compatible with ACI

Lecture 90 How can we create our first ACI?

Lecture 91 How can we create our ACI with Docker Hub image?

Lecture 92 How to deploy ACI from MCR?

Lecture 93 Information about Yaml and Json deployment

Lecture 94 Azure container registry (ACR)

Lecture 95 How to connect and execute command in ACI?

Lecture 96 Stop, start and restart ACI

Lecture 97 Restart policy in ACI

Lecture 98 How to export template and create a new resource?

Lecture 99 How to set an environment variables?

Lecture 100 How to set a secure environment variable?

Lecture 101 How to set limits and quotas in ACI?

Lecture 102 Managed identities and ACI

Lecture 103 How to deploy a confidential ACI?

Lecture 104 How to deploy ACI in virtual network?

Lecture 105 Virtual network peering and ACI

Lecture 106 Azure policy and ACI

Lecture 107 How to mount Azure files share on ACI?

Lecture 108 How to mount a secret volume in ACI?

Lecture 109 Activity logs in ACI

Lecture 110 How to store logs in Log analytics workspace?

Lecture 111 Microsoft defender for cloud and containers

Lecture 112 How to deploy AKS cluster with ACI add-on?

Lecture 113 Availability zones in ACI

Lecture 114 Azure Front Door and ACI

Lecture 115 Finishing with ACI and starting with AKS

Section 6: VI Azure Kubernetes service (AKS)

Lecture 116 What is AKS?

Lecture 117 AKS architecture

Lecture 118 Self-managed vs Cloud-managed Kubernetes cluster

Lecture 119 AKS pricing and costs

Lecture 120 Azure cost and management billing

Lecture 121 Creating first AKS cluster

Lecture 122 How to connect to AKS cluster?

Lecture 123 Working with first commands

Lecture 124 Understanding our CIDR

Lecture 125 What is a nodepool?

Lecture 126 What is kubelet, containerd, azure-ip-masq-agent, cloud-node-manager, coredns?

Lecture 127 Exploring the AKS cluster - Azure infrastructure side

Lecture 128 What is VMSS?

Lecture 129 AKS support policy

Lecture 130 What is NRGLockdown feature?

Lecture 131 Stop and start feature in AKS

Lecture 132 How to add extension to AKS?

Lecture 133 VM types VMSS (Scale Set) vs VMAS (Availability Set)

Lecture 134 What is System and User node pool types?

Lecture 135 How to connect to AKS nodes - via SSH using Azure Bastion and Key Vault?

Lecture 136 How to create node pool with Azure Linux (Mariner) OS?

Lecture 137 How to create Windows nodepool?

Lecture 138 What is Kubenet network plugin?

Lecture 139 What is Azure CNI network plugin?

Lecture 140 What is Azure CNI overlay network plugin?

Lecture 141 Types of clusters in relation to control plane access

Lecture 142 How to create public AKS cluster with VNET integration?

Lecture 143 What is RBAC?

Lecture 144 RBAC and AKS

Lecture 145 Kubernetes RBAC

Lecture 146 Authentication and authorization in AKS

Lecture 147 What is Horizontal pod autoscaler (HPA)?

Lecture 148 What is Vertical pod autoscaler (VPA)

Lecture 149 Karpenter vs Cluster autoscaler (CAS)

Lecture 150 Diagnose and solve problems in AKS

Lecture 151 Understanding K8s version, node image, the upgrade and why we need to upgrade?

Lecture 152 Free and Standard tiers for AKS cluster management

Lecture 153 What are labels, taints and node affinity?

Lecture 154 Availability zones in AKS

Lecture 155 How to route traffiic with Azure Front Door and multiple AKS clusters?

Lecture 156 What is Azure Fleet Manager?

Lecture 157 Exploring our AKS cluster

Lecture 158 How to backup AKS cluster with Azure Backup?

Lecture 159 How to Monitor AKS with Prometheus and Grafana?

Lecture 160 What are automatic deployments in AKS?

Lecture 161 What is AKS automatic?

Lecture 162 How to use proximity placement groups (PPG) in AKS?

Lecture 163 What is LTS in AKS?

Lecture 164 How to find az aks commands?

Lecture 165 Finishing with AKS and starting with ACA?

Section 7: VII Azure Container apps

Lecture 166 What is Azure Container apps?

Lecture 167 What is Azure Container apps environment?

Lecture 168 How to create our first ACA?

Lecture 169 How to create our first ACA based on Docker image?

Lecture 170 How to create our first ACA based on ACR image?

Lecture 171 How to create ACA with YAML file?

Lecture 172 What is Container app jobs?

Lecture 173 What is KEDA?

Lecture 174 What is DAPR?

Lecture 175 What are secrets in ACA?

Lecture 176 How to update ACA using revisions and splitting traffic?

Lecture 177 How to use Azure Functions in ACA?

Lecture 178 Storage options in ACA?

Lecture 179 Logging in ACA

Lecture 180 How to configure custom domain name in ACA?

Lecture 181 What is a Workload profile?

Lecture 182 Networking in ACA

Lecture 183 How to secure ACA with AFD?

Lecture 184 Private endpoint in ACA

Lecture 185 What is a service connector?

Lecture 186 How to create ACA from VSC?

Lecture 187 About ACA

Section 8: Final chapter

Lecture 188 Final chapter

Azure beginners, Azure and IT lovers