* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr A Todos  101yd91 k7y8j0
    Hoje às 02:46
  • j.s.: try65hytr a todos  4tj97u<z 4tj97u<z
    21 de Novembro de 2024, 18:43
  • FELISCUNHA: dgtgtr  pessoal   49E09B4F
    20 de Novembro de 2024, 12:26
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    19 de Novembro de 2024, 02:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    16 de Novembro de 2024, 11:11
  • j.s.: bom fim de semana  49E09B4F
    15 de Novembro de 2024, 17:29
  • j.s.: try65hytr a todos  4tj97u<z
    15 de Novembro de 2024, 17:29
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    15 de Novembro de 2024, 10:07
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    15 de Novembro de 2024, 03:53
  • FELISCUNHA: dgtgtr   49E09B4F
    12 de Novembro de 2024, 12:25
  • JPratas: try65hytr Pessoal  classic k7y8j0 yu7gh8
    12 de Novembro de 2024, 01:59
  • j.s.: try65hytr a todos  4tj97u<z
    11 de Novembro de 2024, 19:31
  • cereal killa: try65hytr pessoal  2dgh8i
    11 de Novembro de 2024, 18:16
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    09 de Novembro de 2024, 11:43
  • JPratas: try65hytr Pessoal  classic k7y8j0
    08 de Novembro de 2024, 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36

Autor Tópico: Foundation to MySql Database on Docker On-Prem & AWS Cloud  (Lida 309 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 117225
  • Karma: +0/-0
Foundation to MySql Database on Docker On-Prem & AWS Cloud
« em: 23 de Junho de 2019, 17:55 »

Foundation to MySql Database on Docker : On-Prem & AWS Cloud
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 48000 Hz, 2ch | 1.95 GB
Duration: 5 hours | Genre: eLearning Video | Language: English

A 3-in-1 Course to learn Docker / Mysql on Docker / Mysql on Docker in AWS Cloud

What you'll learn

    What is Docker ?
    What are Containers ?
    Containers Vs Virtual Machines
    Benefits of Docker
    Installation of Docker on MacOs/Linux
    Magic: How Docker works on Mac
    Docker Architecture: Deep Dive (What is Docker Registry/Daemon/Client/Image/Container/Engine ?)
    Demos on Docker Commands
    Explanation of Mysql Community Edition
    Demo: Install Official Docker Images & Oracle Image for Mysql
    Demo: Install multiple versions of mysql
    Demo: Connect to Mysql Container database using CLI & Mysql workbench
    Understand Docker Compose with Demos
    Demo: How to Create a Custom Docker Image
    Demo: Push Image to Docker Hub
    What is Data Persistence in Docker
    Demo: Mysql container using Volume
    Demo: Backup / Recovery of Mysql Container database
    Introduction to Docker in AWS
    What is AWS VPC ?
    Demo: Create a Custom VPC
    What is a Security Group ?
    Demos: Create a Security Group for Webserver & DBServer
    Understand the Sample Architecture : Webserver to Database Server
    Demo: Build an EC2 Instance for Webserver & DBServer in Custom VPC
    Demo: Install Docker on EC2 Machine in AWS Cloud
    Demo: Installation of PHP 7.2 on Webserver
    Demo: Create Mysql container database on AWS
    Demo: Write a PHP Code to connect to Mysql Database (Docker on AWS) & Display Resultset

Requirements

    Knowledge of Databases (Mysql / Oracle)

Description

This is a 3-in-1 course designed for the students who wish to learn the Basics of Docker , How Mysql Databases work on Docker On-Prem & AWS Cloud.

Docker Introduction

We shall begin with the Basics : What is Docker , What are Containers as the concept of Docker revolves around Containers. We shall then looks and compare Docker with Virtual Machines. An understanding will be given to the students about the benefits of Docker and some interesting Facts.

Docker Architecture : Deep Dive & Demos

My belief is when learning a new technology it's always good to understand the Architecture and hence we shall do a deep dive into the architecture of Docker, We will understand the basic terminlogies like What is a Docker Image/Container/ Registry/Engine and this will equip us to understand the technology and get a good grasp of the subject.

The demos for installation of Docker on MacOs will be done and we will also perform loads of demos to run and understand the Basic Docker Commands.

Mysql Database on Docker

We shall then move our focus to Mysql Databases on Docker and get an understanding around the official images for Mysql community edition that are available from Docker & Oracle. We will do demos to install these and look at differences.

We shall try and understand the importance of tags and how you can install multiple versions of mysql. I will also show how you can connect mysql database in a container using CLI & Mysql workbench.

We will focus on Industry standards for creating Docker containers using the Docker Compose with Demos. We will also look at practical methods of creating your own custom image / pusing that image to Docker Hub / Pulling the same image and create a new container from the image.

An in-depth understanding will be given on Data Persistence in Docker and how we can create Mysql Database using Docker Volumes. As any discussion on Databases will be incomplete without Backups/Recovery hence we shall take a look at Backup/Recovery of Mysql Databases in Docker.

Mysql Database on Docker in AWS Cloud

We shall use the above understanding and use it in the world of AWS Cloud. For this we will work on our custom Architecture where in we will create our own VPC (Virtual Private Cloud)  and this VPC will have 2 Subnets: A Public Subnet for Webserver and a Private Subnet for the Database Server (Mysql). 

I will do practical demos and give you good understanding on the Security Groups and how you can create Security Groups for Webserver and DB Sever, please note that as Database Server is in private Subnet no one from outside world can access it directly and only the Webserver will be able to talk to Database Server.

At the same time the Database Server needs to have internet connectivity as we need to install Docker                                                                                                                                                                                                there , how this can be achieved will be mentioned as well.

Some more practical demos will be done showing the students how we can build EC2 Machines in AWS Cloud , one which will be used for Webserver and other for the Database Server. We will also install PHP 7.2 along with Apache Webserver at the Front End , and for the Backend we we will have Mysql Database running inside Docker on AWS Cloud.

At the end we will write a PHP Code and which will make a connection from PHP to Mysql Database on Docker in AWS Cloud and will extract and display the database from Mysql Tables.

Happy Learning

DB Alchemist Academy

Who this course is for:

    Students who want to learn Docker & Mysql in Docker On-Premises & AWS Cloud
       

               
 
Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction