Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rawsashimi1604/kong-dbless-helm-setup
- Owner: rawsashimi1604
- Created: 2024-03-17T14:48:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T12:19:38.000Z (9 months ago)
- Last Synced: 2024-03-27T17:56:50.816Z (9 months ago)
- Language: Python
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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