Gateway Administration
Requirement: Kubernetes v1.9+ / OpenShift3.7+ supported client such as oc
or kubectl
, minikue or minishift optional
Apart from the regular documentation files, this repository contains:
k8s/ - OpenShift/Kubernetes cluster production ready deployment files
├── Cassandra-StatefulSet.yaml - Deployment of Cassandra as kubernetes statefulset ephemeral
├── Cassandra-persistent-StatefulSet.yaml - Deployment of Cassandra as kubernetes statefulset with persistent volume
├── redis-StatefulSet.yaml - Deployment of redis as kubernetes statefulset with persistent volume used by kong-ee
├── redis-persistent-StatefulSet.yaml - Deployment of redis as kubernetes statefulset with persistent volume used by kong-ee
├── gw-StatefulSet.yaml - Deployment of standard kong as kubernetes StatefulSet, can be used by kong-ce in production
├── kong-k8s-noplugins.yaml - Deployment of standard kong as kubernetes replicaSet
└── kong-custom-ReplicaSet.yaml - Deployment of custom plugin with kong as kubernetes replicaSet
This project contains following components
- Kong - cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (AKA an API Gateway, API Middleware or in some cases Service Mesh)
- GWA-UI
- GWA-KONG-ENDPOINT
- Development Status, Bugs Reports, New Feature Requests on Github (ZenHub extension required for KANBAN)