Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence CBT
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Online Business Business Strategy Business Plan Startup Freelancing Blogging Tax Preparation
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Docker

Docker kubernetes with AWS:Containerize & Deploy

In HINDI/URDU LANGUAGE: A complete guide to Docker and Kubernetes and how to deploy
Rating: 4.0 out of 54.0 (64 ratings)
4,449 students
Created by Dr. Ahmad Mohsin PhD
Last updated 11/2020
Hindi
30-Day Money-Back Guarantee

What you'll learn

  • You will learn Docker from Scratch
  • Create Docker containers like a pro
  • build , find and published images
  • Learn to automatically deploy code
  • Learn Kubernetes
  • Upgrade, downgrade applications running in a live production system using Kubernetes

Course content

15 sections • 195 lectures • 18h 53m total length

  • Preview04:47
  • What is Docker
    07:44
  • Course Slides
    00:04
  • Kubernetes Cheat Sheet
    00:01

  • Docker Components
    02:56
  • Installing Docker For Windows
    04:09
  • Allowing Some Packages for Windows
    00:34
  • Checking for successful Installation
    02:19

  • Preview15:12
  • Preview08:02
  • Name Spacing and Control Groups
    05:44
  • Docker Command Line Interface(CLI)
    03:44
  • Docker CLI Over writing Command
    09:48
  • Docker PS
    04:09
  • Shutting Down/Stopping Containers
    06:25
  • Starting a Stopped Container
    05:42
  • Deleting a Container
    01:48
  • How to Use Docker Log
    02:34
  • Stop vs Kill a Container
    05:56
  • How to Run a command inside container
    06:31

  • How to create images like Leonardo Davinci
    10:26
  • Guts of Docker file
    06:05
  • What is Base Image
    07:20
  • Build Process in Detail
    13:42
  • Build Process Summary
    08:18
  • How to Tag an Image
    05:01
  • Deploy Node App in Chrome
    03:09

  • Node Server Programming
    08:39
  • Fisrt_Project:Single Container App
    00:05
  • A few Planned Errors
    09:35
  • Issue with Base Image
    05:23
  • Missing Files
    04:07
  • Copying Build Files
    07:08
  • Container Port Mapping
    07:56
  • Specify work Directory
    11:40
  • Unnecessary Builds
    05:33
  • Minimizing Cache Busting
    05:50

  • App Over View
    03:36
  • Coding a Web App
    09:45
  • Second_Project: Multi Container App
    00:05
  • Creating Docker file
    04:35
  • Combing Redis Server
    07:54
  • Intro to Docker Compose
    09:30
  • Networking with Docker COmpose
    05:28
  • Docker Compose COmmands
    03:45
  • Why we need Docker Compose
    03:56
  • Auto Container Restart Part-1
    03:44
  • Auto Container Restart Part-2
    10:23
  • Container Status
    03:57

  • Development Workflow
    02:02
  • Essential Tools for Deployment
    07:38
  • deployment workflow
    01:40
  • What we are Going to do
    03:10
  • Creating React Front End App
    03:15
  • Necessary Commands
    07:19
  • Creating Dev Docker File
    06:21
  • Problem of Duplicate Dependencies
    03:02
  • How to do Port Mapping
    04:10
  • Volume Mapping
    09:16
  • node-module mapping and Why
    06:42
  • Creating Docker Compose file
    05:11
  • How to Specify Docker.dev
    01:25
  • Copy vs Volume Mapping
    02:13
  • Executing tests
    05:28
  • Test First Method>Piggy Back a Container
    06:18
  • Test Second Method> Create Service
    05:36
  • Adding Ability to give input in Test
    08:07
  • Production vs Development Envirnment
    03:33
  • Need for NginX
    06:11
  • Coding Multi-Step Build
    05:26
  • Running NginX
    03:54

  • Services We will USe
    02:32
  • Github Setup
    07:31
  • Integrating Github with Travis
    03:52
  • Travis YAML file CONFIGURATION
    07:42
  • Travis Test
    05:02
  • Automatic Build Creation
    04:13
  • Why AWS
    03:58
  • How to Add Deploy Section in Travis file
    07:40
  • Travis Access to Elastic Beanstalk
    10:03
  • Debugging Travis file
    06:08
  • Recapping Entire Work Flow
    07:52
  • How to Merge Request to Master
    03:13
  • Cleaning the Crime Scene
    03:48
  • Deployment Issues that leads us to Next Section
    03:42

  • Web App Front End Architecture
    05:34
  • Web App Backend Architecture
    04:44
  • Programming Worker Process
    15:18
  • Express API Setup
    05:47
  • Coding logic for Express and Postgress
    10:33
  • Coding Logic for Express and Redis
    19:32
  • Setting Up for React App
    01:42
  • Generating and Fetching Data in React App
    12:42
  • Rendering Logic in App
    10:07
  • Building Handle for Input and Submit
    05:19
  • Routing using Dom Library
    07:49

  • Blue Pill or Red Pill You Choose
    02:16
  • Start to write Docker file Part_1
    08:52
  • Creating Docker dev files _Part_2
    06:19
  • Docker dev for Worker_Part_3
    07:27
  • Creating Docker Compose file
    04:25
  • Environment Variables with Docker Compose
    08:12
  • Worker and Client Services
    01:50
  • Routing with NginX
    11:48
  • Building Custom NginX Image
    05:48
  • Trouble Shoot Startup Bugs
    04:12
  • Opening Web Socket Connection
    06:00

