An open API service indexing awesome lists of open source software.

https://github.com/machinezone/kubespec

Express Kubernetes resource specifications as code.
https://github.com/machinezone/kubespec

infrastructure-as-code kubernetes kubernetes-manifests kubernetes-resources

Last synced: 20 days ago
JSON representation

Express Kubernetes resource specifications as code.

Awesome Lists containing this project

README

        

# kubespec

[![Status](https://img.shields.io/pypi/status/kubespec)](https://pypi.org/project/kubespec/)
[![Python](https://img.shields.io/pypi/pyversions/kubespec)](https://pypi.org/project/kubespec/)
[![Format](https://img.shields.io/pypi/format/kubespec)](https://pypi.org/project/kubespec/)
[![License](https://img.shields.io/github/license/machinezone/kubespec.svg)](/LICENSE)

`kubespec` is a set of foundational Python libraries for expressing Kubernetes resource specifications as code.

Stop wrangling YAML and start using programming tools and techniques to define configuration as typed objects, share logic across your organization, enforce consistent patterns across your services, validate specifications with tests, etc.