you are viewing a single comment's thread
view the rest of the comments
[–] 73 points 2 years ago (2 children)

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

  • source
  • hideshow 4 child comments
  • [–] 27 points 2 years ago (1 child)

    Have you considered embedding python in those bash scripts? I have done this, and it is glorious.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 36 points 2 years ago (1 child)

    I wrote my webserver in pure bash.

    bash -c "python -m http.server 8080"

  • source
  • parent
  • hideshow 2 child comments