Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carvel-dev/kwt
Kubernetes Workstation Tools CLI
https://github.com/carvel-dev/kwt
carvel cli developer-tools devops k8s kubernetes networking
Last synced: about 1 month ago
JSON representation
Kubernetes Workstation Tools CLI
- Host: GitHub
- URL: https://github.com/carvel-dev/kwt
- Owner: carvel-dev
- License: apache-2.0
- Created: 2018-09-24T17:59:19.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-18T23:23:06.000Z (12 months ago)
- Last Synced: 2024-11-01T09:33:37.903Z (about 1 month ago)
- Topics: carvel, cli, developer-tools, devops, k8s, kubernetes, networking
- Language: Go
- Homepage:
- Size: 13.1 MB
- Stars: 157
- Watchers: 18
- Forks: 12
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - carvel-dev/kwt - Kubernetes Workstation Tools CLI (kubernetes)
README
![logo](docs/CarvelLogo.png)
# kwt
- Slack: [#carvel in Kubernetes slack](https://slack.kubernetes.io)
- Install: grab pre-built binaries from the [Releases page](https://github.com/carvel-dev/kwt/releases) or [Homebrew Carvel tap](https://github.com/carve-dev/carvel)
- Status: Experimental`kwt` (Kubernetes Workstation Tools) (pronounced spelled out) CLI provides helpful set of commands for application developers to develop applications with Kubernetes.
- See [Network](docs/network.md) to find out how to make Kubernetes services and pods accessible to your local machine
- See [Workspace](docs/workspace.md) to find out how to conveniently manage temporary containers that could be used for debugging, experimentation etc.### Join the Community and Make Carvel Better
Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community.
Please join us during our online community meetings. Details can be found on our [Carvel website](https://carvel.dev/community/).You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.
Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/carvel-dev/carvel/blob/master/ADOPTERS.md)
## Development
```bash
./hack/build.sh
export KWT_E2E_NAMESPACE=kwt-test
sudo -E ./hack/test-all.sh
```