Go to file
Yuhui Liu 7ed34b675d
Feat: add more options for leader election configuration to avoid pressure on kube-apiserver (#2271)
2021-09-12 18:30:59 +08:00
.github Chore: add backup for code owners (#2252) 2021-09-09 17:56:47 +08:00
.license add license checker into CI (#1182) 2021-03-12 00:34:51 -08:00
apis Fix: remove podspecworkload controller and CRD (#2269) 2021-09-12 10:17:09 +08:00
charts Fix: remove podspecworkload controller and CRD (#2269) 2021-09-12 10:17:09 +08:00
cmd Feat: add more options for leader election configuration to avoid pressure on kube-apiserver (#2271) 2021-09-12 18:30:59 +08:00
config/crd add webhook convert. (#1282) 2021-03-24 17:15:20 -07:00
contribute Docs: remove the commit convention doc (#2187) 2021-08-30 11:41:01 +08:00
design Feat: add pressure-test parameter optimize (#2230) 2021-09-03 17:29:54 +08:00
docs Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
e2e Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
hack Fix: remove podspecworkload controller and CRD (#2269) 2021-09-12 10:17:09 +08:00
legacy Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
pkg Fix: remove podspecworkload controller and CRD (#2269) 2021-09-12 10:17:09 +08:00
references Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
runtime/rollout Fix(upgrade): upgrade controller-tools from 0.2 to 0.6.2 (#2215) 2021-09-01 15:08:24 +08:00
test Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
vela-templates Refactor application code to make it run as Dag workflow (#2236) 2021-09-12 10:12:46 +08:00
version add header-check.sh (#1310) 2021-03-26 15:24:19 +08:00
.gitignore add docs readme (#1359) 2021-03-30 16:37:46 +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 Add krew auto release and docs (#1582) 2021-04-29 11:16:05 +08:00
CODE_OF_CONDUCT.md Fix code of conduct link 2020-10-10 17:35:16 +08:00
CONTRIBUTING.md Docs: remove the commit convention doc (#2187) 2021-08-30 11:41:01 +08:00
Dockerfile add apiserver to Dockerfile 2021-08-12 11:13:41 +08:00
Dockerfile.e2e Feat(workflow): support to send dingDing message (#2141) 2021-08-21 07:18:04 +08:00
ISSUE_TRIAGE.md Bot add assign ability (#1876) 2021-07-06 20:31:19 +08:00
LICENSE Create LICENSE 2020-09-10 15:06:54 +08:00
Makefile Fix: remove podspecworkload controller and CRD (#2269) 2021-09-12 10:17:09 +08:00
OWNERS update owner file (#808) 2020-12-23 21:51:31 -08:00
OWNERS_ALIASES add sunny0826 (Xudong Guo) as reviewer 2020-12-23 21:55:04 -08:00
README.md Fix: Updated broken Getting Started links (#2248) 2021-09-08 18:13:27 +08:00
SECURITY.md Create SECURITY.md (#1649) 2021-05-13 10:03:26 +08:00
codecov.yml add pr code coverage requirement: (#1583) 2021-04-29 11:58:14 +08:00
commitlint.config.js Feat(ci): add commit lint ci (#2160) 2021-08-25 17:00:50 +08:00
community.md add Community doc to clarify membership ladder (#805) 2020-12-23 11:07:06 -08:00
entrypoint.sh Feat(apiserver): add apiserver service to helm chart (#2225) 2021-09-02 17:16:09 +08:00
go.mod Fix: bump version of Terraform Controller (#2250) 2021-09-09 17:19:57 +08:00
go.sum Fix: bump version of Terraform Controller (#2250) 2021-09-09 17:19:57 +08:00
staticcheck.conf fix staticcheck issues 2021-01-29 18:42:03 +09:00

README.md

Build status Go Report Card Docker Pulls codecov LICENSE Releases TODOs Twitter Artifact HUB

logo

Make shipping applications more enjoyable.

KubeVela

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

Features

Application Centric - KubeVela introduces Open Application Model (OAM) as the consistent yet higher level API to capture 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 leverages CUE to implement its model layer. This allows you to declare application deployment workflow as a DAG, with all steps and application's needs glued together in programmable approach. No restrictions, natively extensible.

Runtime Agnostic - KubeVela works as an application delivery control plane that is fully runtime agnostic. It can deploy and manage any application components including containers, cloud functions, databases, or even EC2 instances across hybrid environments, following the workflow you defined.

Getting Started

Documentation

Full documentation is available on the KubeVela website.

Community

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"

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.