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
- Host: GitHub
- URL: https://github.com/xigang/kongctl
- Owner: xigang
- License: apache-2.0
- Created: 2019-03-23T07:15:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T09:51:20.000Z (over 6 years ago)
- Last Synced: 2025-02-01T06:51:17.245Z (8 months ago)
- Topics: api-gateway, cli, cloud-native, golang, kong, kong-plugin, microservices, service-mesh
- Language: Go
- Homepage:
- Size: 118 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)