mirror of
https://github.com/foomo/squadron.git
synced 2025-10-16 12:35:42 +00:00
| .github/workflows | ||
| cmd | ||
| example | ||
| exampledata | ||
| util | ||
| .gitignore | ||
| .goreleaser.yml | ||
| .travis.yml | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
| squadron.go | ||
Squadron
Application for managing kubernetes microservice environments.
Use it, if a helm chart is not enough in order to organize multiple services into a effective squadron.
Quickstart
# Create a new folder with an example application with squadron:
$ squadron init [NAME]
$ cd [NAME]/
# Run install for predefined squadron and namespace:
$ squadron install [SQUADRON] -n [NAMESPACE]
Structure
/squadron
/charts (Helm Charts)
/<chart name>
/services
service-a.yaml
service-b.yaml
/namespaces
/local (reserved, local)
squadron-a.yaml
squadron-b.yaml
/node-a (remote)
squadron-c.yaml
Commands
# See:
$ squadron help
See also
Sometimes as a sailor or a pirate you might need to get a grapple : go get github.com/foomo/gograpple/...