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…
Category: cloud
Kubernetes – Deploying a mongodb and mongo-express
The structure desired: Mongo express (as a external service) accessing a mongodb (as a internal service) and using a secret service to storage the username and password. The final product gonna be like: A web-ui (mongo-express) sending commands to a mongodb (mongodb-service) Installing the Secret Service Checking the services Installing and configuring mongodb-espress WEB-UI If…
Installing Kubernetes using Ubuntu
Installing minikube Running Minikube Downloading and installing kubectl Valindating the binary(optional) Installing kubectl Source: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ https://minikube.sigs.k8s.io/docs/start/ Voila! everything is installed!