bzub / config-functions

Kubernetes Configuration Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Configuration Functions

The config functions in this repo help you build a pipeline for maintaining Kubernetes configuration files.

For more information see the tested README examples for each config function:

Tests

The markdown files in this repo are used as tests by running the fenced code blocks in a shell (thanks to mdrip).

We target the latest changes in the config function orchestrator, so you will need to install it from source to run the examples:

git clone https://github.com/kubernetes-sigs/kustomize.git
cd kustomize/cmd/config
go install

About

Kubernetes Configuration Functions

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Dockerfile 0.3%