membphis commented on a change in pull request #48:
URL:
https://github.com/apache/apisix-ingress-controller/pull/48#discussion_r537028089
##########
File path: docs/usage.md
##########
@@ -0,0 +1,175 @@
+# Usage of Ingress controller
+
+In this article, we will use ingress controller CRDs
(CustomResourceDefinition) to define routing rules against the admin api of
Apache APISIX.
+
+## Scenes
+
+Configure a simple routing rule through the ingress controller CRDs. After
synchronizing to the gateway, the data traffic is accessed to the back-end
service through Apache APISIX. Then, we gradually add or remove plug-ins to the
routing to achieve functional expansion.
+
+As shown below.
+
+
+
+## A simple example
+
+Define the simplest route to direct traffic to the back-end service, the
back-end service is named `httpserver`.
Review comment:
got it
----------------------------------------------------------------
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:
[email protected]