Question 86

After the website is connected to the Web Application Firewall TAF, the file upload request of the website will be subject to certain restrictions.
  • Question 87

    Kubernetes can restart the container after it senses that the container has crashed. For example, the memory of a Java program leaks and the program cannot work normally, but the JVM process is running all the time. For such a situation where the application itself has a business problem, which of the following probes does Kubernetes use to detect whether the container responds normally to decide whether to restart?
  • Question 88

    The container uses cgroup technology to limit the use of CPU and memory. Reasonably setting the request and upper limit of container resources can effectively guarantee the resource usage quota of the container, avoid resource preemption and affect the stability of the operating environment, and do not affect container resources. Setting the upper limit of the quota can effectively improve the resource utilization of the node
  • Question 89

    Which of the following options is the correct process for enterprises to go to the cloud?
  • Question 90

    Spring Cloud is a common microservice system architecture. Which of the following description about Spring Cloud are correct? (Multiple choice)