Set up a Local Runner
Go to the Runners page
Click Add Local Runner
Give it a nickname (this will be used to refer to your runner in the Kubiya platform
Choose to install the runner in your cluster using Kubernetes (kubectl) or Helm
Kubernetes: Copy the manifest and run it in your command line
Helm: Copy the first Helm command to add repository and run it in your command line. Then copy the Helm command to install the chart and run it in your command line.
Click Done
Additional Permissions
Kubernetes Crew use case
If you're setting up the Kubernetes Crew use case, you'll need to grant your runner additional permissions to access namespaces outside of the kubiya
namespace.
To do so, run the following command:
Additional Services
Enforcer
If you're setting up the AWS JIT Permission Crew use case or building your own that requires policy enforcement, you'll need the Enforcer service.
To set it up, check out our guide on Enforcer onboarding or Enforcer onboarding with private SSH key for policies.
Last updated