Skip to content

Instantly share code, notes, and snippets.

@ssouris
Last active December 2, 2022 22:38
Show Gist options
  • Select an option

  • Save ssouris/5554b41b161965b757869c5d2979bbc2 to your computer and use it in GitHub Desktop.

Select an option

Save ssouris/5554b41b161965b757869c5d2979bbc2 to your computer and use it in GitHub Desktop.
loadbalancer <-> NB : Load Balance me
NB.shape: cloud
NB -- backend -> DB
DB --> NB
backend {
service1
service2
}
backend.service1 : {
icon: https://icons.terrastruct.com/tech/022-server.svg
}
explanation: |kotlin
class LibraryUtility {
companion object {
fun getFoo() :String {
return "bar"
}
}
}
| {
near: backend.service2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment