Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/kube-deploy
Deploy Kubernetes Services
https://github.com/mingfang/kube-deploy
Last synced: about 5 hours ago
JSON representation
Deploy Kubernetes Services
- Host: GitHub
- URL: https://github.com/mingfang/kube-deploy
- Owner: mingfang
- Created: 2018-08-08T20:53:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T16:05:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T15:18:32.572Z (about 2 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kube-deploy
Deploy Kubernetes Services```
alias deploy='docker run -v `pwd`:/docker -w /docker --rm -it deploy'
```