• fireflash38
    link
    fedilink
    English
    arrow-up
    76
    ·
    2 years ago

    What if, get this, we put the bash scripts in yaml. And then put it in kubernetes.

      • tetris11@lemmy.ml
        link
        fedilink
        arrow-up
        36
        arrow-down
        1
        ·
        2 years ago

        I wrote my webserver in pure bash.

        bash -c “python -m http.server 8080”

        • MeanEYE
          link
          fedilink
          arrow-up
          7
          ·
          2 years ago

          Did you know you can zip entire Python project into single file and make it executable? Quite a neat feature. Shove all dependencies, modules and assets in there and voila. Single file python application.