Skip to content

Dyuvarov/Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

What about

  • Docker
  • Kubernetes

Requirements

  • Linux or MacOS
  • Minikube
  • Docker
  • VirtualBox

How to launch

Everything you need is to launch the scrip "setup.sh" (use "bash setup.sh" in the root of repository).

Main Part

Services

✅NGINX

Works on 192.168.99.100:80, 192.168.99.100:443. Redirects from http(192.168.99.100:80) to https(192.168.99.100:443).
You can connect to this container with ssh on port 21 (192.168.99.100:21). User : admin, password: admin.

From NGINX you can redirect to Wordpress (add /wordpress in address line) and phpMyAdmin (add /phpmyadmin in address line).

✅WordPress

Just default WordPress page and 3 users:

  • admin (pass admin)
  • author (pass author)
  • editor (pass editor)

Try to guess the roles of this users:wink:

✅PHPMYADMIN

Helps you to work with WordPress database. User : admin, password: admin.

✅MYSQL

Database MariaDB. Data storage for Wordpress. Wordpress and phpMyAdmin works with this database.

✅GRAFANA

Shows metrics from all services. User : admin, password: admin.

✅InfluxDB

Database for metrics to show in grafana.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published