- 在ingress resources里使用annotations
- 在IC所引用的Configmap里定义
- 自定义ingress resources的annotations(需自定义template)
- 通过configmap自定义template
- CRD (Virtual Server, Virtual Server Route)
在ingress resource里使用annotation的好处是可以借助mergeable ingress 来对不同的location path配置不同的nginx配置
Nginx IC已经内置的annotations和configmap items 参考 https://github.com/nginxinc/kubernetes-ingress/blob/master/docs/configmap-and-annotations.md
文章评论