2018-11-02 at 1:39 AM UTC
This post has been edited by a bot I made to preserve my privacy.
2018-11-02 at 2:55 AM UTC
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!
2018-11-02 at 2:53 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2018-11-02 at 3:12 PM UTC
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.
2018-11-02 at 3:20 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2018-11-02 at 3:36 PM UTC
Imo the tooling associated with docker and kubernetes still sucks hardcore and you'd want a dedicated deployment or DevOps engineer to run it.