You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/06 11:04:47 UTC

[GitHub] [apisix-ingress-controller] lxm opened a new issue #420: add examples about migrating from nginx ingress controller

lxm opened a new issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420


   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #420: add examples about migrating from nginx ingress controller

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420#issuecomment-837841675


   Sure,We should also add documents to describe 
   1. the configuration scope of our support for native k8s Ingress resource.
   2. How to migrate from K8s Ingress resource to ApisixRoute resource.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #420: add examples about migrating from nginx ingress controller

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420#issuecomment-833446977


   @lxm That's right, we may maintain a document to tell people if you're using xxx feature in ingress-nginx, and you're trying to migrate to ingress-apisix, that what you need to configure to achieve the same purpose.
   
   Workload is huge, but we can list some common and important features, adding examples for them preferentially.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tokers commented on issue #420: add examples about migrating from nginx ingress controller

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420#issuecomment-833447138


   @gxthrj @tao12345666333 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #420: add examples about migrating from nginx ingress controller

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #420:
URL: https://github.com/apache/apisix-ingress-controller/issues/420#issuecomment-834090409


   We are now expanding the functionality of apisix-ingress, see #397 
   Use the same annotation similar to ingress-nginx.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org