Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rawsashimi1604/kong-dbless-helm-setup

Kong gateway dbless helm setup configuration
https://github.com/rawsashimi1604/kong-dbless-helm-setup

Last synced: 2 days ago
JSON representation

Kong gateway dbless helm setup configuration

Awesome Lists containing this project

README

        

# Kong dbless setup

## Old setup guide

## Create mock deployment and service

```bash
cd mock
kubectl apply -f deployment.yml
kubectl apply -f service.yml
```

## Create a config map from kong config file

```bash
kubectl create configmap kong-config --from-file=kong.yml --dry-run=client -o yaml | kubectl apply -f -
```

## Install kong dbless

```bash
helm repo add kong https://charts.konghq.com
helm repo update
helm install kong-dbless kong/kong --values=values.yaml
```

## Getting URL for service

```bash
minikube service --url
```

## New setup guide

- Uses helm chart to start kong dbless instance : version 2.8