摘要:
Now, let's say we would like to give a specific consumer a higher rate-limit. For this, we can create a KongPlugin resource and then associate it with 阅读全文
摘要:
echo " apiVersion: configuration.konghq.com/v1 kind: KongPlugin metadata: name: global-rate-limit labels: global: \"true\" config: minute: 5 limit_by: 阅读全文
摘要:
1-Let's add a KongPlugin resource to protect the API: $ echo " apiVersion: configuration.konghq.com/v1 kind: KongPlugin metadata: name: httpbin-auth p 阅读全文
摘要:
暴露出一个微服务echo " apiVersion: extensions/v1beta1 kind: Ingress metadata: name: demo spec: rules: - http: paths: - path: /foo backend: serviceName: httpbi 阅读全文