Operate Pipekit
Install the Pipekit Agent into your own Kubernetes cluster and connect it to Pipekit Cloud in 10 minutes.
Last updated
helm upgrade pipekit-agent oci://registry.pipekit.io/charts/pipekit-agent \
--install \
--namespace=argo \
--set secrets.pipekitSecretAccessKey="<provided>" \
--set secrets.pipekitClusterId="<provided>"kubectl get pods -n argo -l app=pipekit-agentbrew install pipekit/tap/cli # or see other install methods in Reference > CLI
pipekit login
git clone https://github.com/pipekit/examples.git
cd examples
pipekit submit --cluster-name=<your-cluster-name> examples/dag-diamond/workflow.yamlkubectl logs -n argo -l app=pipekit-agent --tail=200