LEARN Complete DEVOPS Pipeline with Python Web Application


Docker, Kubernetes, GitHub Action, Git, Flask, Python, Selenium, Pytest, HTML, CSS, SQLAlchemy, Ngrok [PROJECT included]


Requirements
Git installed
Docker installed
Kubernetes installed
Any IDE
Github account
Docker hub account

Description
What is DevOps Pipeline?
A DevOps pipeline is a set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier.

How do you make a DevOps pipeline?

Plan: It is the first and most important step in DevOps Pipeline where you have to decide your product's goals and determine the resources necessary to achieve those goals.

Code: It comes after where you will do code development and code review of your product
Build: In this step you will build the source code into one desired format, compile, test and deploy in a particular place of the infrastructure.
CI/CD: CI/CD stands for continuous integration (CI) and delivery (CD)  where it will check and verify the source code from Source Code Management and build it.

Test: Automatic tests ensure that no bugs will be implemented in production.
Release: The application code has passed the testing phase and now it is ready to be deployed.
Deploy: In this step, the OPs team will deploy an application from staging stage to the production stage
Operate and Monitor: Here OPs team will operate and monitor the application and take action in any kind of failure.

What you will learn in this course?

In this course, you will learn about the tools which will complete the DevOps pipeline and make a robust application for you.

Git:

What is Git in DevOps?
Git is an open-source and distributed version control system that lets you manage and keep track of your source code history.



Github:

What is Github in DevOps?
Github is a git repository hosting service used for code sharing, bug tracking, feature request, and much more.



What is the difference between git and Github?
Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories.



What are Tools and Libraries used for creating applications in this course?
PyCharm is an integrated development environment (IDE) for the Python programing language.
Flask is a python web framework.
HTML is the standard markup language for Web pages.

CSS is a style sheet language used to style an HTML document.

SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility to SQL.

Selenium is used to automate web browser interaction.

Pytest is a unit testing framework that allows users to write test codes.

Ngrok allows you to expose a web server running on your local machine to the internet.



Github Actions:

What is Github Action in DevOps?
Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository.



Docker:

What is Docker in DevOps?
Docker is an open-source containerization platform that enables developers to package applications into containers.



Why use Docker?

Docker solved the 'it works on my machine' headache by making applications platform-independent. With Docker, you can simply build, ship, and run your application



Docker Hub:

What is Docker Hub?
Docker Hub is a cloud-based repository for finding and sharing container images with your team.



What are the alternatives of Docker Hub?
AWS ECR, Azure Container Registry, Quay are the alternatives of Docker Hub.



Kubernetes:

What is Kubernetes in DevOps?
Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications.

What is unique about this course?
This course is a one-stop-shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, DevOps concepts, and much more with python programing language.

This course is fully based on a pragmatic approach without any kind of bogus content. A short, precise, and practical-oriented course for IT pros just like you.

Who this course is for:
Anyone who wants to Enhance their skills in the DevOps domain
Developers and IT Pros




Post a Comment

0 Comments