Semi-unuseful apache implementation in kubernetes | by Lorenzo | Jan, 2021 | Medium medium.com
Well , why we are talking about apache httpd in kubernetes ?We have ingress resources , we have ambassador and we are using microservices…True but internet was not built yesterday and for some reasons out of my knowledge ,people are ostinated to manage rewrite rules in apache instead to use a dedicated router application (react, zuul .. database!?!?! etc etc)However sometimes we have to balance between the academic vision and the reality. Talking about apache https , nginx , haproxy … i’m referring to the idea behind manage a complex website.A website could be composed my hundreds of microservices but the domain it’s usually onewww.example.com
Report Story