Update connecting-frontend-backend.md

```
Error from server (NotFound): deployments.apps "hello" not found
```
chang hello to backend

```
Name:                   backend
Namespace:              default
CreationTimestamp:      Sun, 18 Jul 2021 07:33:39 +0800
Labels:                 <none>
```
This commit is contained in:
jaron
2021-07-18 07:45:48 +08:00
committed by GitHub
parent 0ca94eebab
commit 5f4a3fff9e
@@ -82,7 +82,7 @@ View information about the backend Deployment:
查看后端的 Deployment 信息:
```shell
kubectl describe deployment hello
kubectl describe deployment backend
```
<!--