Kubernetes 工具栈

⬅︎ 返回上层

TOC

其他

K8S YAML

  • [kube-linter](https://github.com/stackrox/kube-linter): a static analysis tool that checks Kubernetes YAML files and Helm charts
  • [Kubernetes YAML Generator](https://k8syaml.com/)
  • kubectl create $kind $name --dry-run=client -oyaml 通过命令行创建 YAML 文件。去掉 --dry-run 会直接创建资源。
    • kubectl create --help, kubectl create deploy --help

Dashboard

镜像与代理

kubectl

环境

编排

容器

构建

包管理

可视化管理/UI

监控

Operator

Add-On

Provisioner

Debug

Load Balancer

Serverless