pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.08k stars 153 forks source link

Easier quickstart for PipeCD #5148

Closed khanhtc1202 closed 1 month ago

khanhtc1202 commented 2 months ago

What would you like to be added:

We have pipectl quickstart command, but it still requires many things to be prepared before touching pipecd. Say, we need

  1. install pipectl
  2. having a k8s cluster and kubectl
  3. install helm
  4. run...

Most of our users may already have (2), so it could be better to remove (1) and (3). I want to serve pre-prepared quickstart manifests, and users can simply run kubectl apply, which could be way easier.

Why is this needed:

khanhtc1202 commented 2 months ago

Tasks: