Go to file
Afzal Ansari 3aa16bb5d1
Refactor: Minor changes on shell script to support double quotes format and [ ] POSIX (#3889)
* refactors sync sh

Signed-off-by: afzal442 <afzal442@gmail.com>

* fixes POSIX sh, as [[ ]] is undefined.

Signed-off-by: afzal442 <afzal442@gmail.com>
2022-05-14 13:21:28 +08:00
.github Feat: run image scan CI for every pull request and fix CVEs in time (#3855) 2022-05-11 14:09:10 +08:00
.license add license checker into CI (#1182) 2021-03-12 00:34:51 -08:00
CHANGELOG Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
apis Feat: Add short name velaapp for application CRD (#3816) 2022-05-07 16:52:51 +08:00
charts Feat: change the default workflow step with deploy type (#3878) 2022-05-13 14:24:14 +08:00
cmd Feat: multi-cluster authentication (#3713) 2022-04-24 14:48:26 +08:00
config/crd add webhook convert. (#1282) 2021-03-24 17:15:20 -07:00
contribute Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
design Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
docs Feat: Add example doc for controlPlaneOnly (#3810) 2022-05-06 14:33:52 +08:00
e2e refactors http write resp to use 'html/template' instead (#3829) 2022-05-10 13:36:00 +08:00
hack Refactor: Minor changes on shell script to support double quotes format and [ ] POSIX (#3889) 2022-05-14 13:21:28 +08:00
legacy Feat: Add short name velaapp for application CRD (#3816) 2022-05-07 16:52:51 +08:00
makefiles Fix(makefile): update kustomize version to be available for darwin-arm64 (#3846) 2022-05-11 10:03:16 +08:00
pkg Feat: change the default workflow step with deploy type (#3878) 2022-05-13 14:24:14 +08:00
references Fix: modify the template definition to solve the trait cli error Signed-off-by: Shijie Zhong <zhongsjie@cmbchina.com> (#3877) 2022-05-13 10:52:23 +08:00
runtime/rollout Feat: rollout controller is disabled by default (#3250) 2022-02-16 14:25:04 +08:00
test Feat: change the default workflow step with deploy type (#3878) 2022-05-13 14:24:14 +08:00
vela-templates Feat: change the default workflow step with deploy type (#3878) 2022-05-13 14:24:14 +08:00
version Feat: support install and uninstall vela core (#3181) 2022-02-09 11:48:38 +08:00
.gitignore Feat: add workflow reconciling backoff time and failed limit times (#2881) 2021-12-15 11:33:33 +08:00
.golangci.yml upgrade golang ci lint to 1.38.0 and fix lint error 2021-03-16 15:06:48 +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: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
Dockerfile Feat: add api for app compare、reset、dryrun (#3136) 2022-02-17 13:58:48 +08:00
Dockerfile.apiserver Feat: add api for app compare、reset、dryrun (#3136) 2022-02-17 13:58:48 +08:00
Dockerfile.e2e Feat: add api for app compare、reset、dryrun (#3136) 2022-02-17 13:58:48 +08:00
GOVERNANCE.md Chore: add governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
ISSUE_TRIAGE.md Chore: update some docs to the new org url (#3792) 2022-04-29 15:59:29 +08:00
LICENSE Create LICENSE 2020-09-10 15:06:54 +08:00
Makefile Feat: add user management apis (#3458) 2022-03-19 15:51:32 +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 governance file and refer to the community repo (#3814) 2022-05-05 18:08:54 +08:00
SECURITY.md Create SECURITY.md (#1649) 2021-05-13 10:03:26 +08:00
codecov.yml Feat: vela status --tree (#3609) 2022-04-12 17:58:45 +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 Fix: use vela prism for accessing clusters as alternative (#3866) 2022-05-12 17:12:58 +08:00
go.sum Fix: use vela prism for accessing clusters as alternative (#3866) 2022-05-12 17:12:58 +08:00
staticcheck.conf fix staticcheck issues 2021-01-29 18:42:03 +09: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

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.

Highlights

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

  • Application Centric - KubeVela introduces Open Application Model (OAM) as the consistent yet higher level API to capture and render a full deployment of microservices on top of hybrid environments. Placement strategy, traffic shifting and rolling update are declared at application level. No infrastructure level concern, simply deploy.

  • Programmable Workflow - KubeVela models application delivery as DAG (Directed Acyclic Graph) and expresses it with CUE - a modern data configuration language. This allows you to design application deployment steps per needs and orchestrate them in programmable approach. No restrictions, natively extensible.

  • Infrastructure Agnostic - KubeVela works as an application delivery control plane that is fully decoupled from runtime infrastructure. It can deploy any workload types including containers, cloud services, databases, or even VM instances to any cloud or Kubernetes cluster, following the workflow designed by you.

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

Engagement Link
🎤 Talks - KubeVela - The Modern App Delivery System in Alibaba
🌎 KubeCon - [NA 2020] Standardizing Cloud Native Application Delivery Across Different Clouds
- [EU 2021] Zero Pain Microservice Development and Deployment with Dapr and KubeVela
📺 Conferences - Dapr, Rudr, OAM: Mark Russinovich presents next gen app development & deployment
- Mark Russinovich presents "The Future of Cloud Native Applications with OAM and Dapr"

For more talks, please checkout KubeVela Talks.

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.