Skip to content

Simple program copying routes from one Azure route table to another

Notifications You must be signed in to change notification settings

sitkatech/route-table-syncer

 
 

Repository files navigation

Notes

For quick local test

go run . -h

Useful make targets

make build
make push
make deploy

Managed identity

aadpodidbinding=app-gateway-ingress-ingress-azure

Reader: source route table; usually in the AKS infra resource group

Network Contributor: destination route table; usually in the networking resource group

Service account

The default service account, cluster role: app-gateway-ingress-ingress-azure

About

Simple program copying routes from one Azure route table to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.1%
  • Shell 11.5%
  • Makefile 6.4%
  • Dockerfile 5.0%