jairsjunior / onboarding-demo

0 stars 0 forks source link

moisesjsalmeida - Onboarding Phase 1 #140

Closed jairsjunior-onboarding[bot] closed 3 years ago

jairsjunior-onboarding[bot] commented 3 years ago

Welcome to the Onboarding Phase 1 - Campus Dev Basics

jairsjunior-onboarding[bot] commented 3 years ago

First Task

Please, go to katacoda.com and finish the course https://www.katacoda.com/courses/docker

Comment below with Done when you finish this task.

moisesjsalmeida commented 3 years ago

Done

jairsjunior-onboarding[bot] commented 3 years ago

Second Task

Install Docker in your machine and launch a Wordpress with MySQL using Docker. Send me the result of the docker ps command and a screenshot of your Wordpress blog's initial page

Hint: https://askbot.labbs.com.br - daemon.json - BIP 192.168.128.1/19

moisesjsalmeida commented 3 years ago
$ docker ps
CONTAINER ID   IMAGE           COMMAND                  CREATED          STATUS          PORTS                  NAMES
868dd28813f2   wordpress:5.7   "docker-entrypoint.s…"   29 seconds ago   Up 25 seconds   0.0.0.0:8000->80/tcp   docker_onboarding_1_wordpress_1
7178c1e14aa9   mysql:5.7       "docker-entrypoint.s…"   33 seconds ago   Up 26 seconds   3306/tcp, 33060/tcp    docker_onboarding_1_db_1

2021-03-18 17 05 43 localhost e551d648620a

jairsjunior-onboarding[bot] commented 3 years ago

done

jairsjunior-onboarding[bot] commented 3 years ago

Third task

Complete the Katacoda.com course on Prometheus:

https://www.katacoda.com/courses/prometheus

Comment below with Done when you finish this task.

moisesjsalmeida commented 3 years ago

Done

jairsjunior-onboarding[bot] commented 3 years ago

Fourth task

Create a MySQL monitoring panel in your machine using Prometheus and Grafana.

Send me the docker ps command result and a screenshot of the panel you have created.

Hint: prometheus exporter

moisesjsalmeida commented 3 years ago
❯ docker ps
CONTAINER ID   IMAGE                  COMMAND                  CREATED          STATUS          PORTS                    NAMES
3bcb4de0e44d   phpmyadmin:5.1         "/docker-entrypoint.…"   11 minutes ago   Up 11 minutes   0.0.0.0:8080->80/tcp     phpmyadmin
88ec34ef3098   wordpress              "docker-entrypoint.s…"   11 minutes ago   Up 11 minutes   0.0.0.0:8000->80/tcp     wordpress
92522249e238   prom/mysqld-exporter   "/bin/mysqld_exporter"   11 minutes ago   Up 11 minutes   0.0.0.0:9104->9104/tcp   mysql-exporter
64eeed2197e1   grafana/grafana        "/run.sh"                11 minutes ago   Up 11 minutes   0.0.0.0:3000->3000/tcp   grafana
3f661dcf17bd   mysql:5.7              "docker-entrypoint.s…"   11 minutes ago   Up 11 minutes   3306/tcp, 33060/tcp      mysql
a25e3fb94d9c   prom/prometheus        "/bin/prometheus --w…"   11 minutes ago   Up 11 minutes   0.0.0.0:9000->9090/tcp   prometheus

image

jairsjunior-onboarding[bot] commented 3 years ago

Done

jairsjunior-onboarding[bot] commented 3 years ago

Fifth task

Finish the Katacoda.com courses on Git and Docker Swarm:

https://www.katacoda.com/courses/git

https://www.katacoda.com/courses/docker-orchestration

Comment below with Done when you finish this task.

moisesjsalmeida commented 3 years ago

Done

jairsjunior-onboarding[bot] commented 3 years ago

Sixth task

Run your MySQL + Wordpress setup in your personal Labbs account! Send me the public URLs for your Wordpress.

Hint: Felipe or Caio from LABBS/GDIGI - https://accounts.labbs.com.br - https://git.labbs.com.br

moisesjsalmeida commented 3 years ago

http://moiwordpress.labbs.com.br

moisesjsalmeida commented 3 years ago

Done

moisesjsalmeida commented 3 years ago

https://moiwordpress.labbs.com.br

jairsjunior-onboarding[bot] commented 3 years ago

Done

jairsjunior-onboarding[bot] commented 3 years ago

Congrats! You have finished the Development onboarding