git mv Ingress ingress
This commit is contained in:
parent
34b949c134
commit
3da4e74e5a
2185 changed files with 754743 additions and 0 deletions
18
images/haproxy/README.md
Normal file
18
images/haproxy/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
HAProxy 1.6 base image using alpine linux
|
||||
|
||||
What is HAProxy?
|
||||
HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.
|
||||
|
||||
**How to use this image:**
|
||||
This image does provides a default configuration file with no backend servers.
|
||||
|
||||
*Using docker*
|
||||
```
|
||||
$ docker run -v /some/haproxy.cfg:/etc/haproxy/haproxy.cfg:ro gcr.io/google_containers/haproxy:0.2
|
||||
```
|
||||
|
||||
*Creating a pod*
|
||||
```
|
||||
$ kubectl create -f ./pod.yaml
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue