大家在使用 Kubernetes 时,应该都见过下面这种状态: kubectl get pod ----------------- NAME READY STATUS memory-test 第一现场:Pod 状态 执行: kubectl describe pod memory-test 看到: Last State: Reason: OOMKilled Exit Code: 137
http.HandleFunc("/",homeHandler)http.HandleFunc("/cpu-intensive",cpuIntensiveHandler)http.HandleFunc("/memory-test