Skip to content

Millsky/super-micro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super Micro Front-End

Super Micro Frontend is an experimental project using K8s as the infrastructure for a constellation of Front-End MicroServices.

Quick Start Locally (docker-desktop)

  1. Run kubectl apply on the k8s directory
kubectl apply -f k8s
  1. Get the port mapping of the orchestrator service
kubectl get svc orchestrator
NAME           TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
orchestrator   NodePort   10.107.16.200   <none>        8080:30752/TCP   8m
  1. Access the pod(s) via http://kubernetes.docker.internal:30752/. Where 30752 is the port pulled from the step above.

  2. Testing gRPC BloomRPC is a great tool that can be used to test the various gRPC APIs once exposed via kubectl proxy

About

A constellation of frontend micro-services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published