Skip to content

Commit

Permalink
docs: k8s commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Aug 27, 2024
1 parent 2accd46 commit 3aee5b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/kubectl 常用命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ kubectl get nodes --label-columns "node.kubernetes.io/instance-type" --no-header

kubectl get nodes --label-columns "topology.kubernetes.io/zone,node.kubernetes.io/instance-type" --no-headers | awk '{print $6,$7}' | sort | uniq -c | sort -nr

# 查询所有异常的事件
kubectl events --types=Warning
```

```shell
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/service_mesh/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,6 @@
- **Gateway API 对 service mesh 的支持进入 stable,也就是说可以考虑从 virtualservice/DestinationRule
这一套 API 彻底迁移到 Gateway API 了**
- **Delta xDS 成为默认方式,这极大地提高了控制面与 sidecar proxy 的性能**
- **[istio 1.23](https://istio.io/latest/news/releases/1.23.x/announcing-1.23/)** - 2024-08-14
- 对 Ambient Mesh 做了大量改进

5 changes: 5 additions & 0 deletions kubernetes/service_mesh/istio/ambient-mode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Istio Ambient Mode

目前测试进展:

1.

0 comments on commit 3aee5b4

Please sign in to comment.