Skip to content

Commit 1fafb5e

Browse files
authored
Add Routing Traffic to Your Application Guide (#991)
Problem: As a potential user of NKG, I want a guide to help me understand how to host an application API with NKG so that I can easily understand how to start using NKG in my environment immediately. Solution: Add a use case guide that describes how to route all traffic to a single application running in Kubernetes using NKG.
1 parent ce886c3 commit 1fafb5e

10 files changed

+510
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ node_modules/
3333

3434
# JS test coverage
3535
internal/mode/static/nginx/modules/coverage
36+
37+
# MacOS Finder
38+
.DS_Store

docs/guides/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This directory contains guides for configuring NGINX Kubernetes Gateway for vari
44

55
## Contents
66

7+
- [Routing Traffic to Your Application](routing-traffic-to-your-app.md): How to use NGINX Kubernetes Gateway to route
8+
all Ingress traffic to your Kubernetes application.
79
- [Securing Traffic using Let's Encrypt and Cert-Manager](integrating-cert-manager.md): Shows how to secure
810
traffic from clients to NGINX Kubernetes Gateway with TLS using Let's Encrypt and Cert-Manager.
911
- [Using NGINX Kubernetes Gateway to Upgrade Applications without Downtime](upgrade-apps-without-downtime.md):

0 commit comments

Comments
 (0)