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...
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...
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...
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...
< 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...
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...
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? ...
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. ...
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? ...
Click Me < li> < ul> The click of vue should not be bound to the li element, so which element does the event of li bind to? Is it bound to document like react? ...
our previous code is adapted to Google and Firefox, but now it is required that the code is compatible with IE11 browsers. It is impossible for me to rewrite the code, is it? Is there any quick way to solve it as soon as possible? The error is as follow...
Project uses vue init simple scaffolding project question: how to configure a static file config.js, in the project this file is the global domain name, which is used to change the domain name online. then, how can webpack be set up so that the config...
oauth token this interface gets access_token, but it is the default format of springsecurity. I now want to change the format to a custom format {. code:"", msg:"", data:{ access_token:"xxxx" } Please tell me what to...
one thing I don t understand when using docker: is there any difference between pull a mysql from an official image and then run it on my machine? is there any difference between using Dockerfile to first pull a centos image and then installing a mysql...