kubernetes (17)

lgirardi

Kubernetes servicemesh

Do we need a service mesh ? few years ago i started to evaluate this feature fitting in an existing infrastructure There are many concept to consider and many mistake the people usually think Better to start with what is NOT a work for a service mesh…

Continue reading...
lgirardi

Kubernetes apache httpd

The semi-unuseful apache implementation in kubernetes 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…

Continue reading...
lgirardi

Kubernetes guacamole

Here we are , another apache guacamole implementation in kubernetes This service is designed to avoid the usage of mysql and create a standalone project The main idea is to use the user-mapping.xml as a config map For production environment i suggest to add the ldap auth…

Continue reading...
lgirardi

Kubernetes vpn strongswan

How we can manage vpn in kubernetes environment Hi there , this project is to cover the vpn ipsec-xauth topic in a kubernetes evironment, the goal of this is to have the less effort possible when we have to manage users. Architecture Requirements: WHY The…

Continue reading...