diff --git a/README.md b/README.md index aaf76ae..92b158a 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,16 @@ For detailed instructions on how to use EasyHAProxy, follow the instructions for |:----------:|:------------:|:------:|:-------: | ![Kubernetes](docs/easyhaproxy_kubernetes.png) | ![Docker Swarm](docs/easyhaproxy_swarm.png) | ![Docker](docs/easyhaproxy_docker.png) | ![Static](docs/easyhaproxy_static.png) +## See EasyHAProxy in action + +Click on the image to see the videos (use HD for better visualization) +| | | +|:----------:|:------------:| +| [![Docker In Action](docs/video-docker.png)](https://youtu.be/ar8raFK0R1k) | [![Docker and Letsencrypt](docs/video-docker-ssl.png)](https://youtu.be/xwIdj9mc2mU) | +| [![K8s In Action](docs/video-kubernetes.png)](https://youtu.be/uq7TuLIijks) | [![K8s and Letsencrypt](docs/video-kubernetes-letsencrypt.png)](https://youtu.be/v9Q4M5Al7AQ) | +| [![Static Configuration](docs/video-static.png)](https://youtu.be/B_bYZnRTGJM) | [![TCP Mode](docs/video-tcp-mysql.png)](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) diff --git a/docs/video-docker-ssl.png b/docs/video-docker-ssl.png new file mode 100644 index 0000000..969f77f Binary files /dev/null and b/docs/video-docker-ssl.png differ diff --git a/docs/video-docker.png b/docs/video-docker.png new file mode 100644 index 0000000..3d002dd Binary files /dev/null and b/docs/video-docker.png differ diff --git a/docs/video-kubernetes-letsencrypt.png b/docs/video-kubernetes-letsencrypt.png new file mode 100644 index 0000000..6574238 Binary files /dev/null and b/docs/video-kubernetes-letsencrypt.png differ diff --git a/docs/video-kubernetes.png b/docs/video-kubernetes.png new file mode 100644 index 0000000..9110fae Binary files /dev/null and b/docs/video-kubernetes.png differ diff --git a/docs/video-static.png b/docs/video-static.png new file mode 100644 index 0000000..b9283eb Binary files /dev/null and b/docs/video-static.png differ diff --git a/docs/video-tcp-mysql.png b/docs/video-tcp-mysql.png new file mode 100644 index 0000000..2f44692 Binary files /dev/null and b/docs/video-tcp-mysql.png differ