@app.route('/') def hello(): pod_name = socket.gethostname() # 修改了这里的内容: return f"
Running in Pod: {pod_name}