Add MicroK8s, Helm and Dokku to the documentation
This commit is contained in:
parent
89c4799efa
commit
58bda7eef0
8 changed files with 160 additions and 67 deletions
30
README.md
30
README.md
|
|
@ -5,6 +5,7 @@
|
|||
[](https://github.com/byjg/docker-easy-haproxy/)
|
||||
[](https://opensource.byjg.com/opensource/licensing.html)
|
||||
[](https://github.com/byjg/docker-easy-haproxy/releases/)
|
||||
[](https://opensource.byjg.com/helm)
|
||||
|
||||

|
||||
|
||||
|
|
@ -41,26 +42,35 @@ The steps are:
|
|||
|
||||
- Run the EasyHAProxy container;
|
||||
- Add some labels to the containers you want to be parsed by EasyHAProxy (see detailed instructions below);
|
||||
- EasyHAProxy will automatically detect the containers, set up, and reload the HAProxy configurations for you without downtime.
|
||||
- EasyHAProxy will automatically detect the containers, set up, and reload the HAProxy configurations for you without downtime.
|
||||
|
||||
## Detailed Instructions
|
||||
|
||||
For detailed instructions on how to use EasyHAProxy, follow the instructions for the platform you want to use:
|
||||
|
||||
| [Kubernetes](docs/kubernetes.md) | [Docker Swarm](docs/swarm.md) | [Docker](docs/docker.md) | [Static](docs/static.md)
|
||||
|:----------:|:------------:|:------:|:-------:
|
||||
|  |  |  | 
|
||||
[](docs/kubernetes.md)
|
||||
[](docs/swarm.md)
|
||||
[](docs/docker.md)
|
||||
[](docs/static.md)
|
||||
|
||||
Or you can install using tools:
|
||||
|
||||
[](docs/helm.md)
|
||||
[](docs/microk8s.md)
|
||||
[](docs/dokku.md)
|
||||
|
||||
## See EasyHAProxy in action
|
||||
|
||||
Click on the image to see the videos (use HD for better visualization)
|
||||
| | |
|
||||
|:----------:|:------------:|
|
||||
| [](https://youtu.be/ar8raFK0R1k) | [](https://youtu.be/xwIdj9mc2mU) |
|
||||
| [](https://youtu.be/uq7TuLIijks) | [](https://youtu.be/v9Q4M5Al7AQ) |
|
||||
| [](https://youtu.be/B_bYZnRTGJM) | [](https://youtu.be/JHqcq9crbDI) |
|
||||
|
||||
[Here is the code](https://gist.github.com/byjg/e125e478a0562190176d69ea795fd3d4) applied in the examples above.
|
||||
[](https://youtu.be/ar8raFK0R1k)
|
||||
[](https://youtu.be/xwIdj9mc2mU)
|
||||
[](https://youtu.be/uq7TuLIijks)
|
||||
[](https://youtu.be/v9Q4M5Al7AQ)
|
||||
[](https://youtu.be/B_bYZnRTGJM)
|
||||
[](https://youtu.be/JHqcq9crbDI)
|
||||
|
||||
[Here is the code](https://gist.github.com/byjg/e125e478a0562190176d69ea795fd3d4) applied in the examples above.
|
||||
|
||||
----
|
||||
[Open source ByJG](http://opensource.byjg.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue