Udemy - Career Switch to Cloud and DevOps - The Complete Guide

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 3.2 GB
  • Uploaded By freecoursewb
  • Downloads 258
  • Last checked 1 day ago
  • Date uploaded 11 months ago
  • Seeders 9
  • Leechers 1

Infohash : E7D8CC261356DF42BECC09A1ED76B3E9FE06178F



Career Switch to Cloud & DevOps : The Complete Guide

https://WebToolTip.com

Published 2/2025
Created by Otmane Bahnini
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 63 Lectures ( 7h 57m ) | Size: 3.2 GB

Master Google Cloud Plateform, Docker, CI/CD and Fullstack application Deployment

What you'll learn
Understand the fundamentals of Docker and containerization
Build and deploy a complete fullstack web application using Docker and Docker Compose
Deploy and manage resources on Google Cloud Platform (GCP), including VMs, networking, cloud sql dabase, secrets and load balancers.
Implement Infrastructure as Code (IaC) using GCP Deployment Manager to automate VM, network, and resource deployments.
Create modular and reusable templates for advanced deployment automation using Jinja templates.
Automate deployments using bash scripts, including creating dynamic, concurrent deployments for multiple environments
Learn CI/CD concepts and implement GitLab CI pipelines to deploy fullstack application to production
Integrate quality assurance with Flake8 and unit testing in your CI/CD pipelines for robust code deployment
Build and push Docker images to the GitLab container registry and deploy applications using GitLab CI.
Use advanced GitLab CI features, such as parallel matrix jobs, secure files, and reading secrets from GCP Secret Manager.

Requirements
No prior DevOps or programming experience needed.
Basic Computer Knowledge

Files:

