Coder Social home page Coder Social logo

kong-docs-cn's Introduction

image

简介

Kong Gateway (OSS) - 一个轻量级开源网关。

Kong是一个云原生,快速,可扩展和分布式微服务抽象层(也称为API网关,API中间件或某些情况下的Service Mesh)。作为2015年的开源项目,其核心价值在于高性能和可扩展性。

由于对项目的积极维护,Kong被广泛用于从初创公司到全球500强以及政府机构的生产中。

提示

重要❗️: 本文档是基于 版本,目前官网已经更新至 版本,如果使用的其他版本,请查看官方文档:

版本说明

  • 官网最新版本:

  • 官网维护版本:

  • 历史存档版本:

本篇文档说明:https://102no.com/2019/06/27/kong-docs-cn/

安装文档目录

开发文档目录

插件文档目录

官方博客

译者注: 翻译这个文档的原因是自己正好在学习这个kong,一方面也是锻炼自己的英语能力,所以采用的是人工+机翻结合的方式,如果有遇到翻译的不够通顺,或者对于翻译的语句有歧义的地方,麻烦一定点击官网英文文档 https://docs.konghq.com/gateway-oss/ 查看,并且欢迎提 PR 提修改意见。另,由于kong的文档本身也在不断增加和完善当中,如果有遇到没有即使更新翻译的状况欢迎提issue,我会不断补充的。

todo:

  • 目前文档中的超链接都是链接的英文原文,后续会慢慢改成中文内链。
  • 会在每一页文档里面附上单独的英文原文链接,以便做对照。
  • 会添加kong自带的插件文档。

Star History Chart

kong-docs-cn's People

Contributors

jeff2go avatar jeraxxxxxxx avatar mdh67899 avatar qianyugang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kong-docs-cn's Issues

请教:upstream 配置health-checks报错

大量报
[lua] balancer.lua:316: [healthchecks] failed setting peer status (upstream: 3eb0b3ee-3322-4509-bc9b-ad5c19351aed:testHealthy): no peer found by name 'dcdev.definesys.cn' and address 39.103.230.188:30816, context: ngx.timer
upstream如下:{
"client_certificate": null,
"id": "061c28de-a59e-4ef8-b353-b6602bfebb81",
"hash_on_header": null,
"healthchecks": {
"passive": {
"type": "http",
"unhealthy": {
"http_statuses": [
429,
500,
503
],
"tcp_failures": 0,
"timeouts": 0,
"http_failures": 0
},
"healthy": {
"http_statuses": [
200,
201,
202,
203,
204,
205,
206,
207,
208,
226,
300,
301,
302,
303,
304,
305,
306,
307,
308
],
"successes": 0
}
},
"threshold": 0,
"active": {
"type": "http",
"http_path": "/data",
"https_sni": null,
"timeout": 2,
"healthy": {
"interval": 10,
"http_statuses": [
200,
302
],
"successes": 2
},
"unhealthy": {
"interval": 3,
"tcp_failures": 1,
"timeouts": 1,
"http_failures": 0,
"http_statuses": [
429,
404,
500,
501,
502,
503,
504,
505
]
},
"https_verify_certificate": false,
"concurrency": 10
}
},
"hash_fallback_header": null,
"hash_on": "none",
"created_at": 1637840050,
"hash_on_cookie": null,
"hash_on_cookie_path": "/",
"hash_fallback": "none",
"algorithm": "round-robin",
"tags": null,
"name": "testHealthy",
"host_header": null,
"slots": 1000
}

请教一个服务网格的问题

最近在学习kong,有幸拜读了这篇文章,阅读了很多章节
实际使用过程中,也遇到了一个棘手的问题,希望能得到您的解答
我们是在kubernetes中使用了kong,并且使用了他服务网格的部分
在使用kong-mash的过程中发现pod不能请求外部资源,比如外部的数据库,外部的一个api服务
在istio中这块可以使用setting: istio-sidecar-injector global.proxy.includeIPRanges设置来解决
但是在kong中并没有找到对应的设置,请问这个问题您有没有解决方案和思路
谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.