Last active
May 18, 2023 04:07
-
-
Save fmateo05/b6c56d38ccde575138304c6506d7c05a to your computer and use it in GitHub Desktop.
Running kazoo on Linux Containers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | LOCATION | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch1 | RUNNING | 10.112.75.12 (eth0) | | CONTAINER | 1 | server1 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch2 | RUNNING | 10.112.75.13 (eth0) | | CONTAINER | 0 | server2 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch3 | RUNNING | 10.112.75.141 (eth0) | | CONTAINER | 0 | server3 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch3-old | STOPPED | | | CONTAINER | 0 | server3 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch4 | RUNNING | 10.112.75.15 (eth0) | | CONTAINER | 0 | server4 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch5 | RUNNING | 10.112.75.16 (eth0) | | CONTAINER | 0 | server5 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| couch6 | RUNNING | 10.112.75.17 (eth0) | | CONTAINER | 0 | server6 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| dns-1 | RUNNING | 10.112.75.80 (eth0) | | CONTAINER | 0 | server1 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| fs1-z100 | RUNNING | 10.112.75.188 (eth0) | | CONTAINER | 0 | server2 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| fs1-z200 | RUNNING | 10.112.75.43 (eth0) | | CONTAINER | 0 | server4 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| fs1-z300 | RUNNING | 10.112.75.128 (eth0) | | CONTAINER | 0 | server6 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| km1-z100 | RUNNING | 10.112.75.177 (eth0) | | CONTAINER | 0 | server1 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| km1-z200 | RUNNING | 10.112.75.155 (eth0) | | CONTAINER | 0 | server3 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| km1-z300 | RUNNING | 10.112.75.179 (eth0) | | CONTAINER | 0 | server5 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| kz1-z100 | RUNNING | 10.112.75.171 (eth0) | | CONTAINER | 0 | server1 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| kz1-z200 | RUNNING | 10.112.75.172 (eth0) | | CONTAINER | 0 | server3 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| kz1-z300 | RUNNING | 10.112.75.173 (eth0) | | CONTAINER | 0 | server5 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| rabbit1-z100 | RUNNING | 10.112.75.207 (eth0) | | CONTAINER | 0 | server1 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| rabbit1-z200 | RUNNING | 10.112.75.68 (eth0) | | CONTAINER | 0 | server3 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ | |
| rabbit1-z300 | RUNNING | 10.112.75.50 (eth0) | | CONTAINER | 0 | server5 | | |
+--------------+---------+----------------------+------+-----------+-----------+----------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a sample of my currently running Kazoo Voip Cluster on LXD/LXC (Linux containers). It runs on 3 zones with 6 servers.
Installation procedure documentation, coming soon