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.
- tags: redis, configuration
http://docs.ansible.com/ansible/latest/modules/k8s_raw_module.html
- tags: kubernetes, configuration
http://supermarket.chef.io/cookbooks/kubernetes
kubernetes Cookbook (1.0.0) rhel
- tags: kubernetes, configuration
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.
- tags: kubernetes, configuration
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.
- tags: kubernetes, configuration
- source code
https://github.com/cststack/k8comp
Kubernetes parameterized deployments manifests/templates https://cststack.github.io/k8comp/ - cststack/k8comp
- tags: kubernetes, configuration
- source code
https://github.com/deepmind/kapitan
Manage complex deployments using jsonnet and jinja2
- tags: kubernetes, configuration
- source code
https://github.com/thisendout/kenv
Environment file injector for Kubernetes resources - thisendout/kenv
- tags: kubernetes, configuration
- source code
https://github.com/kelseyhightower/konfd
Manage application configuration using Kubernetes secrets, configmaps, and Go templates. - kelseyhightower/konfd
- tags: kubernetes, configuration
- source code
https://github.com/jimmycuadra/ktmpl
Parameterized templates for Kubernetes manifests. Contribute to jimmycuadra/ktmpl development by creating an account on GitHub.
- tags: kubernetes, configuration
- source code
https://github.com/bitnami/kubecfg
Combines jsonnet and kubectl to let you declare systems in an easy to override way
- tags: kubernetes, configuration
- source code
https://github.com/weaveworks/kubediff
Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. - weaveworks/kubediff
- tags: kubernetes, configuration
- source code
https://github.com/kubernetes-sigs/kustomize
Customization using partial specs
- tags: kubernetes, configuration
- source code
https://www.pulumi.com/kubernetes/
Provides a SDK for k8s deployments targeting on-premises clusters and major cloud vendors' managed services.
- tags: kubernetes, configuration
http://forge.puppet.com/garethr/kubernetes/readme
Module for creating resources in Kubernetes
- tags: kubernetes, configuration
http://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.k8s.html
- tags: kubernetes, configuration
https://github.com/heptiolabs/theseus
A command-line utility and importable package for comparing sets of Kubernetes objects
- tags: kubernetes, configuration
- source code
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
- tags: kubernetes, configuration
https://github.com/JeremyLoy/config
Cloud native application configuration. Bind ENV to structs in only two lines.
- tags: go, configuration
- source code
https://github.com/olebedev/config
JSON or YAML configuration wrapper with environment variables and flags parsing.
- tags: go, configuration
- source code
https://github.com/paked/configure
Provides configuration through multiple sources, including JSON, flags and environment variables.
- tags: go, configuration
- source code
https://github.com/heetch/confita
Load configuration in cascade from multiple backends into a struct.
- tags: go, configuration
- source code
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.
- tags: go, configuration
- source code
https://github.com/caarlos0/env
Parse environment variables to Go structs (with defaults).
- tags: go, configuration
- source code
https://github.com/tomazk/envcfg
Un-marshaling environment variables to Go structs.
- tags: go, configuration
- source code
https://github.com/ian-kent/envconf
Configuration from environment.
- tags: go, configuration
- source code
https://github.com/vrischmann/envconfig
Read your configuration from environment variables.
- tags: go, configuration
- source code
https://github.com/antham/envh
Helpers to manage environment variables.
- tags: go, configuration
- source code
https://github.com/go-gcfg/gcfg
read INI-style configuration files into Go structs; supports user-defined types and subsections.
- tags: go, configuration
- source code
https://github.com/ufoscout/go-up
A simple configuration library with recursive placeholders resolution and no magic.
- tags: go, configuration
- source code
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.
- tags: go, configuration
- source code
https://github.com/joho/godotenv
Go port of Ruby's dotenv library (Loads environment variables from .env
).
- tags: go, configuration
- source code
https://github.com/ian-kent/gofigure
Go application configuration made easy.
- tags: go, configuration
- source code
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.
- tags: go, configuration
- source code
https://github.com/gookit/config
application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge.
- tags: go, configuration
- source code
https://github.com/hjson/hjson-go
Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
- tags: go, configuration
- source code
https://github.com/schachmat/ingo
Flags persisted in an ini-like config file.
- tags: go, configuration
- source code
Go package to read and write INI files.
- tags: go, configuration
- source code
https://github.com/joshbetz/config
Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.
- tags: go, configuration
- source code
https://github.com/kelseyhightower/envconfig
Go library for managing configuration data from environment variables.
- tags: go, configuration
- source code
https://github.com/sasbury/mini
Golang package for parsing ini-style configuration files.
- tags: go, configuration
- source code
https://github.com/oblq/sprbox
Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars).
- tags: go, configuration
- source code
https://github.com/tucnak/store
Lightweight configuration manager for Go.
- tags: go, configuration
- source code
https://github.com/spf13/viper
Go configuration with fangs.
- tags: go, configuration
- source code
https://github.com/OpenPeeDeeP/xdg
Cross platform package that follows the XDG Standard.
- tags: go, configuration
- source code
https://github.com/thekompanee/chamber
Surprisingly customizable convention-based approach to managing your app's configuration.
- tags: ruby, configuration
- source code
https://github.com/markbates/configatron
Simple and feature rich configuration system for Ruby apps.
- tags: ruby, configuration
- source code
https://github.com/kaize/configus
Helps you easily manage environment specific settings.
- tags: ruby, configuration
- source code
https://github.com/bkeepers/dotenv
Loads environment variables from .env
.
- tags: ruby, configuration
- source code
https://github.com/elabs/econfig
Flexible configuration for Rails applications.
- tags: ruby, configuration
- source code
https://github.com/eval/envied
ensure presence and type of your app's ENV-variables
- tags: ruby, configuration
- source code
https://github.com/philnash/envyable
The simplest YAML to ENV config loader.
- tags: ruby, configuration
- source code
https://github.com/laserlemon/figaro
Simple, Heroku-friendly Rails app configuration using ENV
and a single YAML file.
- tags: ruby, configuration
- source code
https://github.com/railsware/global
Provides accessor methods for your configuration data.
- tags: ruby, configuration
- source code
https://github.com/railsconfig/config
Multi-environment yaml settings for Rails3.
- tags: ruby, configuration
- source code
https://github.com/vinistock/sail
A lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app.
- tags: ruby, configuration
- source code
https://github.com/DiffSK/configobj
INI file parser with validation.
- tags: python, configuration
- source code
https://docs.python.org/3/library/configparser.html
(Python standard library) INI file parser.
- tags: python, configuration
https://profig.readthedocs.io/en/default/
Config from multiple formats with value conversion.
- tags: python, configuration
https://github.com/henriquebastos/python-decouple
Strict separation of settings from code.
- tags: python, configuration
- source code
https://github.com/line/centraldogma
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.
- tags: java, configuration
- source code
https://github.com/cfg4j/cfg4j
Modern configuration library for distributed apps written in Java.
- tags: java, configuration
- source code
https://github.com/typesafehub/config
Configuration library for JVM languages.
- tags: java, configuration
- source code
https://github.com/shyiko/dotenv
A twelve-factor configuration library for Java.
- tags: java, configuration
- source code
Provides an API for handling Windows' INI files.
- tags: java, configuration
https://github.com/mariomac/kaconf
Annotation-based configuration system for Java and Kotlin.
- tags: java, configuration
- source code
https://github.com/lviggiano/owner
Reduces boilerplate of properties.
- tags: java, configuration
- source code