https://github.com/theguptaji/kubex
An interactive k8s CLI interface
https://github.com/theguptaji/kubex
command-line-tool docker kubectl
Last synced: 3 months ago
JSON representation
An interactive k8s CLI interface
- Host: GitHub
- URL: https://github.com/theguptaji/kubex
- Owner: theguptaji
- Created: 2020-04-10T06:13:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T05:46:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T22:23:47.083Z (4 months ago)
- Topics: command-line-tool, docker, kubectl
- Language: Go
- Homepage: https://theguptaji.github.io/kubex/
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
Awesome Lists containing this project
README

# kubex
An interactive k8s CLI interface### IDEAS
* A project dependent cli tool, so idea is something like:-
```
kubex load
kubex unload
```
where project is the project containing go.mod file* Kubex will connect the docker images relevant to the project, so we use kubex to make docker images, something like:-
```
kubex build .
```
behind the scene it will execute something like this:-
`docker build . -t : --label `* Main idea for Kubex is the image management, we execute something like this:-
```
kubex show
```
and it should show the flow chart of the image architecture, ports and dependencies.### AMBITIOUS IDEAS
custom proxy injection for reconfiguring ports to have more control over data-flow```
kubex inject
```