Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acorn-io/acorn
A simple application deployment framework built on Kubernetes
https://github.com/acorn-io/acorn
hacktoberfest kubernetes
Last synced: 3 months ago
JSON representation
A simple application deployment framework built on Kubernetes
- Host: GitHub
- URL: https://github.com/acorn-io/acorn
- Owner: acorn-io
- License: apache-2.0
- Archived: true
- Created: 2022-04-21T21:19:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T02:15:30.000Z (8 months ago)
- Last Synced: 2024-05-22T06:07:15.587Z (6 months ago)
- Topics: hacktoberfest, kubernetes
- Language: Go
- Homepage: https://docs.acorn.io/
- Size: 21.3 MB
- Stars: 1,136
- Watchers: 15
- Forks: 101
- Open Issues: 239
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-cue - acorn - A simple application deployment framework for Kubernetes. (Projects)
README
# Acorn
![main-release](https://github.com/acorn-io/runtime/actions/workflows/main-release.yaml/badge.svg)
A simple application deployment framework for Kubernetes.
- One artifact across dev, test, and production
- Simple CLI and powerful API
- Runs on any Kubernetes cluster| :memo: | Acorn is a work in progress. Features will evolve over time and there may be breaking changes between releases. Please give us your feedback in Slack, Discussions, or Issues! |
|-|:-|## Get Started
- [Downloads](https://github.com/acorn-io/runtime/releases)
- [Runtime Documentation](https://runtime-docs.acorn.io)
- [Community Slack](https://slack.acorn.io)
- [Discussions Forum](https://github.com/acorn-io/runtime/discussions)## Contributing
For the basics on how to contribute to acorn, checkout [CONTRIBUTING.md](CONTRIBUTING.md).
More details can also be found in our [developer wiki](https://github.com/acorn-io/runtime/wiki).
## License
Copyright (c) 2023 [Acorn Labs, Inc.](http://acorn.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.