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 2020/12/26 15:26:38 UTC

[GitHub] [apisix-ingress-controller] Miss-you opened a new issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

Miss-you opened a new issue #136:
URL: https://github.com/apache/apisix-ingress-controller/issues/136


   


----------------------------------------------------------------
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 #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   I think whether we use `admin api` or not has nothing to do with the separation of apisix CP and DP.
   But we can consider supporting both `admin api` way and `standalone` way.


----------------------------------------------------------------
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 #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   Currently we don't support it, we may do it in the future, it depends on a good standalone mode of APISIX, the current yaml based way is not so suitable in Ingress scanario.


----------------------------------------------------------------
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 closed issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

Posted by GitBox <gi...@apache.org>.
tao12345666333 closed issue #136:
URL: https://github.com/apache/apisix-ingress-controller/issues/136


   


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   We will indeed consider some new architectures so that APISIX will not rely on `etcd` when deploying. 
   But this is different from the APISIX stand-alone mode. 
   Our goal is to make `APISIX ingress` a stateless deployment.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-ingress-controller] tokers commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   @debu99 By using the term "standalone", what's your exact meaning? Does it mean do not rely on ETCD?


----------------------------------------------------------------
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] debu99 commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   I need standalone mode for apisix ingress controller, does it currently support?


----------------------------------------------------------------
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 #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   For stateless deployment mode, let's use #610 for tracking.
   
   In a Kubernetes environment we recommend using declarative configuration, but APISIX Dashboard does not include this capability. This aspect is not in the roadmap of the APISIX Ingress project. I will close this issue, thanks


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-ingress-controller] wgs111 commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   do we have a plan to support apisix stand-alone mode in the future?


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   we don't support it, 
   If use the standalone mode, we need to develop an additional distribution system and ensure high availability.
   BTW,Kong dbless is also not recommended for use in production.


----------------------------------------------------------------
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 edited a comment on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

Posted by GitBox <gi...@apache.org>.
gxthrj edited a comment on issue #136:
URL: https://github.com/apache/apisix-ingress-controller/issues/136#issuecomment-799459935


   we don't support it by now.
   If use the standalone mode, we need to develop an additional distribution system and ensure high availability.
   BTW,Kong dbless is also not recommended for use in production.


----------------------------------------------------------------
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] debu99 commented on issue #136: How does the ingress controller work well with dashboard without relying on the Apache APISIX-Admin api?

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


   Yes, I would like to use git/yaml to update routing info, like Kong dbless 


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