Go to file
github-actions[bot] 89c1d07a8f
Fix(CUE): fix volumns variable err bug in vela-cli (#6619)
Signed-off-by: yukunjie <yukunjie007@163.com>
Co-authored-by: yukunjie <yukunjie007@163.com>
(cherry picked from commit b605e0857c)

Co-authored-by: yukunjie <yukunjie007@163.com>
2024-09-19 09:53:07 +08:00
.github chore: ci yaml err (#6492) 2024-04-01 10:28:12 +08:00
.license
CHANGELOG
apis Chore: tidy appHandler (#6300) 2023-08-28 11:01:33 +08:00
charts/vela-core Fix(CUE): fix volumns variable err bug in vela-cli (#6619) 2024-09-19 09:53:07 +08:00
cmd Feat: enable unknown flags (#6303) 2023-08-27 17:20:25 +08:00
config/crd
contribute
design
docs
e2e Fix: vela dry-run can not render Applicaiton, if x-definition(Compnent/Trait) is not installed to vela-system namespace (#6135) 2023-06-27 23:08:23 +08:00
hack Refactor: capabilities and workload in appfile parsing (#6250) 2023-08-10 14:41:20 +08:00
makefiles Fix: helm template adding namespace (#6423) 2023-12-25 10:57:39 +08:00
pkg fix: comma ok (#6457) 2024-03-15 22:50:47 +08:00
references Address GolangCI lint 1.55 errors (#6453) 2024-02-07 17:27:32 +08:00
test Revert: "Feat: support applicator applying resources and update status (#6030)" (#6182) 2023-07-04 14:06:28 +08:00
vela-templates Fix(CUE): fix volumns variable err bug in vela-cli (#6619) 2024-09-19 09:53:07 +08:00
version Chore: swtich between old and new registry in vela install (#6173) 2023-07-04 12:15:30 +08:00
.gitignore
.golangci.yml Address GolangCI lint 1.55 errors (#6453) 2024-02-07 17:27:32 +08:00
.goreleaser.yaml
.krew.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile fix arm64 build, rm --platform flags in Dockerfile (#6170) 2023-07-04 15:39:58 +08:00
Dockerfile.cli Chore: remove useless envbinding env (#6122) 2023-06-15 14:50:20 +08:00
Dockerfile.e2e
GOVERNANCE.md
ISSUE_TRIAGE.md
LICENSE
Makefile chore: add lint fix (#6275) 2023-08-21 18:02:13 +08:00
OWNERS_ALIASES
README.md
SECURITY.md
codecov.yml
community.md
entrypoint.sh
go.mod fix: disable auto maxprocs logging (#6618) 2024-09-19 09:51:43 +08:00
go.sum fix: disable auto maxprocs logging (#6618) 2024-09-19 09:51:43 +08:00
staticcheck.conf

README.md



Make shipping applications more enjoyable.

Build status Go Report Card Docker Pulls codecov LICENSE Releases TODOs Twitter Artifact HUB CII Best Practices E2E status OpenSSF Scorecard

Introduction

KubeVela is a modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable.

kubevela

Highlights

KubeVela practices the "render, orchestrate, deploy" workflow with below highlighted values added to existing ecosystem:

Deployment as Code

Declare your deployment plan as workflow, run it automatically with any CI/CD or GitOps system, extend or re-program the workflow steps with CUE. No ad-hoc scripts, no dirty glue code, just deploy. The deployment workflow in KubeVela is powered by Open Application Model.

Built-in observability, multi-tenancy and security support

Choose from the wide range of LDAP integrations we provided out-of-box, enjoy enhanced multi-tenancy and multi-cluster authorization and authentication, pick and apply fine-grained RBAC modules and customize them as per your own supply chain requirements. All delivery process has fully automated observability dashboards.

Multi-cloud/hybrid-environments app delivery as first-class citizen

Natively supports multi-cluster/hybrid-cloud scenarios such as progressive rollout across test/staging/production environments, automatic canary, blue-green and continuous verification, rich placement strategy across clusters and clouds, along with automated cloud environments provision.

Lightweight but highly extensible architecture

Minimize your control plane deployment with only one pod and 0.5c1g resources to handle thousands of application delivery. Glue and orchestrate all your infrastructure capabilities as reusable modules with a highly extensible architecture and share the large growing community addons.

Getting Started

Documentation

Full documentation is available on the KubeVela website.

Blog

Official blog is available on KubeVela blog.

Community

We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls. For more information on the community engagement, developer and contributing guidelines and more, head over to the KubeVela community repo.

Contact Us

Reach out with any questions you may have and we'll make sure to answer them as soon as possible!

Community Call

Every two weeks we host a community call to showcase new features, review upcoming milestones, and engage in a Q&A. All are welcome!

Talks and Conferences

Check out KubeVela videos for these talks and conferences.

Contributing

Check out CONTRIBUTING to see how to develop with KubeVela.

Report Vulnerability

Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to security@mail.kubevela.io .

Code of Conduct

KubeVela adopts CNCF Code of Conduct.