All Projects → Kong → Deck

Kong / Deck

Licence: apache-2.0
decK: Configuration management and drift detection for Kong

Programming Languages

go
31211 projects - #10 most used programming language
declarative
70 projects

Projects that are alternatives of or similar to Deck

docker-service-registrator-kong
A docker service registrator for the Kong API Gateway
Stars: ✭ 14 (-93.36%)
Mutual labels:  sync, kong
Webdiff
Two-column web-based git difftool
Stars: ✭ 208 (-1.42%)
Mutual labels:  diff
Couchbase Lite Core
Cross-platform C++ core library for Couchbase Lite
Stars: ✭ 187 (-11.37%)
Mutual labels:  sync
Gcr.io
🌀 sync the docker images of the gcr.io and quay.io
Stars: ✭ 200 (-5.21%)
Mutual labels:  sync
Split Diff
Side-by-side file compare for the Atom text editor.
Stars: ✭ 188 (-10.9%)
Mutual labels:  diff
Difference.rs
Rust text diffing and assertion library
Stars: ✭ 206 (-2.37%)
Mutual labels:  diff
Kuma
🐻 The Universal Service Mesh. CNCF Sandbox Project.
Stars: ✭ 2,516 (+1092.42%)
Mutual labels:  kong
Openapi Diff
Utility for comparing two OpenAPI specifications.
Stars: ✭ 208 (-1.42%)
Mutual labels:  diff
Sync
deprecated Brave sync server. (sync now uses a fork of the Chromium sync protocol.)
Stars: ✭ 208 (-1.42%)
Mutual labels:  sync
Syncmap
A typed implementation of the Go sync.Map using code generation
Stars: ✭ 200 (-5.21%)
Mutual labels:  sync
Amazonriver
amazonriver 是一个将postgresql的实时数据同步到es或kafka的服务
Stars: ✭ 198 (-6.16%)
Mutual labels:  sync
Htmlsimilarity
网页相似度判断:根据网页结构判断页面相似性 ,可用于相似度计算、越权检测等(Determine page similarity based on HTML page structure)
Stars: ✭ 189 (-10.43%)
Mutual labels:  diff
Seam3
Cloudkit based persistent store for Core Data
Stars: ✭ 207 (-1.9%)
Mutual labels:  sync
Diffobj
Compare R Objects with a Diff
Stars: ✭ 188 (-10.9%)
Mutual labels:  diff
Cdist
usable configuration management
Stars: ✭ 210 (-0.47%)
Mutual labels:  configuration-management
Xconf
分布式配置中心
Stars: ✭ 185 (-12.32%)
Mutual labels:  configuration-management
Cryptsync
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
Stars: ✭ 195 (-7.58%)
Mutual labels:  sync
Habitat
Modern applications with built-in automation
Stars: ✭ 2,334 (+1006.16%)
Mutual labels:  configuration-management
Elm Package
Command line tool to share Elm libraries
Stars: ✭ 214 (+1.42%)
Mutual labels:  diff
Pytest Clarity
A plugin to improve the output of pytest with colourful unified diffs
Stars: ✭ 209 (-0.95%)
Mutual labels:  diff

decK: Declarative configuration for Kong

decK provides declarative configuration and drift detection for Kong.

Build Status

asciicast

Table of Content

Features

  • Export
    Existing Kong configuration to a YAML configuration file This can be used to backup Kong's configuration.
  • Import
    Kong's database can be populated using the exported or a hand written config file.
  • Diff and sync capabilities
    decK can diff the configuration in the config file and the configuration in Kong's DB and then sync it as well. This can be used to detect config drifts or manual interventions.
  • Reverse sync
    decK supports a sync the other way as well, meaning if an entity is created in Kong and doesn't add it to the config file, decK will detect the change.
  • Validation
    decK can validate a YAML file that you backup or modify to catch errors early on.
  • Reset
    This can be used to drops all entities in Kong's DB.
  • Parallel operations
    All Admin API calls to Kong are executed in parallel using multiple threads to speed up the sync process.
  • Authentication with Kong Custom HTTP headers can be injected in requests to Kong's Admin API for authentication/authorization purposes.
  • Manage Kong's config with multiple config file
    Split your Kong's configuration into multiple logical files based on a shared set of tags amongst entities.
  • Designed to automate configuration management
    decK is designed to be part of your CI pipeline and can be used to not only push configuration to Kong but also detect drifts in configuration.

Compatibility

decK is compatible with Kong Gateway >= 1.x and Kong Enterprise >= 0.35.

Installation

macOS

If you are on macOS, install decK using brew:

$ brew tap kong/deck
$ brew install deck

Linux

If you are Linux, you can either use the Debian or RPM archive from the Github release page or install by downloading the binary:

$ curl -sL https://github.com/kong/deck/releases/download/v1.2.0/deck_1.2.0_linux_amd64.tar.gz -o deck.tar.gz
$ tar -xf deck.tar.gz -C /tmp
$ sudo cp /tmp/deck /usr/local/bin/

Docker image

Docker image is hosted on Docker Hub.

You can get the image with the command:

docker pull kong/deck

Documentation

You can use --help flag once you've decK installed on your system to get help in the terminal itself.

The project's documentation is hosted at https://docs.konghq.com/deck/overview.

Changelog

Changelog can be found in the CHANGELOG.md file.

Stale issue and pull request policy

To ensure our backlog is organized and up to date, we will close issues and pull requests that have been inactive awaiting a community response for over 2 weeks. If you wish to reopen a closed issue or PR to continue work, please leave a comment asking a team member to do so.

License

decK is licensed with Apache License Version 2.0. Please read the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].