Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leosunmo/gloo-vs-upgrader
Upgrade Gloo 0.X VirtualService to Gloo V1 VirtualServices
https://github.com/leosunmo/gloo-vs-upgrader
Last synced: about 1 month ago
JSON representation
Upgrade Gloo 0.X VirtualService to Gloo V1 VirtualServices
- Host: GitHub
- URL: https://github.com/leosunmo/gloo-vs-upgrader
- Owner: leosunmo
- License: gpl-3.0
- Created: 2019-11-18T00:26:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T23:15:35.000Z (about 5 years ago)
- Last Synced: 2025-01-04T04:42:03.294Z (about 1 month ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gloo-vs-upgrader
Converts Gloo 0.x VirtualServices to Gloo 1.0 VirtualServices## Usage
Use `-k` to convert to Kube Svc destinations (https://docs.solo.io/gloo/latest/gloo_routing/virtual_services/routes/route_destinations/kubernetes_services/) from 0.x Upstreams.
```bash
go build .
./gloo-vs-upgrader examples/*
writing new VirtualService as examples/api-vs2.yaml
writing new VirtualService as examples/auth-vs2.yaml
writing new VirtualService as examples/noauth-vs2.yaml
writing new VirtualService as examples/rewrites-vs2.yaml
```