does ingress tls have to configure a certificate?
my backend service has its own certificate and supports https,. So how to configure it?
just like K8s" own apiserver, how do you configure the ingress proxy apiserver?
does ingress tls have to configure a certificate?
my backend service has its own certificate and supports https,. So how to configure it?
just like K8s" own apiserver, how do you configure the ingress proxy apiserver?
if the api provided by a service is service v1 module method resource I want an address https: service.xxx.com module method resource points directly to service v1 module method resource how do I configure it? ...
how to invoke services across namespaces, do you need any permissions? or can services be provided across command spaces? How to configure it? I want to deploy generic services to a separate namespace, not one per space. ...
I want to change the nodePort range of K8s and modify the startup parameters of kube-apiserver. however, when I added this parameter, I found that the api would not work as long as the port range was not 30000-32768. I have another environment, th...
< H1 > [init] this might take a minute or longer if the control plane images have to be pulled < H1 > during initialization, the card owner will be used for a long time. Try k8s.gcr.io or a custom image address, and you can actually access it and pull...
now I have 8 node, programs running the same java program in K8s. if you send a message to someone at 10:00 every day, eight node will be sent eight times. but you only need to send it once. is there any way to set flag bits to allow 8 node messages...
kubeadm init before I started the command, I had already set up the http and https agents, but there was still an error. What is the reason for this? [preflight] Some fatal errors occurred: [ERROR ImagePull]: failed to pull image [k8s.gcr.io kube...
problem description kubernetes dns horizontal expansion document: https: kubernetes.io docs ta. uses cluster-proportional-autoscaler ( https: github.com kubernetes.) Why not just use HPA? What s the difference between HPA and cluster-proportiona...
The deployment goes something like this: a svc deploys NGINX, then a svc deploys fpm, and then NGINX proxies to fpm, through svcname to complete the project of accessing PHP with nginx. The problem now is: I expanded the pod of fpm by half, but found tha...