Skip to content

Instantly share code, notes, and snippets.

View noah8713's full-sized avatar
🎯
Focusing

Aliasgar Ginwala noah8713

🎯
Focusing
View GitHub Profile
@noah8713
noah8713 / envoy-gw-config-dump-dev.txt
Created December 3, 2021 20:43
envoy-gw-config-dump-httpbin-dev.txt
- altStatName: httpbin-dev.httpbin-dev.svc.130.xx.io.port.8000.app_inst.httpbin-dev.app_svc.unknown
circuitBreakers:
thresholds:
- maxConnections: 20000
maxPendingRequests: 20000
maxRequests: 20000
maxRetries: 20000
trackRemaining: true
connectTimeout: 1s
edsClusterConfig:
@noah8713
noah8713 / Architecture brief
Last active March 6, 2018 14:19
OpenStack keystone benchmarking with nginx,apache and default wsgi
We are using keystone as a global service and hence its centre of universe .
Any api calls internal or via customer for the OpenStack cloud has to go via keystone for auth which internally calls ldap and ,etc.
Also keystone is running on a seperate box , seperate from other OpenStack components.
Need some approvals to post architecture related data and hence just briefed as above to give some insight.