Super Micro Frontend is an experimental project using K8s as the infrastructure for a constellation of Front-End MicroServices.
- Run kubectl apply on the
k8s
directory
kubectl apply -f k8s
- 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
-
Access the pod(s) via
http://kubernetes.docker.internal:30752/
. Where30752
is the port pulled from the step above. -
Testing gRPC BloomRPC is a great tool that can be used to test the various gRPC APIs once exposed via
kubectl proxy