Building a DevOps Pipeline Reviews
66358 reviews
Thomas J. · Reviewed בערך 2 חודשים ago
Nitesh R. · Reviewed בערך 2 חודשים ago
Some content was just "copy and paste this magic string", while it would be nice to understand the details of what I'm doing (or supposed to be doing)
Matteo C. · Reviewed בערך 2 חודשים ago
Juan Pablo C. · Reviewed בערך 2 חודשים ago
Ahmad G. · Reviewed בערך 2 חודשים ago
RAVINDRA T. · Reviewed בערך 2 חודשים ago
Oluwabusayo A. · Reviewed בערך 2 חודשים ago
fix it!!!
Sergey L. · Reviewed בערך 2 חודשים ago
Santhosh Raj V. · Reviewed בערך 2 חודשים ago
Aman G. · Reviewed בערך 2 חודשים ago
connot complete last step
Trung N. · Reviewed בערך 2 חודשים ago
Pramod K. · Reviewed בערך 2 חודשים ago
Was Great, Thanks
Michael L. · Reviewed בערך 2 חודשים ago
The “Deploy Container” option has been deprecated, but the lab instructions haven’t been updated yet. In addition, there seems to be an issue with the Python Flask app—it isn’t accessible after deployment. if __name__ == "__main__": # app.run(host='0.0.0.0', port=8080, debug=True, threaded=True) port = int(os.environ.get("PORT", 8080)) # fallback to 8080 locally app.run(host='0.0.0.0', port=port, debug=True, threaded=True) And create firewall rule to allow HTTP port 80.
Wenjing L. · Reviewed בערך 2 חודשים ago
Josimar M. · Reviewed בערך 2 חודשים ago
Tolulope E. · Reviewed בערך 2 חודשים ago
Amy H. · Reviewed בערך 2 חודשים ago
Rohit K. · Reviewed בערך 2 חודשים ago
This is the comment that you're looking for In case you cannot connect to VM after you created it with Docker, is due to Dockerfile opening port 80, but the Flask app runs on port 8080. So, ssh into VM, change to sudo user with sudo su -, delete the running container, create another with port binding: docker run -d -p 80:8080 <image_name>:<image_tag> . Eventually, exec into container and run again the flash app with python3 main.py. After this, do not close the ssh window, put it aside. Repeat also this step for the second VM. Good Luck
Laurentiu B. · Reviewed בערך 2 חודשים ago
Eduardo X. · Reviewed בערך 2 חודשים ago
Bogdan D. · Reviewed בערך 2 חודשים ago
Malith M. · Reviewed בערך 2 חודשים ago
vm instance logged "network interface disabled" and TCP connections to the flask instance simply hung. I tried asking the gemini for cloud thing to help, and it complained tooling issues prevented it from checking compute engine instances, so I got no insight from there, either.
Michael M. · Reviewed בערך 2 חודשים ago
Rushi P. · Reviewed בערך 2 חודשים ago
Tapas B. · Reviewed בערך 2 חודשים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.