Skip to content

Latest commit

 

History

History
460 lines (392 loc) · 21.8 KB

configuration.md

File metadata and controls

460 lines (392 loc) · 21.8 KB

Bookmarks tagged [configuration]

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04

Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 18.04 server.


http://docs.ansible.com/ansible/latest/modules/k8s_raw_module.html


http://supermarket.chef.io/cookbooks/kubernetes

kubernetes Cookbook (1.0.0) rhel


http://www.habitat.sh/docs/best-practices/#kubernetes

Documentation for using Habitat Builder with other services such as Kubernetes, OpenShift, Amazon ECS, Mesos, pure Docker, and more.


https://github.com/google/jsonnet/tree/master/case_studies/kubernetes

Jsonnet - The data templating language. Contribute to google/jsonnet development by creating an account on GitHub.


https://github.com/cststack/k8comp

Kubernetes parameterized deployments manifests/templates https://cststack.github.io/k8comp/ - cststack/k8comp


https://github.com/deepmind/kapitan

Manage complex deployments using jsonnet and jinja2


https://github.com/thisendout/kenv

Environment file injector for Kubernetes resources - thisendout/kenv


https://github.com/kelseyhightower/konfd

Manage application configuration using Kubernetes secrets, configmaps, and Go templates. - kelseyhightower/konfd


https://github.com/jimmycuadra/ktmpl

Parameterized templates for Kubernetes manifests. Contribute to jimmycuadra/ktmpl development by creating an account on GitHub.


https://github.com/bitnami/kubecfg

Combines jsonnet and kubectl to let you declare systems in an easy to override way


https://github.com/weaveworks/kubediff

Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. - weaveworks/kubediff


https://github.com/kubernetes-sigs/kustomize

Customization using partial specs


https://www.pulumi.com/kubernetes/

Provides a SDK for k8s deployments targeting on-premises clusters and major cloud vendors' managed services.


http://forge.puppet.com/garethr/kubernetes/readme

Module for creating resources in Kubernetes


http://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.k8s.html


https://github.com/heptiolabs/theseus

A command-line utility and importable package for comparing sets of Kubernetes objects


https://cue.googlesource.com/cue/+/HEAD/doc/tutorial/kubernetes/README.md

A data constraint language which aims to simplify tasks involving defining and using data. Cue is a superset of JSON


https://github.com/JeremyLoy/config

Cloud native application configuration. Bind ENV to structs in only two lines.


https://github.com/olebedev/config

JSON or YAML configuration wrapper with environment variables and flags parsing.


https://github.com/paked/configure

Provides configuration through multiple sources, including JSON, flags and environment variables.


https://github.com/heetch/confita

Load configuration in cascade from multiple backends into a struct.


https://github.com/the4thamigo-uk/conflate

Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema.


https://github.com/caarlos0/env

Parse environment variables to Go structs (with defaults).


https://github.com/tomazk/envcfg

Un-marshaling environment variables to Go structs.


https://github.com/ian-kent/envconf

Configuration from environment.


https://github.com/vrischmann/envconfig

Read your configuration from environment variables.


https://github.com/antham/envh

Helpers to manage environment variables.


https://github.com/go-gcfg/gcfg

read INI-style configuration files into Go structs; supports user-defined types and subsections.


https://github.com/ufoscout/go-up

A simple configuration library with recursive placeholders resolution and no magic.


https://github.com/crgimenes/goConfig

Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.


https://github.com/joho/godotenv

Go port of Ruby's dotenv library (Loads environment variables from .env).


https://github.com/ian-kent/gofigure

Go application configuration made easy.


https://github.com/One-com/gone/tree/master/jconf

Modular JSON configuration. Keep you config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization.


https://github.com/gookit/config

application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge.


https://github.com/hjson/hjson-go

Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.


https://github.com/schachmat/ingo

Flags persisted in an ini-like config file.


https://github.com/go-ini/ini

Go package to read and write INI files.


https://github.com/joshbetz/config

Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.


https://github.com/kelseyhightower/envconfig

Go library for managing configuration data from environment variables.


https://github.com/sasbury/mini

Golang package for parsing ini-style configuration files.


https://github.com/oblq/sprbox

Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars).


https://github.com/tucnak/store

Lightweight configuration manager for Go.


https://github.com/spf13/viper

Go configuration with fangs.


https://github.com/OpenPeeDeeP/xdg

Cross platform package that follows the XDG Standard.


https://github.com/thekompanee/chamber

Surprisingly customizable convention-based approach to managing your app's configuration.


https://github.com/markbates/configatron

Simple and feature rich configuration system for Ruby apps.


https://github.com/kaize/configus

Helps you easily manage environment specific settings.


https://github.com/bkeepers/dotenv

Loads environment variables from .env.


https://github.com/elabs/econfig

Flexible configuration for Rails applications.


https://github.com/eval/envied

ensure presence and type of your app's ENV-variables


https://github.com/philnash/envyable

The simplest YAML to ENV config loader.


https://github.com/laserlemon/figaro

Simple, Heroku-friendly Rails app configuration using ENV and a single YAML file.


https://github.com/railsware/global

Provides accessor methods for your configuration data.


https://github.com/railsconfig/config

Multi-environment yaml settings for Rails3.


https://github.com/vinistock/sail

A lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app.


https://github.com/DiffSK/configobj

INI file parser with validation.


https://docs.python.org/3/library/configparser.html

(Python standard library) INI file parser.


https://profig.readthedocs.io/en/default/

Config from multiple formats with value conversion.


https://github.com/henriquebastos/python-decouple

Strict separation of settings from code.


https://github.com/line/centraldogma

Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.


https://github.com/cfg4j/cfg4j

Modern configuration library for distributed apps written in Java.


https://github.com/typesafehub/config

Configuration library for JVM languages.


https://github.com/shyiko/dotenv

A twelve-factor configuration library for Java.


http://ini4j.sourceforge.net

Provides an API for handling Windows' INI files.


https://github.com/mariomac/kaconf

Annotation-based configuration system for Java and Kotlin.


https://github.com/lviggiano/owner

Reduces boilerplate of properties.