Recipe: k3s + KubeVela
Lightweight Kubernetes + Application Orchestration Platform
Scenario
Need to quickly set up a production-ready lightweight K8s environment for deploying and managing microservice applications.
Contents
| File | Description |
|---|---|
| Install script | k3s one-click install + optional parameters |
| Image acceleration | China mirror source configuration |
| KubeVela install | vela install + velaux Dashboard |
| Secret config | Huawei Cloud AK/SK credentials |
Quick Start
bash
# 1. Install k3s
curl -sfL https://get.k3s.io | sh -
# 2. Install KubeVela
vela install
# 3. Enable Dashboard
velaux installSource Files
- Recipe source:
skills/recipes/k3s-kubevela/ - Deployment config:
portal/infra/kubevela/
Tags
type.recipe tool.k3s tool.kubevela domain.infra maturity.verified