Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
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 1 2 3 4

Serverless Python Application On Google Cloud

Posted By: ELK1nG
Serverless Python Application On Google Cloud

Serverless Python Application On Google Cloud
Last updated 7/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 490.16 MB | Duration: 0h 51m

Learn to Build & Push a Python Web Application using Docker, Cloud Build & Cloud Run on the Google Cloud Platform

What you'll learn

Deploying a Serverless Python Web Application

Setting up Google Cloud SDK on their System

Basic Docker Usage (Dockerfile)

Web Application Deployment to Google Cloud

What a Serverless application is

Cloud Build on Google Cloud Platform

Requirements

Python (like 30 Days of Python)

Web Application Development (Like our Try Django series)

Description

Build a Serverless Python Application by using a Docker Container and Google Cloud Run.Serverless allows us to focus on our code and deploy more. What's better, our serverless applications only cost us money when they're used.Docker Containers make it easy to create our own isolated environment on the operating system level. This is exactly what we need in so many applications.In this series, we'll be deploying a Serverless Container Application on Google Cloud. In our case, we'll be using Python and FastAPI to deploy a REST API service. Using Containers give us the control we need to setup our environment and distribute to nearly any service that can run a Docker container.Serverless web applications don't mean no servers, they just mean that the server is handled for you so your app can scale as large as it needs to meet incredible demand or scale to 0 if there's no demand. Container-based serverless apps are made possible by open-source technologies Kubernetes and Knative and managed for us by Google Cloud. Google developed Kubernetes to manage (orchestrate) containers. Luckily for us, we don't have to worry about Kubernetes at all, we just have to worry about our application's code and google handles the rest.Serverless apps using containers on Google Cloud is seriously amazing. Let's see why.

Overview

Section 1: Welcome

Lecture 1 Welcome

Section 2: Installation

Lecture 2 Install Google Cloud SDK & CLI

Lecture 3 Install Docker

Section 3: Project Setup

Lecture 4 Base Python Project Setup

Lecture 5 Create our Dockerfile

Section 4: Build & Push

Lecture 6 Build & Run our Docker Container

Lecture 7 Build, Tag, and Push via Docker

Lecture 8 Push to GCloud Container Registry

Lecture 9 Build Docker Containers in the Cloud with gcloud build

Section 5: Deploy

Lecture 10 Deploy your Container Image to Cloud Run

Section 6: Thank you

Lecture 11 Thank you and next steps

Students with some Python Experience,Beginner web app developers with interest in Serverless applications,AWS Lambda users looking for a better way