fastai_kubernetes

Test of fastapi on kubernetes

Steps

  1. Create a scritp with a function returning the time
  2. Change the function so it return the time depending on the input variable continten(should handel at least two contintens)
  3. Build a small rest api with fast api
  4. Dockerize what you have build and run the docker api and curl it locally
  5. 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.

Tips