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? ...
android-studio-ide-171.4443003-linux.zip downloaded from Google s official website is decompressed and put to the following path home php software android-studio I didn t set up an agent at first, and there was a problem with the download fi...
problem description: < hr > Code javascript script code is as follows onLoad() { let self = this if (cc.sys.isNative) { window.io = SocketIO } else { socket.io.js require( socket.io ) } let ...
I didn t load the koa-static-cache middleware, so the rendered image won t come out. May I ask why there is a static resource server? if not, there is a problem with the picture path there is also the following picture. Why does this file cache have...
< H2 > question background: < H2 > Mobile h5, the child component is introduced into the parent component, now you need to render the child component with v-for, click on each child component to jump to the corresponding contact s chat page. It was o...
1.Mysql has been installed and DB driver has been installed successfully. Failed when trying to connect to the database ERROR 2002 (HY000)Can t connect to local MySQL server through socket tmp mysql.sock (2) tried: mysql start ERROR 2002 (HY00...