Test of fastapi on kubernetes
- Create a scritp with a function returning the time
- Change the function so it return the time depending on the input variable continten(should handel at least two contintens)
- Build a small rest api with fast api
- Dockerize what you have build and run the docker api and curl it locally
- Put the Dockerized solution on kubernetes
Document all the steps along the way and make a pr for each step on the way and tag me. Will add som resources.
- Python (datetime)[https://docs.python.org/3/library/datetime.html]
- Fastapi (here)[https://fastapi.tiangolo.com/]