Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eser/kubernext
offering modern structure for every software team
https://github.com/eser/kubernext
argo argocd iac k8s
Last synced: 13 days ago
JSON representation
offering modern structure for every software team
- Host: GitHub
- URL: https://github.com/eser/kubernext
- Owner: eser
- License: apache-2.0
- Created: 2023-09-20T06:41:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:32:20.000Z (7 months ago)
- Last Synced: 2024-05-02T05:54:23.771Z (6 months ago)
- Topics: argo, argocd, iac, k8s
- Language: Go
- Homepage:
- Size: 217 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Project KuberNeXT
This project promises to standardize the way of working. While offering modern
structure for every software team, also enforces a well-defined structure by
setting some rules.## Documentation
- [Proposed Workflow for Changes](./docs/workflow.md)
- [Proposed Tools](./docs/tools.md)## Decision Logs
"Architectural Design Records" format is being used under this repository. See
[docs/adr/](./docs/adr/) for the decisions and proposals recorded so far.## Codebase
| Directory | Description | Link |
| ------------ | ---------------------------- | ------------------ |
| `docs/` | Documentation | [Go](./docs/) |
| `docs/adr/` | Architectural Design Records | [Go](./docs/adr/) |
| `infra/` | Infrastructure as Code | [Go](./infra/) |
| `templates/` | Project boilerplates | [Go](./templates/) |
| `apps/` | App packages ready to deploy | [Go](./apps/) |