Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KusionStack/konfig
Shared repository of application models and components, and CI suite for GitOps workflows
https://github.com/KusionStack/konfig
Last synced: 3 days ago
JSON representation
Shared repository of application models and components, and CI suite for GitOps workflows
- Host: GitHub
- URL: https://github.com/KusionStack/konfig
- Owner: KusionStack
- License: apache-2.0
- Created: 2022-05-05T07:08:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:18:11.000Z (5 months ago)
- Last Synced: 2024-08-02T09:47:57.270Z (5 months ago)
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 26
- Watchers: 4
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Konfig - Shared repository of application models and components, and CI suite for GitOps workflows (Building / Workflows)
- awesome_ai_agents - Konfig - Shared repository of application models and components, and CI suite for GitOps workflows (Building / Workflows)
README
# konfig
konfig contains various example applications code, you can use these example applications to quickly try out and learn how to use [Kusion](https://github.com/KusionStack/kusion).
If you're new to Kusion, it's a good idea to start by [Getting Started](https://www.kusionstack.io/docs/kusion/getting-started/install-kusion), which includes quickstart installation, guided tutorials and deployment instructions. Then you can go to [User Guides](https://www.kusionstack.io/docs) to find more Kusion practical application scenarios, and konfig holds the corresponding examples of the user guides.
## konfig examples
| name | description |user guide|
|----------------------------------------------------|--------------------------------------------------------------------------------|----------|
| [nginx](example/nginx) | An exposing nginx service. |[Expose Application Service Deployed on CSP Kubernetes](https://www.kusionstack.io/docs/kusion/user-guides/cloud-resources/expose-service)|
| [simple-job](example/simple-job) | An one-off or recurring execution task. |[Schedule a Job](https://www.kusionstack.io/docs/kusion/user-guides/working-with-k8s/job)|
| [service-multi-stack](example/service-multi-stack) | A project which contains multiple stacks. |[Deploy Application Securely and Efficiently via GitHub Actions](https://www.kusionstack.io/docs/kusion/user-guides/github-actions/deploy-application-via-github-actions)|
| [simple-service](example/simple-service) | A simple service only contains workload resources. |[Deploy Application](https://www.kusionstack.io/docs/kusion/user-guides/working-with-k8s/deploy-application)|
| [wordpress-cloud-rds](example/wordpress-cloud-rds) | The wordpress application which contains workload and cloud database resource. |[Deliver the WordPress Application with Cloud RDS](https://www.kusionstack.io/docs/next/kusion/user-guides/cloud-resources/database)|
| [wordpress-local-db](example/wordpress-lcoal-db) | The wordpress application which contains workload and local database resource. |[Deliver the WordPress Application on Kubernetes](https://www.kusionstack.io/docs/kusion/getting-started/deliver-wordpress)|