当前位置: 首页 > 软件库 > 云计算 > 云原生 >

kubeval

授权协议 View license
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 翁翰墨
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Kubeval

kubeval is a tool for validating a Kubernetes YAML or JSON configuration file.It does so using schemas generated from the Kubernetes OpenAPI specification, andtherefore 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.