kong + konga部署
kong的部署方式比较简单,github仓库有all-in-one的资源配置清单: github地址: https://github.com/Kong/kubernetes-ingress-controller/blob/main/deploy/single/all-in-one-postgres.yaml 本地的话由于是mac本,需要将LoadBalance的service类型修改为NodePort才可以访问 ➜ kong cat all-in-one-postgres.yaml apiVersion: v1 kind: Namespace metadata: name: kong --- apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: kongclusterplugins.configuration.konghq.com spec: additionalPrinterColumns: - JSONPath: .plugin description: Name of the plugin name: Plugin-Type type: string - JSONPath: .metadata.creationTimestamp description: