Skip to content

mustafah15/kubernetes-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices with Kubernetes example

alt text

To start the cluster in dev using skaffold use:

    skaffold dev

Cluster Component

  • 4 backend microservices deployments with Cluster IP services to connect the services with each others.
  • one react service to display the data.
  • Nodeport service to access the posts microservice for dev testing purposes.
  • using Ingress Nginx Controller to route the requests to all backend services.
  • using skaffold to rollout and restart the deployment if any change happen in the services code or the deployment config.

About

Microservices Example deployed in Kubernetes Cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published