Li Jing

Results 2 issues of Li Jing

I wrote a custom plugin to control the permission of my application deployed in k8s. The upstream is a code-server web application. It can be accessed normally under nginx-ingress. When...

kubeovn v1.13.5 kubernetes v1.31 我使用自定义vpc为租户创建隔离环境。Prometheus跑在默认vpc和默认子网里。Prometheus需要从租户启动的pod拉取metrics。目前无法通信,请问要怎样才能打通呢? 另外,我这里还使用了natgw为自定义vpc提供出网能力,以及vpc-dns。考虑到pod(deployment)是租户创建的,ip并不固定,用dnat映射似乎不太合适。 以下是一个租户的vpc配置 ```yaml apiVersion: kubeovn.io/v1 kind: Vpc metadata: labels: hosted: "true" name: vpc-supertester spec: namespaces: - supertester staticRoutes: - bfdId: "" cidr: 0.0.0.0/0 ecmpMode: ""...

subnet
vpc
no-issue-activity