apache / apache/apisix-ingress-controller
add examples about migrating from nginx ingress controller
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 390
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 12
Description
### Issue description
Due to most people started to get in touch with Kubernetes ingress is using `nginx ingress controller`, so it is likely to use a lot of nginx ingress's annotations. It's a good idea to add some example about migrating from nginx ingress controller. Such as
```
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/api/(.*) /$1 break;
```
```
nginx.ingress.kubernetes.io/proxy-body-size
```
and so on.
Contributor guide
No contributing guide indexed for this repository
Research direction
No documentation file or test is named in the issue. Start by locating the existing migration examples and reviewing the requested nginx ingress annotations, including configuration-snippet and proxy-body-size. Done means adding clear migration examples for the supported annotations and verifying the documentation renders correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, nginx
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100