17 lines
773 B
Markdown
17 lines
773 B
Markdown
# Kubernetes
|
|
|
|
Various examples on how to use bunkerized-nginx within a Kubernetes cluster. See the [Kubernetes section of the documentation](#TODO) for more information.
|
|
|
|
## Architecture
|
|
|
|
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/dev/examples/kubernetes/architecture.png?raw=true" />
|
|
|
|
## Configuration
|
|
|
|
We will assume that you have setup the [bunkerized-nginx ingress controller](#TODO) inside your cluster.
|
|
|
|
## Kubernetes
|
|
|
|
See [ingress.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/kubernetes/ingress.yml), [php.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/kubernetes/php.yml) and [reverse-proxy.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/kubernetes/reverse-proxy.yml).
|
|
|