ingress-nginx-helm/docs/index.md

12 lines
532 B
Markdown
Raw Normal View History

2018-04-24 10:18:29 +00:00
# Welcome
2018-04-24 09:36:16 +00:00
This is the documentation for the NGINX Ingress Controller.
2018-04-24 09:36:16 +00:00
It is built around the [Kubernetes Ingress resource](http://kubernetes.io/docs/user-guide/ingress/), using a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#understanding-configmaps-and-pods) to store the NGINX configuration.
2018-04-24 09:36:16 +00:00
Learn more about using Ingress on [k8s.io](http://kubernetes.io/docs/user-guide/ingress/).
2018-04-24 09:36:16 +00:00
## Getting Started
2018-04-24 09:36:16 +00:00
See [Deployment](./deploy) for a whirlwind tour that will get you started.