Requirements

  • A credit card is required to deploy on AWS
  • A Smile..:)

Description

This is a hands-on Docker and Kubernetes course clear concepts and practicals

Are you tired of sluggish web deployment methods and want a solid deployment solution this course is for you. Do you want to build production grade pipe line for automatically testing and deployment of your web app or software, this course is for you.

This course explains all you need to know about following in HINDI/URDU LANGUAGE.

  • Docker

  • CI+CD Workflows

  • AWS Deployment

  • Kubernetes in Production

In this course is jam packed with all the concepts starting from docker to multi container app using kubernetes. This course is divided into following sections,.

Section 1: Introduction

Section 2: Docker Client and Container Manipulation

Section 3: Building Custom Images with Docker Server

Section 4: Making Real Project with Docker

Section 5: Docker Compose with Multiple Containers

Section 6: Production Grade Work Flow

Section 7: Integration and Deployment with AWS

Section 8: Multi Container Application

Section 9: Dockerize Multiple Services

Section 10: Continuous Integration Workflow for
Multiple Images

Section 11: Multi-Container Deployment to AWS

Section 12: Now Lets Start Kubernetes

Section 13: Maintaining Sets of Containers with
Deployments

Section 14: Multi Container App with Kubernetes

This is going to be your one stop shop for the deployment solution. Join now to one of the best course.

***Please Note***



  • Mohammad Wahid- 5 stars

  • Bhagesh- 5 stars

  • Madhur Sengar- 5 stars

  • Kushagra Bansal- 5 stars

  • Mayuri Murlidhar Masane- 5 stars

This course comes with Udemy's 30 days Money Back guarantee, This is the deal you can never go wrong

I have 100% response rate , so I will always be there to respond to your questions. And of course after Completing this course not only you will built your portfolio but also get Certificate of completion which you can post on your linked Profile and Attract potential Employers.

Enroll now and lets get started...

Who this course is for:

  • Sys Admin
  • DevOps
  • Software engineers looking to deploy their apps quickly and efficiently
  • Software developers
  • Entrepreneurs looking to deploy their website

Instructor

Dr. Ahmad Mohsin PhD
Engineer ,Programmer and Tutor
Dr. Ahmad Mohsin PhD
  • 4.4 Instructor Rating
  • 1,900 Reviews
  • 52,784 Students
  • 10 Courses

Founder of datascience.university. Mohsin Khalil Ahmad Served as Lecturer in Well reputed University and is linked to Academia for last 6 years. He is PhD in aerospace engineering. He has been using Python for scientific computing, Data Analysis and Machine Learning for last 10 years.

Mr. Mohsin Khalil have worked as Research Engineer in AeroTraNet2 Project which Included top European Aerospace Industries Like Airbus France, Von Karman Institute for Fluid Dynamics(VKI) Brussels  and Universities like Uni Leicester London,UK

Mr. Mohsin have won numerous awards, including ,Erasmas Mundas Scholar, Marie Curie Fellow, Italian National Research Award and counting and have authored numerous research articles.

You are being taught by the best of the best.



  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.