https://github.com/twelvee/k8sbox
A tool that allows you to roll out your environments into your k8s cluster using templated specifications, monitor the activity of these services, as well as easily clean up the cluster of unused resources that you rolled out earlier.
https://github.com/twelvee/k8sbox
ci-cd cloud-management deployment-automation environments helm infrastructure-as-code k8s k8s-staging
Last synced: 5 months ago
JSON representation
A tool that allows you to roll out your environments into your k8s cluster using templated specifications, monitor the activity of these services, as well as easily clean up the cluster of unused resources that you rolled out earlier.
- Host: GitHub
- URL: https://github.com/twelvee/k8sbox
- Owner: twelvee
- License: mit
- Created: 2023-05-18T15:55:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T12:38:46.000Z (almost 3 years ago)
- Last Synced: 2025-09-01T12:50:22.947Z (10 months ago)
- Topics: ci-cd, cloud-management, deployment-automation, environments, helm, infrastructure-as-code, k8s, k8s-staging
- Language: Go
- Homepage: https://docs.k8sbox.run
- Size: 442 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## About k8sbox
[](https://app.codacy.com/gh/twelvee/k8sbox/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
A tool that allows you to roll out your environments into your k8s cluster using templated specifications, monitor the activity of these services, as well as easily scrub the cluster of unused resources that you rolled out earlier.

## Learn k8sbox
All documentation is available at https://docs.k8sbox.run/
## Contributing
Thank you for considering contributing to the k8sbox! The contribution guide can be found in the CONTRIBUTION.md file
### k8sbox <3 docker
The use of templated environments assumes integration with different ci-cd systems. That is why we offer to use a ready-made docker image for each supported version of k8sbox.
https://hub.docker.com/r/twelvee/k8sbox/tags
### What k8sbox can already do
1. Roll out new environments
2. Update an already rolled out environment
3. Remove unused environments
4. Parsing environment variables for easy integration with any CI-CD systems
5. Show active environments
6. Describe the components of active environments
### What k8sbox will be able to do in the future
1. Collect statistics from your active environments
2. be more flexible for more flexible deployment
3. Automatic resource deletion by timer
4. Obtain specifications from git repositories (including private ones)
5. UI interface + REST API
..as well as many useful and easy-to-use features
## License
The k8sbox is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).