An open API service indexing awesome lists of open source software.

https://github.com/xigang/kongctl

A CLI For Kong API Gateway & Service Mesh
https://github.com/xigang/kongctl

api-gateway cli cloud-native golang kong kong-plugin microservices service-mesh

Last synced: 8 months ago
JSON representation

A CLI For Kong API Gateway & Service Mesh

Awesome Lists containing this project

README

          

## Overview

A CLI For Kong API Gateway & Service Mesh

## Installation

Make sure you have a working Go environment. Go version 1.2+ is supported. [See the install instructions for Go.](https://golang.org/doc/install)

To install cli, simply run:

```
$ go get github.com/xigang/kongctl
$ make
```
Move kongctl binary to your `PATH`

## QuickStart

- [Getting-started](docs/getting-started.md)

## Features

- Support for CURD of upstream, target, service, route, consumer, plugin objects.
- Supports Basic Authentication and Statsd plugins.

## LICENSE

- [Apache License](LICENSE)