Deployment Workflow
k3s + KubeVela Environment Setup
Workflow Steps
Step 1: k3s Installation
- Input: Server information
- Process: Execute k3s install script
- Output: Running k3s cluster
- Validation:
kubectl get nodesreturns normally
Step 2: KubeVela Installation
- Input: k3s cluster
- Process:
vela install+ Dashboard enablement - Output: KubeVela control plane
- Validation:
vela statusreturns normally
Step 3: Application Deployment
- Input: Application YAML
- Process:
vela up -f app.yaml - Output: Running application
- Validation:
vela status appreturns normally
Tags: type.workflow tool.k3s tool.kubevela role.devops maturity.verified