Closed jairsjunior-onboarding[bot] closed 3 years ago
Please, go to katacoda.com and finish the course https://www.katacoda.com/courses/docker
Comment below with Done when you finish this task.
Done
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
$ 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
done
Complete the Katacoda.com course on Prometheus:
https://www.katacoda.com/courses/prometheus
Comment below with Done when you finish this task.
Done
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
❯ 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
Done
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.
Done
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
Done
Done
Congrats! You have finished the Development onboarding
Welcome to the Onboarding Phase 1 - Campus Dev Basics