标签: spring-boot ssl kubernetes-ingress
根据Spring Boot的doc
Spring Boot不支持h2c,即HTTP / 2协议的明文版本。因此,您必须先配置SSL。
因此,例如,在运行Spring Boot应用程序的Kubernetes集群中,Spring Boot应用程序未完成TLS终止时,这是否意味着应该使用HTTP 1.1? 还是在这种情况下使用h2c是不必要/不希望的/不好的做法?