User Controls

So, I've been learning how to set up a local webserver...

  1. #1
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  2. #2
    Lanny Bird of Courage
    Is there anything in particular you're having trouble with? Why are you using kubernetes?

    I've never really learned about the "containerization" ecosystem because... I've never had to. I feel like it's a bit of a meme at this point. I'm sure there are people out there who need it, but I see companies that have a single deployment on dedicated hardware, or maybe a staging/prod setup, with these elaborate container stacks and I can't help but think "what a waste".
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. #3
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  4. #4
    It's only microservices if each container just does its own function. If you just want scalable maybe you should get a heroku machine like an ec2 or lightsail instance.
  5. #5
    aldra JIDF Controlled Opposition
    Originally posted by Lanny Is there anything in particular you're having trouble with? Why are you using kubernetes?

    I've never really learned about the "containerization" ecosystem because… I've never had to. I feel like it's a bit of a meme at this point. I'm sure there are people out there who need it, but I see companies that have a single deployment on dedicated hardware, or maybe a staging/prod setup, with these elaborate container stacks and I can't help but think "what a waste".

    no, nobody really needs it. people who use them typical do so for convenience, wanted to try out the principle or were forced into using it by previous developers on a project, thus continuing the cycle of abuse
  6. #6
    filtration African Astronaut
    This post has been edited by a bot I made to preserve my privacy.
  7. #7
    Imo the tooling associated with docker and kubernetes still sucks hardcore and you'd want a dedicated deployment or DevOps engineer to run it.
Jump to Top