diff --git "a/docs/\350\247\243\346\224\276\346\234\215\345\212\241.md" "b/docs/\350\247\243\346\224\276\346\234\215\345\212\241.md" index a96bbacc..d6bc93c8 100644 --- "a/docs/\350\247\243\346\224\276\346\234\215\345\212\241.md" +++ "b/docs/\350\247\243\346\224\276\346\234\215\345\212\241.md" @@ -1,5 +1,5 @@ ### Knative -Knative是基于istio和k8s之上的, 目的就是简化微服部署的步骤。 +Knative是基于istio和k8s之上的, 目的就是简化微服部署的步骤以及边缘数据的跟踪等, 个人觉得会是微服的终点,Knative已经发展几年了。 1. 安装K3S ```shell @@ -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! ```