[–] [S] 0 points 1 month ago

I know it’s overkill :) Wanted my README to have 1 installation command instead of 2 for easy review. Also showcase skills that go beyond Junior level.

Initially I decided against kubernetes but since podman already has it integrated, why not? This way, I eliminate the need for podman-compose install. My app is part of the portfolio, has 3 containers for frontend, api and database. Didn’t finish the personal website yet, lol.

Didn’t know about docker swarm and I definitely want fancy :)

  • source
  • parent
  • context
  •  

    I’m developing this tiny web app which I want to run on an old laptop and put it on my portfolio.

    I used podman, I have a pod with 3 containers, local images and everything is working fine on my workstation.

    I envisioned just copying the kubernetes yaml on the old laptop, run play and pat myself on the back. I guess it doesn’t work like that…? Do I need to publish the container images somewhere? And other things? How does it work in a company?

    Thanks in advance 😊