https://github.com/acim/kverso
Kubernetes image versions manager
https://github.com/acim/kverso
Last synced: 5 months ago
JSON representation
Kubernetes image versions manager
- Host: GitHub
- URL: https://github.com/acim/kverso
- Owner: acim
- Archived: true
- Created: 2019-04-24T20:22:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T07:15:57.000Z (almost 6 years ago)
- Last Synced: 2023-03-05T21:52:13.668Z (over 3 years ago)
- Language: Go
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kverso
Kubernetes image versions manager
[](http://hits.dwyl.com/acim/kverso)
## Installation
kubectl apply -f https://raw.githubusercontent.com/acim/kverso/master/deploy/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/acim/kverso/master/deploy/deployment.yaml
## Usage
Find pod name using kubectl get pod
kubectl port-forward pod/kverso-name 3000:3000
Point your browser to localhost:3000
## Think about using
https://github.com/docker/distribution/blob/master/registry/client/repository.go
https://github.com/mcuadros/go-version