Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

bcgov/gwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:


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

Main

This project contains following components

Optional features

Roadmap