diff --git a/README.md b/README.md index c6f61be..d0a98ad 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ KT Connect [](https://travis-ci.org/alibaba/kt-connect) [](https://goreportcard.com/report/github.com/alibaba/kt-connect) [](https://codeclimate.com/github/alibaba/kt-connect/test_coverage) -[](https://codeclimate.com/github/alibaba/kt-connect/maintainability) - +[](https://codeclimate.com/github/alibaba/kt-connect/maintainability) + -Management and Integration with your Kubernetes dev environment more efficient. +Manage and integrate with your Kubernetes dev environment more efficiently.  ## Features -* Connect: Direct access remote Kubernetes cluster: KT Connect use `sshuttle` as the vpn tool to access remote Kubernetes cluster network. -* Exchange: Developer can exchange the workload to redirect the request to local app. +* Connect: Directly Access a remote Kubernetes cluster. KT Connect use `sshuttle` as the vpn tool to access remote Kubernetes cluster networks. +* Exchange: Developer can exchange the workload to redirect the requests to a local app. * Mesh: You can create a mesh version in local host and redirect to your local -* Dashboard: A Dashboard view you can know how the environment is use. +* Dashboard: A dashboard view can help you know how the environment is been used. ## QuickStart -You can download and install the ktctl from [Downloads And Install](https://rdc-incubator.github.io/kt-docs/#/downloads) +You can download and install the `ktctl` from [Downloads And Install](https://rdc-incubator.github.io/kt-docs/#/downloads) ### Deploy a service in Kubernetes @@ -112,7 +112,7 @@ tips: if your remote port diffrent local port, you can user ${remotePort}:{localPort} set expose parameter ``` -Access local tomcat by internal service DNS address: +Access the local tomcat by internal service DNS address: > Note: if `kubectl connect` not running, you can only access from cluster @@ -125,7 +125,7 @@ $ curl http://tomcat:8080 | grep '