Skip to content

Commit

Permalink
doc: 修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
2637309949 committed Aug 4, 2021
1 parent b2d47d1 commit 7f275cb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/解放服务.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Knative
Knative是基于istio和k8s之上的, 目的就是简化微服部署的步骤
Knative是基于istio和k8s之上的, 目的就是简化微服部署的步骤以及边缘数据的跟踪等, 个人觉得会是微服的终点,Knative已经发展几年了

1. 安装K3S
```shell
Expand Down Expand Up @@ -71,11 +71,6 @@ helloworld-go http://helloworld-go.default.example.com helloworld-go-00001

测试访问:
```shell
curl -I -HHost:helloworld-go.default.example.com http://172.16.10.191:31212
HTTP/1.1 200 OK
content-length: 20
content-type: text/plain; charset=utf-8
date: Wed, 04 Aug 2021 02:59:00 GMT
x-envoy-upstream-service-time: 4093
server: istio-envoy
curl -HHost:helloworld-go.default.example.com http://172.16.10.191:31212
Hello Go Sample v1!
```

0 comments on commit 7f275cb

Please sign in to comment.