Go to file
github-actions[bot] f49f11dd72
Fix: suppress klog logs output for vela top (#5452)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
(cherry picked from commit 55662b645a)

Co-authored-by: Somefive <yd219913@alibaba-inc.com>
2023-02-08 16:26:44 +08:00
.github Fix: longer releaser timeout (#5400) 2023-02-01 14:01:07 +08:00
.license add license checker into CI (#1182) 2021-03-12 00:34:51 -08:00
CHANGELOG fix typo mistake (#4186) 2022-06-15 19:05:08 +08:00
apis Fix: Delete appplication fails if status.workflow.endTime not specified. (#5297) 2023-01-10 15:16:26 +08:00
charts [Backport release-1.7] Fix: simplify notification parameters (#5446) 2023-02-08 14:05:13 +08:00
cmd Fix: aligin config create to be managed by apps with Dispatch function (#5384) (#5394) 2023-01-31 18:04:36 +08:00
config/crd Feat: support chart value to disable conversation on application crd (#3890) 2022-05-21 22:57:38 +08:00
contribute Chore: trim updated docs, make the source clean (#3946) 2022-05-22 15:13:41 +08:00
design Docs: add KEPs introduction to the main repo (#5099) 2022-11-21 15:19:31 +08:00
docs [Backport release-1.7] Feat: add the updating the application trigger API (#5395) 2023-01-31 17:14:03 +08:00
e2e fix bugs of specified addonName (#5407) 2023-02-01 16:44:30 +08:00
hack cleanup ioutil for newer go version (#5238) 2022-12-29 19:34:45 +08:00
legacy Fix: Delete appplication fails if status.workflow.endTime not specified. (#5297) 2023-01-10 15:16:26 +08:00
makefiles Fix: dependency makefile variable error (#5234) 2022-12-27 15:45:45 +08:00
pkg [Backport release-1.7] Fix: use get before create or update (#5450) 2023-02-08 14:50:38 +08:00
references Fix: suppress klog logs output for vela top (#5452) 2023-02-08 16:26:44 +08:00
runtime/rollout Feat: upgrade dependency (#5217) 2022-12-27 16:28:13 +08:00
test [Backport release-1.7] Feat: add the updating the application trigger API (#5395) 2023-01-31 17:14:03 +08:00
vela-templates [Backport release-1.7] Fix: simplify notification parameters (#5446) 2023-02-08 14:05:13 +08:00
version Chore: update test coverage (#4730) 2022-09-15 13:55:16 +08:00
.gitignore [Backport release-1.7] Fix: replace homemade release script with goreleaser (#5398) 2023-01-31 20:55:06 +08:00
.golangci.yml Feat: upgrade go1.19 (#4790) 2022-09-28 10:19:28 +08:00
.goreleaser.yaml [Backport release-1.7] Fix: replace homemade release script with goreleaser (#5398) 2023-01-31 20:55:06 +08:00
.krew.yaml Fix: krew install template of kubectl-vela.exe (#3162) 2022-01-25 18:46:05 +08:00
CODE_OF_CONDUCT.md Fix code of conduct link 2020-10-10 17:35:16 +08:00
CONTRIBUTING.md Chore: trim updated docs, make the source clean (#3946) 2022-05-22 15:13:41 +08:00
Dockerfile Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.apiserver Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.cli Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
Dockerfile.e2e Fix: pin dependencies to hash (#5223) 2022-12-26 17:36:14 +08:00
GOVERNANCE.md Chore: merge goverance doc to community repo (#5103) 2022-11-22 10:19:30 +08:00
ISSUE_TRIAGE.md Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
LICENSE
Makefile Chore: Migrate to k3d in CI & trim redundant steps (#4652) 2022-08-31 08:08:37 +08:00
OWNERS_ALIASES Chore: add governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
README.md Chore: add ossf/scorecard-action to secure workflows (#5209) 2022-12-19 19:18:30 +08:00
SECURITY.md Create SECURITY.md (#1649) 2021-05-13 10:03:26 +08:00
codecov.yml Chore: update test coverage (#4730) 2022-09-15 13:55:16 +08:00
community.md Chore: add governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
entrypoint.sh Refactor: Minor changes on shell script to support double quotes format and [ ] POSIX (#3889) 2022-05-14 13:21:28 +08:00
go.mod Chore: update workflow version to fix panic (#5386) 2023-01-31 10:57:40 +08:00
go.sum Chore: update workflow version to fix panic (#5386) 2023-01-31 10:57:40 +08:00
staticcheck.conf Chore: update cue version to 0.4.3 (#4425) 2022-08-08 17:57:48 +08:00

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 add-hoc scripts, no dirty glue code, just deploy. The deployment workflow in KubeVela is powered by Open Application Model.

  • Built-in security and compliance building blocks

Choose from the wide range of LDAP integrations we provided out-of-box, enjoy multi-cluster authorization that is fully automated, pick and apply fine-grained RBAC modules and customize them per your own supply chain requirements.

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

Progressive rollout across test/staging/production environments, automatic canary, blue-green and continuous verification, rich placement strategy across clusters and clouds, fully managed cloud environments provision.

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.