On these days, microservices are improving our productivity, scalability and the disponibility of our apps and saving time (Woow!), to support the security and access control we can use the service mesh to do that so let’s make an example using: dotnetcore, kubernetes and kuma 🙂 Our ingredients: 1 – Kubernetes; 2 – Kuma Mesh;…
Tag: kuma
Kuma Metrics grafana
To visualize traffic metrics dashboards we can use grafana to visualize: Once we have installed the required dependencies, we can now go ahead and enable metrics on our Mesh object by executing: This will enable the prometheus metrics backend on the default Mesh and automatically collect metrics for all of our traffic. Now let’s go ahead and generate some traffic – to…
Kuma Mesh – Commun Commands
The project Kuma Mahs is useful tool to create powerful systems based in microservices. To install and execute the commands you have to install Kuma and the app example available in: https://kuma.io/docs/1.1.2/quickstart/kubernetes/ Enviroment variables used: {{meshe}} = default {{namespace}} = kuma-demo Listing Traffic Permissions: Kuma – GUI: Creating a Traffic Permission: Listing the detail about…