Skip to content

logand22/service-mesh-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service mesh from scratch

Practice programming by building a service mesh from scratch

Controller

The controller is in charge of watching the kubernetes API for changes and updating the data plane proxies.

The injector

The sidecar injector watches the kubernetes API and injects envoy sidecars into containers when it sees the correct labels added.

Testing

Currently creating local test instances using kind

About

An example + learning project for service meshes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published