[ WebToolTip.com ] Udemy - Career Switch to Cloud and DevOps - The Complete Guide
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 -Introduction.mp4 (56.0 MB)
    2 - Docker Fundamentals & Containerization
    • 1 -Introduction to docker.mp4 (22.6 MB)
    • 2 -Containers vs virtual machines.mp4 (40.4 MB)
    • 3 -Docker installation.mp4 (49.5 MB)
    • 4 -Docker images.mp4 (18.9 MB)
    • 5 -Run a container.mp4 (17.2 MB)
    • 6 -Run a simple web application with Docker.mp4 (46.1 MB)
    • 6 -lesson-7-git-repo.txt (0.1 KB)
    • 7 -Run an application using Dockerfile.mp4 (26.8 MB)
    3 - Fullstack Demo Application Deployment with Docker
    • 1 -Demo application architecture.mp4 (21.4 MB)
    • 10 -Demo application backend-api deployment part-2.mp4 (57.3 MB)
    • 10 -git-repo.txt (0.1 KB)
    • 2 -Demo application deployment introduction.mp4 (10.5 MB)
    • 2 -Demo-application-configuration.pdf (32.1 KB)
    • 3 -Git installation.mp4 (10.1 MB)
    • 4 -Demo application frontend how nginx works.mp4 (22.3 MB)
    • 5 -Demo application frontend environment variables.mp4 (18.1 MB)
    • 6 -Demo application frontend deployment with docker.mp4 (54.9 MB)
    • 6 -git-repo.txt (0.1 KB)
    • 7 -Introduction to docker networking.mp4 (12.3 MB)
    • 8 -Demo application database deployment.mp4 (34.9 MB)
    • 9 -Demo application backend-api deployment part-1.mp4 (17.2 MB)
    4 - Fullstack Demo Application Deployment with Docker Compose
    • 1 -Introduction to docker compose.mp4 (17.4 MB)
    • 2 -Introduction to yaml format.mp4 (22.1 MB)
    • 3 -Create docker compose for fullstack demo application.mp4 (158.3 MB)
    • 3 -lesson-19-git-repo.txt (0.1 KB)
    • 4 -Optimize docker images size.mp4 (54.8 MB)
    • 4 -lesson-20-21-git-repo.txt (0.1 KB)
    • 5 -Optimize docker compose file.mp4 (40.4 MB)
    • 5 -lesson-20-21-git-repo.txt (0.1 KB)
    5 - Google Cloud Platform (GCP)
    • 1 -Introduction to google cloud plateform.mp4 (14.7 MB)
    • 2 -Create new gcp account.mp4 (9.9 MB)
    • 3 -Global architecture of the infrastructure for fullstack demo app.mp4 (12.3 MB)
    • 4 -Deploy your first VMs on GCP.mp4 (168.1 MB)
    • 5 -Basics of networking in GCP.mp4 (28.2 MB)
    • 6 -Create and use cloud sql-database.mp4 (71.4 MB)
    • 7 -Create Instance groups.mp4 (12.6 MB)
    • 8 -Create configure load balancer.mp4 (91.8 MB)
    6 - Infrastructure as Code (IaC) with Deployment Manager
    • 1 -Introduction to IaC.mp4 (16.8 MB)
    • 1 -git-repo.txt (0.1 KB)
    • 2 -Gcloud installation.mp4 (39.3 MB)
    • 3 -Deploy VMs with deployment manager.mp4 (67.0 MB)
    • 3 -Readme.pdf (19.0 KB)
    • 4 -Deploy networks and firewalls with deployment manager.mp4 (61.9 MB)
    • 5 -Starting scripts in deployment manager.mp4 (52.2 MB)
    • 5 -lesson-33-starting-script-git-repo.txt (0.1 KB)
    • 6 -Create instance template with deployment manager.mp4 (59.4 MB)
    • 7 -Create loadbalancer with deployment manager.mp4 (167.6 MB)
    • 8 -Create cloud sql instance users and database with deployment manager.mp4 (98.4 MB)
    • 8 -git-repo.txt (0.1 KB)
    7 - Advanced Deployment with Template Modules
    • 1 -Introduction to template modules.mp4 (16.3 MB)
    • 1 -git-repo.txt (0.1 KB)
    • 2 -Create your first jinja templates.mp4 (122.0 MB)
    • 3 -Use properties in template modules.mp4 (116.3 MB)
    • 4 -Google cloud Secret Manager.mp4 (34.6 MB)
    • 4 -git-repo.txt (0.1 KB)
    8 - Deployment Automation with Bash Script
    • 1 -Deployment automation with bash script part-1.mp4 (70.6 MB)
    • 1 -git-repo.txt (0.1 KB)
    • 2 -Deployment automation with bash script part 2.mp4 (136.1 MB)
    • 3 -Deployment automation with bash script part 3.mp4 (53.0 MB)
    • 4 -Use of arguments in the script plus some improvement.mp4 (55.7 MB)
    • 5 -Create dynamic concurrent deployment for different environments.mp4 (96.9 MB)
    • 5 -git-repo.txt (0.1 KB)
    9 - CICD with GitLab CI
    • 1 -Introduction to CICD concepts.mp4 (15.3 MB)
    • 1 -git-repo.txt (0.0 KB)
    • 10 -Install and register gitlab-runners in gcp.mp4 (77.8 MB)
    • 11 -Build and push docker images to gitlab registry.mp4 (85.1 MB)
    • 12 -Deploy fullstack demo app using gitlab-ci.mp4 (79.0 MB)
    • 13 -Use parallel matrix in gitlab-ci to deploy on multiple instances.mp4 (43.5 MB)
    • 14 -Create serviceaccount to read secrets from google cloud secret manager.mp4 (58.2 MB)
    • 15 -Use secure files gitlab-ci feature to retrieve secrets from secret manager.mp4 (56.2 MB)
    • 15 -git-repo.txt (0.0 KB)
    • 2 -Jobs and stages concept in gitlab-ci.mp4 (8.6 MB)
    • 3 -Create your first gitlab-ci-pipeline.mp4 (45.7 MB)
    • 4 -Code quality with flake8.mp4 (73.3 MB)
    • 5 -Unit test and code coverage.mp4 (43.6 MB)
    • 6 -Configure ssh to connect to gitlab.mp4 (41.6 MB)
    • 7 -Integrate quality tests and unit tests to gitlab-ci pipeline.mp4 (113.3 MB)
    • 8 -Variables in gitlab-ci.mp4 (27.8 MB)
    • 9 -Gitlab runners.mp4 (8.3 MB)
    • Bonus Resources.txt (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce
REVERSE-PROXY 🔄 RP (success) | 6886ms 📄 torrent 🕐 08 Feb 2026, 05:09:20 am IST ⏰ 05 Mar 2026, 05:09:20 am IST ✅ Valid for 24d 23h 🔄 Wait 10m