#338instrumenta/kubeval: 验证您的 Kubernetes 配置文件,支持多个不同版本的 Kubernetes
Kubeval
NOTE: This project is no longer maintained, a good replacement is kubeconform
kubeval is a tool for validating a Kubernetes YAML or JSON configuration file.
It does so using schemas generated from the Kubernetes OpenAPI specification, and
therefore can validate schemas for multiple versions of Kubernetes.
$ kubeval my-invalid-rc.yaml
WARN - fixtures/my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: [integer,null], given: string
$ echo $?
1
For full usage and installation instructions see kubeval.com.
johanhaleby/kubetail: 可以同时监控 Kubernetes 多个 pods 日志的 Bash 脚本。benc-uk/kubeview: Kubernetes 集群可视化器和图形浏览器
