Composable Microservices: Deploying into K8 Cluster
Briefly

If you plan to make an existing set of Microservices composable, identify cross-cutting codes like authentication and validation and map them into Microservice components using the Bit platform starter.
The platform starter template creates a new workspace with example components, each with a configuration file to publish the service into a docker image for deployment.
Bit will build docker images for frontend and backend services when modified, publishing them to the docker registry defined in the configuration.
The gateway-server serves as the micro-gateway entry point for backend services, with its docker configuration specified in the default-gateway.ts file.
Read at Medium
[
add
]
[
|
|
]