DevOps Upskill Challenge

DevOps Upskill Challenge: From 'Hello World' to Kubernetes

View the Project on GitHub SadServers/DevOps_Upskill_Challenge

HTTP

2.1 Objective: Create Application that Responds to HTTP Requests

Do this locally in your computer, e.g. When pointing a browser to your http://localhost:8080, it shows “Hello World”.

You can use a programming language like JavaScript, Python, Golang, Java etc or you can use a web server like Nginx or Apache.

Examples: Python