项目作者: bcgov

项目描述 :
Gateway Administration
高级语言:
项目地址: git://github.com/bcgov/gwa.git
创建时间: 2017-01-12T22:57:07Z
项目社区:https://github.com/bcgov/gwa

开源协议:Apache License 2.0

下载


GWA

Gateway Administration

Current Status)

Special files in this repository

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:

  1. k8s/ - OpenShift/Kubernetes cluster production ready deployment files
  2. ├── Cassandra-StatefulSet.yaml - Deployment of Cassandra as kubernetes statefulset ephemeral
  3. ├── Cassandra-persistent-StatefulSet.yaml - Deployment of Cassandra as kubernetes statefulset with persistent volume
  4. ├── redis-StatefulSet.yaml - Deployment of redis as kubernetes statefulset with persistent volume used by kong-ee
  5. ├── redis-persistent-StatefulSet.yaml - Deployment of redis as kubernetes statefulset with persistent volume used by kong-ee
  6. ├── gw-StatefulSet.yaml - Deployment of standard kong as kubernetes StatefulSet, can be used by kong-ce in production
  7. ├── kong-k8s-noplugins.yaml - Deployment of standard kong as kubernetes replicaSet
  8. └── kong-custom-ReplicaSet.yaml - Deployment of custom plugin with kong as kubernetes replicaSet

Main

This project contains following components

Optional features

Roadmap