Companies Home Search Profile

Kubernetes and Docker: The Container Masterclass

Focused View

Cerulean Canvas

6:58:42

11 View
  • 001-Course Outline.mp4
    01:53
  • 002-Making a Web Application.mp4
    04:21
  • 003-Demo - Simple Web Application.mp4
    02:28
  • 004-A Forest of Virtual Machines (VMs).mp4
    02:08
  • 005-Hello Containers.mp4
    05:08
  • 006-Hello Docker!.mp4
    01:34
  • 007-Demo - Installing Docker on Linux.mp4
    03:45
  • 008-Demo - Containerizing a Simple Web Application.mp4
    02:25
  • 009-Stages of Containerization.mp4
    00:53
  • 010-Working of Docker.mp4
    03:51
  • 011-A Quick Look at the Format of a Dockerfile.mp4
    02:25
  • 012-Demo - Fundamental Instructions of a Dockerfile.mp4
    05:48
  • 013-Demo - Configuring a Dockerfile.mp4
    05:29
  • 014-Demo - Execution Instructions of a Dockerfile.mp4
    04:31
  • 015-Demo - Expose Instructions of a Dockerfile.mp4
    04:15
  • 016-Demo - Miscellaneous Instructions of a Dockerfile Part 1.mp4
    04:07
  • 017-Demo - Miscellaneous Instructions of a Dockerfile Part 2.mp4
    09:26
  • 018-Demo - Docker Hub Walkthrough.mp4
    04:06
  • 019-Understanding Docker Images.mp4
    03:01
  • 020-Working with Docker Images.mp4
    11:37
  • 021-Demo - Know Your Docker Image Inspect and History.mp4
    05:31
  • 022-Demo - Cleaning up Docker Images.mp4
    01:48
  • 023-A Container is Born!.mp4
    01:52
  • 024-Container lifecycle.mp4
    02:54
  • 025-Demo - Container Run versus Create.mp4
    02:52
  • 026-Demo - Working with Containers - Starting, Stopping, Restarting, and Renaming.mp4
    02:58
  • 027-Demo - Working with Containers Attach and Exec.mp4
    01:44
  • 028-Demo - Inspecting and Committing Container.mp4
    03:29
  • 029-Demo - Container Exposure Container Port Mapping.mp4
    01:52
  • 030-Demo - Container Clean-up Pruning and Removing.mp4
    02:01
  • 031-Multi-container Applications and Introduction to Networking in Docker.mp4
    02:41
  • 032-Container Networking Model (CNM) of Docker.mp4
    02:28
  • 033-Dockers Native Network Drivers.mp4
    04:05
  • 034-Demo - Creating Docker Networks.mp4
    01:41
  • 035-Demo - Working with Docker Networks Connecting, Disconnecting, Inspecting, and Cleaning.mp4
    05:01
  • 036-Ping One Container from another.mp4
    04:19
  • 037-Never Lose a Bit of Your Data.mp4
    05:26
  • 038-Demo - Working with Volumes - Creating, Listing, and Removing.mp4
    03:33
  • 039-Demo - When Containers Meet Volumes.mp4
    03:45
  • 040-Demo - Working with Bind Mounts.mp4
    02:35
  • 041-Demo - Hosting the 2048 Containerized Game.mp4
    03:09
  • 042-Introduction to Docker Compose.mp4
    01:09
  • 043-Structure of Docker Compose.mp4
    06:57
  • 044-Setting up Docker Compose.mp4
    00:53
  • 045-Demo - WordPress on Docker Compose.mp4
    07:20
  • 046-Demo - Introduction to Docker Compose Command Line Interface (CLI).mp4
    02:51
  • 047-Introduction to Container Orchestration and Docker Swarm.mp4
    06:47
  • 048-Handling Swarm Failure.mp4
    01:31
  • 049-Demo - Installing VirtualBox.mp4
    01:29
  • 050-Demo - Installing Docker Machine.mp4
    00:37
  • 051-Demo - Setting up the Swarm Cluster.mp4
    02:23
  • 052-Demo - Initializing the Swarm Cluster.mp4
    01:54
  • 053-Demo - Working with Swarm nodes List and Inspect.mp4
    01:44
  • 054-Demo - Creating a Service on Swarm.mp4
    03:45
  • 055-Demo - Making a Node Leave Your Swarm.mp4
    02:47
  • 056-Demo - Scaling and Updating with Swarm.mp4
    03:25
  • 057-What about the More Popular One.mp4
    03:30
  • 058-Kubernetes - An Origin Story.mp4
    01:49
  • 059-Kubernetes - Architecture.mp4
    05:30
  • 060-Demo - Bootstrapping Kubernetes Cluster on Google Cloud Platform (GCP).mp4
    19:35
  • 061-What are Pods.mp4
    01:51
  • 062-Operating Kubernetes.mp4
    01:57
  • 063-Working with Pods.mp4
    09:41
  • 064-Lifecycle of a Pod.mp4
    01:15
  • 065-Demo - Managing a Pods Lifespan with Lifecycle Handlers.mp4
    03:04
  • 066-Demo - Adding a Containers Command and Arguments to Pods.mp4
    03:27
  • 067-Demo - Configuring a Containers Environment Variables with Pods.mp4
    04:33
  • 068-Labels, Selectors, and Namespaces.mp4
    01:50
  • 069-Demo - Working with Namespaces.mp4
    03:47
  • 070-Demo - Pod Resource Management.mp4
    04:34
  • 071-Kubernetes Controllers Concept and Types.mp4
    00:54
  • 072-Introduction to ReplicaSets.mp4
    01:08
  • 073-Working with ReplicaSets.mp4
    06:41
  • 074-Introduction to Deployments.mp4
    01:05
  • 075-Demo - Working with Deployments.mp4
    04:37
  • 076-Introduction to Jobs.mp4
    01:15
  • 077-Demo - Working with Jobs.mp4
    03:02
  • 078-Introduction to Services and Service Types.mp4
    03:40
  • 079-Demo - Working with ClusterIP Services.mp4
    03:45
  • 080-Demo - Working with NodePort Services.mp4
    03:34
  • 081-Introduction to Storage in Kubernetes.mp4
    02:33
  • 082-Demo - Mounting Volume to a Pod.mp4
    04:47
  • 083-Demo - Mounting Projected Volume to a Pod Secrets.mp4
    04:01
  • 084-Demo - Good Old MySQL WordPress Combination with Kubernetes.mp4
    07:47
  • 085-BlackRock Case Study.mp4
    01:35
  • 086-Node Eviction from a Kubernetes Cluster.mp4
    02:33
  • 087-Demo - Rolling Updates Rollout, Pause, Status Check.mp4
    03:52
  • 088-Introduction to Taints and Tolerations.mp4
    02:22
  • 089-Demo - Scheduling Pods Using Taints.mp4
    08:48
  • 090-Demo - Autoscaling Kubernetes Cluster Using Horizontal Pod Autoscaler (HPA).mp4
    03:33
  • 091-Demo - Deploying Apache ZooKeeper Using Kubernetes.mp4
    18:47
  • 092-PokA mon Go Case Study.mp4
    02:40
  • 093-On-premise Kubernetes or Managed Kubernetes on the Cloud Make a Choice!.mp4
    02:46
  • 094-Demo - Setting up a Google Kubernetes Engine (GKE) Cluster.mp4
    05:39
  • 095-Demo - Accessing the Google Kubernetes Engine (GKE) Cluster.mp4
    04:08
  • 096-Demo - Persistent Volume and Load Balancing on Google Kubernetes Engine (GKE).mp4
    06:49
  • 097-Demo - Kubernetes on Microsoft Azure Cloud.mp4
    11:55
  • 098-Demo - Docker GUI with Kitematic.mp4
    08:37
  • 099-Demo - Minikube Series Installing Minikube.mp4
    02:15
  • 100-Demo - Minikube Series Getting Started with Minikube.mp4
    10:20
  • 101-Introduction to Serverless Kubernetes.mp4
    02:42
  • 102-Activating Cloud Run API on Google Cloud Platform (GCP).mp4
    03:35
  • 103-Your First Service on Cloud Run.mp4
    05:17
  • 104-Conclusion.mp4
    00:50
  • Description


    Containers are empowering businesses to scale fearlessly and manage their web applications hassle-free. They are the prime reason why micro and small enterprises are migrating to the cloud. All of this has undoubtedly led to an enormous demand for professionals with containerization skills. This course is a comprehensive explanation of what you should do to successfully build and run containerized applications using Docker and Kubernetes. The course starts with an introduction to Docker and explains how it helps in developing web applications. Next, you will explore the architecture of Docker and become familiar with Docker images, Docker files, and containers. Moving along, you will work with the Container Networking Model (CNM) and Docker storage and get an introduction to Docker Compose. Towards the end, you will learn to perform container orchestration with Docker Swarm and pods and get to grips with the concepts of Kubernetes. By the end of this course, you will have all the skills needed to build, deploy, and manage containerized web applications on local premises and on the cloud using Kubernetes and Docker. The code bundle for this course is available at https://github.com/PacktPublishing/Kubernetes-and-Docker-The-Container-Masterclass

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Cerulean Canvas
    Cerulean Canvas
    Instructor's Courses
    Cerulean Canvas signifies the sky-sized scope of dreams and imagination where you can paint anything! Cerulean Canvas is a small group of believers who want to make an impact by doing what they are best at educating. Sounds like an old-school rock band, right? Well, that is the whole point! Education can bring evolution (information source: time itself) when it is delivered to aspiring minds with the utmost care. So, every book, every article, and every lecture they produce is a performance for them, and their priority is student satisfaction.
    Packt is a publishing company founded in 2003 headquartered in Birmingham, UK, with offices in Mumbai, India. Packt primarily publishes print and electronic books and videos relating to information technology, including programming, web design, data analysis and hardware.
    • language english
    • Training sessions 104
    • duration 6:58:42
    • Release Date 2024/03/14