Skip to content
Snippets Groups Projects
Commit 28434ad4 authored by Alex Clemmer's avatar Alex Clemmer Committed by GitHub
Browse files

Merge pull request #32 from abiogenesis-now/jyao/update-readme-description

[docs] update readme
parents 993a4e4d 74f867cd
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,16 @@ ...@@ -3,16 +3,16 @@
[![Build Status](https://travis-ci.org/ksonnet/ksonnet.svg?branch=master)](https://travis-ci.org/ksonnet/ksonnet) [![Build Status](https://travis-ci.org/ksonnet/ksonnet.svg?branch=master)](https://travis-ci.org/ksonnet/ksonnet)
[![Go Report Card](https://goreportcard.com/badge/github.com/ksonnet/ksonnet)](https://goreportcard.com/report/github.com/ksonnet/ksonnet) [![Go Report Card](https://goreportcard.com/badge/github.com/ksonnet/ksonnet)](https://goreportcard.com/report/github.com/ksonnet/ksonnet)
A tool for managing Kubernetes resources as code. *ksonnet* is a framework for writing, sharing, and deploying Kubernetes application manifests. With its CLI, you can generate a complete application from scratch in only a few commands, or manage a complex system at scale.
`ksonnet` allows you to express the patterns across your Specifically, ksonnet allows you to:
infrastructure and reuse these powerful "templates" across many * *Reuse* common manifest patterns (within your app or from external libraries)
services, and then manage those templates as files in version control. * *Customize* manifests directly with powerful object concatenation syntax
The more complex your infrastructure is, the more you will gain from * *Deploy* app manifests to multiple environments
using kubecfg. * *Diff* across environments to compare two running versions of your app
* *Track* the entire state of your app manifests in version control
Status: Basic functionality works, and the tool is usable. The focus *STATUS: Development is ongoing—this tool is pre-alpha.*
now is on clearer error reporting and advanced features.
## Install ## Install
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment