Browse Source

Update 'README.md'

dev
cs171027 4 years ago
parent
commit
baf9b24cbe
  1. 8
      README.md

8
README.md

@ -1,9 +1,9 @@
### In this virtual lab we used mainly the following tools: ### In this virtual lab we used mainly the following tools:
* Docker swarm for service creation and container orchestration * [Docker swarm](https://docs.docker.com/engine/swarm/) for service creation and container orchestration
* Linux Containers (LXC) for swarm worker nodes * [Linux Containers (LXC)](https://linuxcontainers.org/) for swarm worker nodes instead of managing new VMs
* Ansible for automatic deployment * [Ansible](https://www.ansible.com/) for infrastructure deployment automation, provisioning and configuration management
* Galera-inside-docker for MariaDB clustering * [Mariadb galera swarm image](https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm/) for MariaDB automatic clustering with healthchecks and other features
As an operating system we used the same for all docker nodes (Host machine & LXC containers): As an operating system we used the same for all docker nodes (Host machine & LXC containers):
* Debian 9.3 (Stretch) with Linux Kernel 4.9.0-5-amd64 * Debian 9.3 (Stretch) with Linux Kernel 4.9.0-5-amd64

Loading…
Cancel
Save