Giter Site home page Giter Site logo

linkerd-demo's Introduction

Service Mesh for Kubernetes - Linkerd

GitHub Tag

Prerrequisitos

Uso

  1. Desplegar cluster k8s:
make cluster

  1. Liberando imagen de prueba en AWS ECR:
make release

  1. Desplegando aplicacion de prueba en AWS EKS:
make deploy

Para validar el servicio desplegado:

kubectl port-forward svc/service-a 8080:80
curl http://localhost:8080/status
curl http://localhost:8080/mesh/service-c

  1. Instalando Linkerd:
make linkerd

  1. Activando Dashboard:
make linkerd-viz

Para acceder al Dashboard:

linkerd viz dashboard
  1. Agregando malla de servicio a la aplicacion de prueba:
make inject

  • Para validar la malla de servicio:
kubectl port-forward svc/service-a 8080:80
  • Para monitorear el funcionamiento de la malla:
# in
linkerd viz tap deploy/service-a
# out
linkerd viz tap deploy/service-b

  • Para generar trafico en la malla:
curl http://localhost:8080/mesh/service-a
curl http://localhost:8080/mesh/service-b
curl http://localhost:8080/mesh/service-c
  1. Eliminando todos los recursos:
make destroy

linkerd-demo's People

Stargazers

Esleirter Vilchez avatar Oscar Fernando Diaz Anchay avatar

Watchers

James Cloos avatar Ivan Echegaray Avendaño avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.